@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #34979e;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#865300;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:normal;
}

#fullbody
{
	width:100%;
	margin:auto;
	text-align:center;
}

#logo
{
	width:331px;
	height:102px;
	float:left;
	margin-top:5px;
	margin-right:500px;
}

#navigation
{
	width:150px;
	float:left;
	margin-top:15px;
	text-align:left;
}

#navigation a
{
	text-decoration:none;
	color:#FFFFFF;
}

#navigation a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}


#navigation ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

#navigation li
{
	width:135px;
	height:21px;
	
	margin-top:8px;
	background-image:url(images/listbutton.jpg);
	padding-left:10px;
	padding-top:3px;
}

#middlewrap
{
	width:100%;
	background-color:#e9f5f7;
	margin-top:50px;
	background-image:url(images/middlewrapbottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;*/
	text-align:left;
	padding-bottom:65px;
	
	
}

#middleadjust
{
	width:880px;
	margin:auto;
	
}

#topadjust
{	
	width:880px;
	margin:auto;
	text-align:left;
	
}

#textcontent
{
	
	width:720px;
	float:right;
	margin-top:20px;
	
}

#text
{	
	width:410px;
	float:left;
	padding-left:40px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:22px;
	text-align:left;
}

#rightarea
{
	width:253px;
	text-align:left;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:16px;
	
}

#copyright
{
	width:880px;
	text-align:right;
	margin:auto;
}

.sideheadline
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#865300;
	
}