﻿body {
background-image: url('images/bkg.gif');
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
}

p{ 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
margin-right: 20px;}

.bold {
	font-weight: bold;
}
#container {
	width: 80%;
	background-color: #fff;
	margin: auto;
}
.floatright {
	float: right;
	padding: 10px;
}
.printlogo {
	text-align: center;
}

#header {
display: none;
}
#topcontainer {
background-image: url('images/logo2.gif');
background-repeat: no-repeat;
background-position: top left;
width: 100%;
height: 15px;
margin: auto;
background-color: #030;
}

#maincontentarea {
	width: 100%;
}
.maincontentcell {
width: 100%;
background-image: url('images/backgroundmaincontent.gif');
background-repeat: no-repeat;
background-position: top right;
float: right;
}
.navcell {
display: none;
}
#contactinfo {
	width: 100%;
	background-color: #006;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 100%;
	height: 15px;
background-color: #030;
}
.footerleft {
	background-image: url('images/bottomleft4.gif');
background-repeat: no-repeat;
background-position: bottom left;
height: 15px;
background-color: #030;
float: left;
width: 45%;
}
.footerright {
	background-image: url('images/bottomright4.gif');
background-repeat: no-repeat;
background-position: bottom right;
height: 15px;
background-color: #030;
float: right;
width: 45%;
}
h1 {
font-family: georgia, times new roman, times, serif;
font-size: 18px;
line-height: 24px;
color: #030;
border-bottom: 1px dashed #ccc;
margin-top: 10px;
}
h2 {
font-family: georgia, times new roman, times, serif;
font-size: 16px;
color: #039;
border-bottom: 1px solid #ccc;
}
h3 {
font-family: georgia, times new roman, times, serif;
font-size: 14px;
color: #039;
}

h5 {
	text-align: center;
	background-color: #030;
	color: #fff;
	line-height: 20px;
}
a:link {color: #030;text-decoration : none;}
a:visited {color: #030;text-decoration : none;}
a:hover {color: #903;text-decoration : none;}

a.ondark:link {color: #ffc;text-decoration : underline;}
a.ondark:visited {color: #ffc;text-decoration : underline;}
a.ondark:hover {color: #fff;text-decoration : none;}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 100%;
border-right: 0px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
text-align: right;
padding-right: 10px;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #030;
color: #fff;
}
#display {
	width: 60%;
	margin: auto;
}
#topicbox {
	width: 60%;
	margin: auto;
	background-color: #efefef;
	border: 1px dashed #c0c0c0;
	padding: 15px;
}
.quadtable {
	width: 80%;
	padding: 10px;
	margin: auto;
	text-align: center;
	border: 1px solid #ccc;
}
.backtotop {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.quadtable td {
width: 50%;
}
img, img a {
	border: 0px;
}