body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

h1, h2, h3 {
		color: #010E7C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		}


h1 {
	font-size: 146%;
	float: left;
}

h2 {
}

h3 {
	font-size: 110%;
}

div#header {
	width: 100%;
}

div#banner {
	background-color: #3BB9FF;
	height: 145px;
	position: absolute;
	left: 0px;
	width: 790px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
}

div#banner h2 {
	font-size: 35px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	text-align: center;
	left: 150px;
	width: 466px;
	visibility: visible;
	z-index: 5;
	margin-top: 0;
}


div#thumbnails {
	background-color: #3BB9FF;
	position: absolute;
	left: 3%;
	top: 45px;
	visibility: visible;
}

img#titletext {
	top: 40px;
	position: absolute;
	left: 300px;
}

div#nav{
	color : #010E7C;
	background-color : #efefef;
	height : 22px;
	font-size: 90%;
	border-top : 1px solid #010E7C;
	position: absolute;
	top: 145px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	visibility: visible;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 18px;
	top: 182px;
	padding-right: 274px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 500px;
	height: 417px;
	visibility: visible;
}

div#content img {
	margin-left: 0px;
	margin-right: 6px;
}

div#content p {
	text-align: justify;
}

div#sidebar {
	position: absolute;
	top: 182px;
	right: 20px;
	width: 236px;
	font-size : 70%;
	left: 555px;
	height: 557px;
	visibility: visible;
}


div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #444444;
	background-color : #fefefe;
	border : 1px solid #efefef;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
	text-decoration: none;
}

div#content p.box {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
	text-align: center;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color : #06D3FF;
	background-color : transparent;
}

div#sidebar div.feature a{
	color : #010E7C;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature a:hover{
	text-decoration : underline;
}



div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #115EAC;
}

div#nav li a{
	color : #010E7C;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #010E7C;
	background-color : #fff;
	border-bottom : 4px solid #06D3FF;
}

.small{
	clear: both;
	font-size: 60%;
}

.hiddenPic {display:none;}