@charset "UTF-8";
/* CSS Document */



body {
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	text-align: center;
	scrollbar-face-color:#6F83C8;
	scrollbar-arrow-color:#E9CD0B;
	scrollbar-track-color:#394D95;
	scrollbar-shadow-color:rgb(111,131,200);
	scrollbar-highlight-color:rgb(111,131,200);
	scrollbar-3dlight-color:#C9CEE0;
	scrollbar-darkshadow-Color:#304588;
	background-color: #A8BDE8;
	background-repeat: repeat-x;
	background-image: url(../images/bluestrip.png);
}

h1 {
	font-size:16px;
	font-weight:normal;
	text-align: left;
}

h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:normal;
	text-align: left;
}
.goright {
	text-align: right;
}


h4 { font-size:11px; font-weight:bold; }

form { margin: 0;}

#footer {width:700px; height:132px; font-weight:bold; font-size:9px; line-height:18px;}
#footer a{ color:#69583D; margin: 0px 7px 0px 7px; font-weight:normal; text-decoration:none; }
#footer a:hover{ color:#BF944F; } 

#footernav {
	font-size:10px;
	height:17px;
	background-color:#3E58A6;
	color:white;
	float:right;
	padding: 8px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.Border{border:#FFFFFF solid 1px; padding:10px;}

.smallimagepadding {
	border: 1px solid #FFFFFF;
	margin-right: 8px;
}
.tableborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 6px;
	text-align: left;
}
.paddingupdown {
	padding-top: 12px;
	padding-bottom: 12px;
}
.whitelineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 12px;
}
.subheadbold {
	font-weight: normal;
	color: #334789;
}
.largeimage {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #384B8A;
}
/* Sets the style for visited links. */
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 8px;
}
.smallimagepaddingleft {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #384B8A;
	margin-right: 12px;
}
.smallimagepaddingright {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #384B8A;
	margin-left: 12px;
}
.goleft {
	text-align: left;
}
.textleft {
	text-align: left;
}
