@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.mainType {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #215774;
	display: compact;
	font-size: 120%;
	background-color: #FFFFFF;
}
.whiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.backgrndtxt {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #30627D;
	font-size: 120%;
	font-weight: bolder;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCEAF1;
	border-right-color: #1F4052;
	border-bottom-color: #1F4052;
	border-left-color: #1F4052;
	background-image: url(../../public_html/images/fade.jpg);
}



#container {
	width: 780px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	padding: 0 10px 0 20px;
	height: 160px;
	background-image: url(../images/logoheader.png);
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: thin double #000066;
}
#footer {
	padding: 0 10px;
	background:#DDDDDD;
	background-color: #276792;
}
.smallType {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #215774;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
#nav {
	height: 2.2em;
	width: 780px;
}
.lightBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #E8F3FF;
	text-align: left;
	display: compact;
}
.imageRT {
	text-align: right;
	display: block;
	clear: none;
	float: right;
	vertical-align: top;
}
