/* CSS Document */
body
 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-family: myriad, arial, helvetica, verdana, geneva;
	font-size: 12px;
 }

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link, a:visited {color: #A20942; text-decoration: none; }
a:hover, a:active {color: #999999; text-decoration: none; }

.anchor:link, .anchor:visited { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 10px; }
.anchor:hover, .anchor:active { color: #666633; font-weight: bold; text-decoration: underline; font-varient: uppercase; font-size: 10px; }

.nav2:link, .nav2:visited { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 12px; }
.nav2:hover, .nav2:active { color: #666666; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 12px; }


.main:link, .main:visited { color: #ffffff; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 12px; }
.main:hover, .main:active { color: #ffffff; font-weight: bold; text-decoration: underline; font-varient: uppercase; font-size: 12px; }

.nav3:link, .nav3:visited { color: #666633; font-weight: bold; text-decoration: none; font-size: 11px; }
.nav3:hover, .nav3:active { color: #666666; font-weight: bold; text-decoration: underline; font-size: 11px; }

.copyright:link, .copyright:visited { color:#666666; font-size: 10px; font-weight: bold; font-decoration: none; }
.copyright:hover, .copyright:active { color:#A20942; font-size: 10px; font-weight: bold; font-decoration: underline; }

.main:link, .main:visited { color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px; }
.main:hover, .main:active { color: #ffffff; font-weight: bold; text-decoration: underline; font-size: 12px; }

.blead:link, .blead:visited { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 14px; line-height: 45px; }
.blead:hover, .blead:active { color: #666666; font-weight: bold; text-decoration: none; font-varient: uppercase; font-size: 14px; line-height: 45px; }

/* Different font styles here - no need to define anything that will match the defaults */
h1 {font-size: 18px; color: #A20942; font-weight: bold; font-varient: uppercase; } /*big red title font*/
h2 {font-size: 15px; color: #A37542; font-weight: bold; font-varient: uppercase; margin-bottom:0; padding-bottom:0 }/*big tan sub-title font*/
h3 { color: #333333; font-size: 13px; font-weight: bold; font-varient: uppercase; letter-spacing: 0px; margin-bottom:0; padding-bottom:0 } /*medium dark gray font*/
h4 { color: #A20942; font-weight: bold; font-variant:small-caps; font-size: 13px; letter-spacing: 1px; margin-bottom:0; padding-bottom:0 } /*small caps red font*/

.red {color:#A20942}
.white {color: #ffffff;	font-size: 14px; }
.address { color: #666666; font-family: myriad, arial, helvetica, verdana, geneva; font-weight: bold; text-decoration: none; }
.copy {font-size: 10px; padding-top: 10px;}
.scroll {
	height: 520px;
	width: 620px;
	overflow: auto;
	border: 0px solid #cccccc;	
	background-color: #ffffff;	
	padding: 5px;
	scrollbar-3dLight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-darkShadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #ffffff;
}

.scrollbio {
	height: 400px;
	width: 675px;
	overflow: scroll;
	border: 1px solid #cccccc;	
	background-color: #ffffff;	
	padding: 10px;
	scrollbar-3dLight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-darkShadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #ffffff;
}


/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #666666; height: 1px; }
ul {margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
table {border: solid 0px #666666; }
.topnav { background-color: #bbbbbb; border-top: 1px solid #666666; border-bottom: 1px solid #666666; padding: 5px; }
.level2 { vertical-align: top; text-align: left; padding: 15px; }
.content { text-align:left; vertical-align: top; padding: 15px; }

