.style1 {color: #0033ff}
.style5 {font-size: x-small}
.style6 {
	font-size: 14px;
	color: #333333;
}
.style7 {
	font-size: large;
	font-weight: bold;
}

a:link{
	color: #0033CC;
	text-decoration: none;
}
a:visited{
	color: #5C3E90;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #e8f4f9;
}
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #6699CC;
	height: 100px;
}
div#banner {
	background-color: #6699CC;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 70px;
}
div#banner table {
	position: relative;
	left: 5px;
	top:5px;
	width: 90%;
}
div#nav{
	background-color : #0b0486;
	border-top : 1px solid #333333;
	left: 0px;
	border-bottom: 1px solid #333333;
	padding-top: 0px;
	top: 73px;
	width: 100%;
	height: 30px;
	position: absolute;
}
div#nav table {
	position: absolute;
	left: 200px;
	top: 0px;
}
div#content {
	position: absolute;
	left: 15px;
	top: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 750px;
}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: bold;
	color: #0033ff;
}
div#content  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: normal;
	color: #0033ff;
}
div#content1 {
	position: absolute;
	left: 15px;
	top: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 750px;
}
div#content1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: normal;
	color: #0033ff;
}
div#content2 {
	position: absolute;
	left: 15px;
	top: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 750px;
}
div#content3 {
	position: absolute;
	left: 250px;
	top: 2115px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 500px;
}

div#content3 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: normal;
	color: #0033ff;
}
div#content4 {
	position: absolute;
	left: 250px;
	top: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 500px;
}
div#content4 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: bold;
	color: #0033ff;
}

div#sidebar {
	position: absolute;
	width: 225px;
	left: 15px;
	font-size : 90%;
	background-color: #e8f4f9;
	top: 2115px;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #0033CC;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #666666;
	background-color: #fefefe;
	margin-bottom: 11px;
	border: 1px solid #cccccc;
	padding: 10px;
}

div#sidelist {
	position: absolute;
	width: 225px;
	left: 15px;
	font-size : 90%;
	background-color: #e8f4f9;
	top: 125px;
}
div#sidelist div.feature {

	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #666666;
	background-color: #e8f4f9;
	margin-bottom: 11px;
	border: 1px solid #cccccc;
	padding: 10px;
}
/************ sectionLinks styles **************/

#sectionLinks {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../Images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

/************* relatedLinks styles **************/

.relatedLinks{
	padding: 0px 0px 5px 20px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/********************* end **********************/
div#copyright {
	left: 15px;
	font-size : 85%;
	bottom: 10px;
}
