body {
font-family: Arial, Helvetica, sans-serif;

}

a:link { text-decoration:underline; color: #003366; font-weight:bold }
a:visited { text-decoration:underline; color: black; font-weight:bold}
a:hover { text-decoration:underline; color: #808080;font-weight:bold }
a:active { text-decoration:none; font-weight:bold}



h1 {
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 130%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

h1 a:link { text-decoration:none; color: #003366 }
h1 a:visited { text-decoration:none; color: #000033}
h1 a:hover { text-decoration:underline; color: #808080; }
h1 a:active { text-decoration:none;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 115%;
	margin:12px 0px 0px 0px;
	padding-left: 10px;
}

h2 a:link { text-decoration:none; color: #003366 }
h2 a:visited { text-decoration:none; color: #000033}
h2 a:hover { text-decoration:underline; color: #808080; }
h2 a:active { text-decoration:none;}

p {
	color: #333333;
	font-size: 73%;
	margin: 5px 0px 3px 0px;
	padding-left: 10px;
	padding-right: 10px;
}

ul {
	color: #333333;
	font-size: 73%;
	
}

ol {
	color: #333333;
	font-size: 73%;

}

img {text-align:center; }



table {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 73%;
}

td {
padding: 5px;
}

.blueContent {
	color: #0000FF;
	font-size: 73%;
	text-align: center;
}


#TopBanner {
	margin-left: 0px;
	width: 675px;
	top: 0px;
	padding: 10px 10px 0px 70px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
}

#SiteNav {
	width: 130px;
	height: 420px;
	background-color: #336699;
	padding: 10px;
	font-weight: bold;
	color: White;
	float: left;
}

#SiteNav a:link { text-decoration:none; color: white ;font-size: 75%;}
#SiteNav a:visited { text-decoration:none; color: #C0C0C0;font-size: 75%;}
#SiteNav a:hover { text-decoration:underline; color: #FFFFFF; font-size: 75%;}
#SiteNav a:active { text-decoration:none; color:#808080;font-size: 75%;}

#MidNarrowText {
	float:left;
	margin: 0px 0px 50px 10px;
	width: 282px;
	text-align:left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: gray;
	padding-left: 10px;
	padding-right: 10px;
}

#MidWideText {
	float:left;
	margin: 0px 0px 50px 10px;
	width: 380px;
	text-align:left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: gray;
	padding-left: 10px;
	padding-right: 10px;
}

#MidVeryWideText {
	float:left;
	margin: 0px 0px 0px 10px;
	width: 675px;
	text-align:left;
	border-style: solid;
	border-color: gray;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: gray;
}


#RightWideText {
float:left;
width: 285px;
text-align:left;
}

#RightNarrowText {
float:left;
width: 200px;
text-align:left;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: gray;
}


#footer {
margin: 50px 0px 0px 140px;
width: 700px;
font-size: 70%;
text-align: center;
clear:both
}

#ShadedBox {
padding: 10px;
background-color: #CFDFEF; 
text-align:left;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: gray;
}

#ShadedBox2 {
padding: 10px;
background-color: #CFDFEF; 
text-align:left;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: gray;
}

