/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.gif);
}
html{
	border:0px;
	padding:0px;
	margin:0px;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #0033FF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formstyle1 {
	color: #000099;
	font-weight: bold;
	font-style: italic;
}
a.bottomLinks:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.bottomLinks:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.bottomLinks:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.bottomLinks:active {
	color: #0033FF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.whiteLinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
.style2 {
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {color: #339443}
.style5 {
	font-size: 14px;
	font-style: italic;
}
.style6 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {font-size: 16px}
.style8 {
	font-size: 16;
	font-weight: bold;
}


/* DIVS */

#Container{
	position:relative;
}
#Logo{
	postion:relative;
	text-align:center;
	margin-top:10px;
}
#HomePageContent{
	position:relative;
	width:680px;
	margin: 0 auto;
}
#TopShadow{
	position:relative;
	width:680px;
	height:7px;
	background-image:url(../images/top_shawdow.jpg);
}
#LeftOfRed{
	position:relative;
	width:24px;
	height:488px;
	background-image:url(../images/left_of_red.jpg);
	float:left;
}
#ContentLeftSide{
	position:relative;
	width:264px;
	height:488px;
	background-image:url(../images/redbackgrd.gif);
	float:left;	
}
#RightOfRed{
	position:relative;
	width:7px;
	height:488px;
	background-image:url(../images/right_of_red.jpg);
	float:left;
}
#ContentRightSide{
	position:relative;
	width:382px;
	height:488px;
	background-image:url(../images/khakibackgrd.gif);
	float:left;	
}
	#Scales{
		position:relative;
		width:370px;
		height:465px;
		margin-top:10px;
		background-image:url(../images/scales_background.jpg);
	}
#RightShadow{
	position:relative;
	width:3px;
	height:488px;
	/*background-image:url(../images/right_shadow.gif);*/
	clear:right;
	text-align: right;
}
#BottomShadow{
	position:relative;
	width:680px;
	height:8px;
	background-image:url(../images/bottom_shadow.jpg);
}



/* Divs for other pages */
#Header{
	position:relative;
	text-align:center;
}
#Footer{
	position:relative;
	text-align:center;
	color:#FFFFFF;
}



/* BUTTONS */

	#nav, #nav ul { /* all lists */
	padding:0px;
	margin:0px;
	margin-left:20px;
	list-style:none;
	float:left;
	width:190px;
	z-index:10;
	}
	
	#nav li { /* all list items */
	position:relative;
	float:left;
	/*line-height:2em;*/
		margin-bottom:0px;
	width:190px;
		/*line-height:20px;*/
	}
	
	#nav li ul { /* second-level lists */
	position:absolute;
	left: -999em;
	margin-left:184px;
	margin-top:-2.35em;
	z-index:500;
	}
	/*third-and-above-level lists*/
	#nav li ul ul {
		left: -999em;
	}
	
	#nav li a {
	width:160px;
	w\idth:190px;
	display:block;
	color:#000000;
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	text-align:left;
	border-bottom:1px dotted #CCCC99;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	margin-top:15px;
	z-index:501;
	}
	
	#nav li a:hover {
		color:black;
		background-color:#CCCC99;
		border:1px solid #000000;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
