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: 180px;
}
div#banner {
	background-repeat: repeat-x;
	top: 0px;
}

div#nav {
	background-color : #0b0486;
	border-top : 1px solid #333333;
	left: 0px;
	border-bottom: 1px solid #333333;
	padding-top: 0px;
	width: 100%;
	height: 30px;
	top: 148px;
	position: absolute;
}

div#nav table {
	left: 250px;
	width: 500px;
	position: absolute;
}
div#content {
	position: absolute;
	left: 250px;
	top: 210px;
	right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
}
div#sidebar {
	position: absolute;
	width: 225px;
	top: 210px;
	left: 15px;
	font-size : 90%;
	background-color: #e8f4f9;
	
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #0033CC;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: normal;
	color: #0033ff;
}
div#content  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	font-weight: normal;
	color: #0033ff;
}
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#copyright {
	position: static;
	left: 15px;
	font-size : 85%;
	bottom: 10px;
	
}
