/* CSS Document */

body
{
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0;	
	background: #EEEEEE center repeat-y;
	padding:0;
	height:100%
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}

#container
{
	width: 830px;
	margin-right:auto;
	margin-left:auto;
}

#topheader
{
	background: #444 url(images/carousel3.jpeg) no-repeat;
	height: 467px;
	text-align:center;
}

#title
{
    font-size: 16px;
    color: #006400;
    font-family: verdana;
    margin: 5px;
    text-align:center;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #006400;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 127px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #006400;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
	font-size:14px;
	background-color:#EEEEEE;
	padding:5px;
	min-width: 820px;
	width: 100%
	height: 100%
	text-align:justify;
	color: black;
	line-height: 1.6em;
}

#sidebar
{
	background-color:#D5D5D5;
	width:197px;
	border-radius:25px;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 10px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:16px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:14px;
	font-weight:bold;
}

#footer
{
	background-color:#6698FF;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 0px solid #fff;
}
