#nav, #nav ul {
	/* all lists */
	padding: 0;
	margin: 0px 0px 0px 0px; /*alignes the entire menu - to top*/
	list-style: none;
	float: left;
	width: 138px; /*not sure why this is needed*/
	z-index: auto;
	padding-right: 10px;

}
	
#nav li {
	/* all list items */
	position: relative;
	float: left;
	line-height: 15px; 
	/*margin: 0px 0px 0px 0px;*/ /*-1 makes the menue bottom border the same size*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; /*this width should be as big as the menues containing div
this allows hover outside of the boxes uther wise menue
colapses before mousing over */
	width: 143px; /* width needed or else Opera goes nuts */
	border-bottom: 3px dotted #1164be;
		/*border-left: 3px dotted #1164be;*/
}
#nav li ul li{
	border-bottom: 2px solid #7fa5d4;
	margin: 0px 0px -1px 0px; /*-1 makes the menue bottom border the same size*/
}
#nav li ul { /* second-level lists were removed*/
	}
	html>body #nav li ul {
		margin-top : -1px;
				/*margin-left : 146px;*/
		}

.navhi a {
	width: 138px;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #7da7d9;
	padding: 1px 1px 1px 2px;
	margin-bottom: 3px; /*border-bottom: 3px dotted #1164be;*/
	text-align: right;
	border-bottom: 3px solid #75a5d4;
	border-right-color: #75a5d4;
	border-right-style: solid;
	border-right-width: 5px;/*this will simulate a margin so poput doesnt touch*/
}
.navlow a {
	width: 130px;
	display: block;
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	background-color: #75a5d4;
	padding: 1px 1px 1px 2px;
	margin-bottom: 0px;
	border: 1px solid #3c648b;
	text-align: right;
}
.navhi a:hover {
	color: navy;
	background-color: #F0F8FF;
}
.navlow a:hover {
	color: navy;
	background-color: #7da7d9;
}	
 	#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;
	}

body{
	font-size: 14px; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #b8c0d0;
	/*background-attachment: fixed;*/
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#container{

	margin: 10px auto 0px 0px;
	width: 713px;
	background-color: #3c648b;
	padding-top: 0px;
	padding-bottom: 0px;
	voice-family: "\";}\"";voice-family:inherit;
margin-left: auto;

}
	html>body #container {
	margin: 10px auto 0px auto;
}

#header{
	width: 713px;
	padding-bottom: 0px; 
	text-align: left;
	border-bottom: 3px double black;
	border-top: 3px double black;
}
#table{
	margin: 0px;
	width: 713px;
}
#leftcontent{
	width: 155px;
	vertical-align: top;
	background-color: #7fa5d4;
}
#maincontent{
	text-align: left;
	padding: 2px 10px 1px 10px;
	color: #F0F8FF;
	margin-right: 0px;
	margin-top: 3px;
	border-left: 2px solid #1D3042;
	vertical-align: top;
}
#bottomcontent {
	text-align: left; 
	padding-top: .1em;
	padding-bottom: .1em; 
	width: 706px; 
	margin-bottom: 0px;
	color: #cccc99; 
	clear: both;
	border-top: 3px double black;
	border-bottom: 3px double black;
	background-color: #D0D3DD;
	padding-left: 7px;
}
html>body #bottomcontent {
	width: 705px; 
	padding-top: .01em;
	padding-bottom: .1em;

		margin-left: 0px;
}




#maincontent ul, maincontent li{
	text-align: left;
	list-style-position: outside;
	margin-bottom: 25px;
	
}
#maincontent li a{
	text-decoration: none;
	width: 150px;
}

#bottomcontent a,
#bottomcontent a:visited,
#maincontent a,
#maincontent a:visited{
	FONT-WEIGHT: normal;
	COLOR: Navy;
	TEXT-DECORATION: underline;
}
#maincontent a:hover, 
#bottomcontent  a:hover{
	color: Maroon;
}


form {margin:0;} 

textarea,input {
	background-color: #F0F8FF;
	font: .95em Arial,sans-serif;
	border: 1px solid Navy;
	margin: 0;
}
.form{
	vertical-align: top;
	left: auto;
	text-align: left;
	top: auto;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;

}

h1 {
  	font:  1.8em;
   font-weight: bold;
}
h2 {
   font: 1.6em;
	font-weight: bold;
}
h3 {
     font: 1.4em;
     font-weight: bold;
}

h4{
	font: 1.2em;
	font-weight: bold;
}
h5{
	font: 1em;
   font-weight: bold;	
}
hr{
	height: 1px;
	color: #6A0000;
}
.red{	color: Red;}
.navy{ color: navy;}
.blue{ color: blue;}
.maroon{ color: maroon;}
.teal{ color: Teal;}
.gray{ color: #2F4F4F;}
.bold{ font-weight: bold;}
.larger{ font-size: larger;}

