a:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 10pt;
}

a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-size: 10pt;
}

a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 10pt;
}

body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #5498EA;
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
}

#container{
	width: 744px;
	height: 690px;
	margin: 3px;
	padding: 20px;
	background: url("Images/background.gif");
}

#topNav{
	height: 40px;
	padding: 5px;
	color: white;
}

#mainBanner{
	height: 145px;
	margin-left: 5px;
	font-size: 14pt;
	color: #104587;
}

#rightNav{
	float: right;
	width: 192px;
	height: 435px;
	background-color: transparent;
	padding: 0px;
}

#content{
	margin-left: 12px;
	margin-top: 25px;
	text-align: justify;
	padding:5px;
	color: black;
	width: 510px;
	height: 432px;
	margin-right: 195px;
	background-color: transparent;
	overflow: auto;
}
