/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	


#navbar {
	background: #003399;
	margin-left: 175px;
	border-bottom: 1px solid #003399;
	text-align: center;
}
 #navbar ul{
margin: 0;
padding: 0;
}
 #navbar ul li{
display: inline;
padding: 0;
margin: 0;
}
 #navbar ul li a{
	color: #FFFF99;
	background-color: #003399;
	text-decoration: none;
	padding: 0 20px 0 5px;
	text-align: center;
	width: 10em;
	font-weight: bold;
	font-variant: small-caps;
	} 
 #navbar ul li a:hover, #navbar ul li a:focus{
	color: #003399;
	background: #FFFF99;
 }

#leftcol{
float:left;
  width: 170px;
  background-color: #003399;
  }
 #leftcol #nav {
		background-color: #003399;
}

#leftcol #nav li a:hover {
	color: #0033FF;
	background-color: #ffff99;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffff99;
}

#leftcol #nav h1 {
	font-size: 1em;
	padding: 3px;
	color: #003399;
	text-align: center;
	background-color: #FFFF99;
	width: 99%;
	border-top: 5px solid #003399;
	border-right: 1px solid #003399;
	font-variant: small-caps;
}
#leftcol #nav ul {
	padding:0px;
	font-size: 14px;
	text-align: right;
	list-style-type: none;
		font-weight: bold;
	text-decoration:
	blink; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
#leftcol #nav li a {
	text-decoration: none;
	padding: 0px 3px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffff99;
	background-color: #003399;
	border-left: 10px solid #ffff99;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffff99;
	border-right-color: #ffff99;
	border-bottom-color: #ffff99;
	}
	#content h2 {
	font-size: 16px;
	color: #FFCC00;
	font-weight: bold;
	margin-right: 20px;
}

