/*******************General*************************/
body {
	background-image:  url("siteGraphics/general/temp_bars.gif");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
a:link {
	color: #7F0400;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #7F0400;
	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: #B89D00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #B89D00;
	border-right-color: #B89D00;
	border-bottom-color: #B89D00;
	border-left-color: #B89D00;
	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: 9px;
	font-weight: bold;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 5px;
	color: #7F0400;
	background-color: #CCCCCC;
	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: 9px;
	font-weight: bold;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	text-indent: 5px;
	color: #7F0400;
	background-color: #CCCCCC;
	border-bottom: none;
	padding: 3px;
	border-top: 5px solid #FFFFFF;
}
a.nav_link:hover{
	text-decoration: none;
	color: #7F0400;
	background-color: #BBBBBB;
}



/*****************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: #000000;
}
.disclamer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
}
/******************Sub Nav*********************************/
.legal a:link {
	color: #7F0400;
	text-decoration: none;
	font-weight: normal;
}

.legal a:visited {
	color: #7F0400;
	text-decoration: none;
	font-weight: normal;
}

.legal a:hover{
	text-decoration: underline;
	color: #7F0400;
}
.subNavLine {
	background-color: #666666;
}
.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;
}

