/*******************General*************************/
body {
	background-image:  url("siteGraphics/general/temp_bars.gif");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
a:link {
	color: #0076BD;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #88BFDD;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/*******************SubNav*************************/
.header{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 206px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 8px;
	color: #FFFFFF;
	background-color: #0076BD;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #0076BD;
	border-right-color: #0076BD;
	border-bottom-color: #0076BD;
	border-left-color: #0076BD;
	border-top-width: 2px;
	border-top-style: solid;
}
a.nav_link:link{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 5px;
	color: #0076BD;
	background-color: #D7EAF4;
	border-bottom: none;
	padding: 3px;
	border-top: 5px solid #FFFFFF;
}
a.nav_link:visited{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 5px;
	color: #0076BD;
	background-color: #D7EAF4;
	border-bottom: none;
	padding: 3px;
	border-top: 5px solid #FFFFFF;
}
a.nav_link:hover{
	text-decoration: none;
	color: #0076BD;
	background-color: #B3D7EA;
}



/*****************Text Styles*****************************/
.bodycopy {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	list-style-image: url(siteGraphics/general/bullet.gif);
}
.legal {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}
.disclamer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 6pt;
	color: #000000;
}
/******************Sub Nav*********************************/
.legal a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.legal a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.legal a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.subNavLine {
	background-color: #0076BD;
}
.subNavBackground {
	background-color: #FFFFFF;
}
/***************************IFrame********************************/
.mainSite {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
}
