body {
	BACKGROUND-color: #A9C9E9;
	margin: 0px;
	text-align: center;
	}

/* TOP NAV ELEMENTS */

#topnav ul
{
padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #8BACC8;
color: White;
float: left;
width: 750px;
font: normal 12px Arial,Georgia, Times New Roman;
border: solid 1px #fff;
border-top: 0px;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: .75em 1em;
background-color: #8BACC8;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#topnav ul li a:hover
{
background-color: #6390B5;
color: #fff;
}

#topnav ul li a:link#current, 
#topnav  ul li a:visited#current, 
#topnav ul li a:link#parent, 
#topnav ul li a:visited#parent
{
background-color: #6390B5;
color: #fff;
text-decoration: none;
}

#topnav #home
{
float: right;
margin-right: 0px;
border-left: 1px solid #fff;
border-right: 0px;
}


/* BODY ELEMENTS */

#clear {
	clear: both;
	}

#container {
	width: 750px;
	line-height: 130%;
	padding: 0px;
	text-align: left;
	background-color: ffffff;
	border: solid 1px #ffffff;
	}

h3 {
	color: #236BBF;
	font: bold 100% Georgia;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	margin: 15px 0px 0px 0px;
	border-bottom: solid 1px #dddddd;
	}
	
#content {
	margin-top: 8px;
	color: 333333;
	font: normal 11px Arial;
	}
	
#content a {
	margin-top: 8px;
	color: 1D6BC3;
	font: normal 11px Arial;
	}	 

#content a:hover {
	font: normal 11px Arial,Georgia, Times New Roman;
	color: 6390B5;
	text-decoration: underline;
	 }
	 
#content li {
	font: normal 11px Arial;
	}

#nav a {
	display: block;
	text-decoration: none;
	color: 1D6BC3;
	 }

#nav a:hover {
	background-color: #fff;
	text-decoration: underline;
	color: 6390B5;
	}

#nav li {
	list-style-type: none; 
	border-top: 0px;
	border-bottom: dashed 1px #ddd;
	margin-left: -30px;
	padding: 0px;
	width: 190px;
	line-height: 25px;
	text-decoration: none;
	}

#nav a:link#current, #nav a:visited#current {
	background-color: #fff;
	color: #B95602;
	text-decoration: none;
	}

#navset {
	float: left;
	background-color: fff;
	width: 190px;
	margin-left: 2px;
	padding: 15px 10px 10px 10px;
	font: normal 11px Georgia, Times New Roman;
	border: solid 0px;
	text-decoration: none;
}
	
#thumbs {
	font: normal 11px Arial,Georgia, Times New Roman;
	color: 444444;
	text-decoration: none;
	 }
	 		
#thumbs a {
	font: normal 11px Arial,Georgia, Times New Roman;
	color: 1D6BC3;
	text-decoration: underline;
	 }
	 
#thumbs a:hover {
	font: normal 11px Arial,Georgia, Times New Roman;
	color: 6390B5;
	text-decoration: underline;
	 }
	 	 
#thumbs h2 {
	font: bold 13px Georgia;
	color: 236BBF;
	text-decoration: none;
	margin: 0px 0px -5px 0px;
	 }
	 
	 