/* 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: #ff99ff;
	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: #ff99ff;
 }

#subjSidebar {
	background-color: #003399;
	float:left;
		left: 0px;
	top: 142px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 170px;
	padding-bottom: 100px;
	visibility: visible;
}

#subjSidebar li a:hover {
	color: #0033FF;
	background-color:#ff99ff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff99ff;
}

#subjSidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	margin: 0px 0px 5px;
	color: #003399;
	text-align: center;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003399;
	background: #ff99ff;
}
#subjSidebar ul {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-weight: bold;
	margin: 10px;
	text-decoration: blink;
}
#subjSidebar li a {
	text-decoration: none;
	padding: 0px 3px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff99ff;
	margin: 0px;
	background-color: #003399;
	border-left: 10px solid #ff99ff;
	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: #ff99ff;
	border-right-color: #ff99ff;
	border-bottom-color: #ff99ff;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF66FF;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
}

