@charset "UTF-8";
body {
	background-color: #d6e9f8;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
		
}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 20px;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
margin-bottom: 0;
color: white;
width: 100%;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
/* matches link padding except for left and right */
padding-top: 0;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
padding-top: 0;
color: #666;
text-decoration: none;
border-right: 1px solid #666;
}

#navcontainer ul li a:hover
{

color: #666;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 136px;
	margin: 0;
	padding: 0;
	background-color: #D6E9F8;
}

#round {
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
	
}

#sidebar {
	float: left;
	width: 185px;
	margin-left: 15px;	
}

#content {
	margin-left: 210px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/dragonfly.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	margin: 0px;
	padding: 0px;	
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.green {
	color: #92c83e;
	text-align: left;
}

li {
	line-height: 28px;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

