/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	scrollbar-3dlight-color: #0000FF;
	scrollbar-arrow-color: #000066;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #00FFFF;
	scrollbar-track-color: #000033;
}


h1 {
	color: #2f4f4f;
	font-size: 1.4em;
	border-bottom: 1px solid black;
}

h2 {
	color: #003300;
	font-size: 1.3em;
	margin-left: 1em;
	margin-bottom: .1em;
}

h3 {
	color: #333333;
	font-size: 1.1em;
	font-style: italic;
	margin-left: 2.5em;
}

#main {
	margin:10px 40px 0px 10px;
	padding-left:2em;
	border-left: 1px solid green;
}

/* ---------------------NAV Section-------------------- */


#nav {
	width: 150px;
}
#nav h1 {
	font-size: 1.7em;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	color: black;
	margin-bottom: 0px;
	border: none;
}
#nav h2 {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: Teal;
	border-top: solid black 1px;
	border-right: solid black 3px;
	border-bottom: solid black 3px;
	border-left: solid black 1px;
	margin: .1em .1em .1em .1em;
	padding: .1em;
}
#nav h2 a:link, #nav h2 a:visited, #nav h2 a:hover, #nav h2 a:active {
	color: white;
	text-decoration: none;	
}


	
#nav2 ul {
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1em;
	margin-bottom: .1em;
}
#nav2 li a:link {
	color: white;
}
#nav2 li a:visited {
	color: Black;
}
#nav2 li a:hover {
	color: Black;
	background-color: White;
}
#nav2 li a:active {
	color: Black;
	text-transform: uppercase;
}




#nav ul {
list-style: none;
margin-left: 5px;
padding-left: 0;
}
#nav li {
	margin: .3em .1em .1em .1em;	
	padding: .2em .2em .2em .2em;
}
#nav li a:link, #nav li a:visited {
	display: block;
	
	color: black;
	background-color: white;
	border-top: solid black 1px;
	border-right: solid black 2px;
	border-bottom: solid black 2px;
	border-left: solid black 1px;
	text-decoration: none;

	
}
#nav li a:hover {
	color: white;
	background-color: black;
	border-top: solid silver 1px;
	border-right: solid silver 2px;
	border-bottom: solid silver 2px;
	border-left: solid silver 1px;
	text-decoration: none;
}


/* ---------------------END OF NAV Section-------------------- */
