@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #dfd2b0;
	font-family: sans-serif, Geneva, Arial, Helvetica;
	font-size: 14px;
}

div#mainblock 
{
	width: 800px;
}

div#header
{
	width: 800px;
	height: 153px;
	background-image: url(../images/PageHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#menubox
{
	width: 720px;
	height: 20px;
	top: 121px;
	left: 42px;
	position: absolute;
	color: #FFF;
	font-size: 15px;
	font-weight: 200;
}

#menubox a
{
	color: #FFF;
	text-decoration: none;
}

#menubox a:hover 
{
	color: #FFF;
	text-decoration: underline;
}

#menubox a:visited
{
	color: #666;
	text-decoration: none;
}

div#contactdetails
{
	width: 200px;
	height: 20px;
	top: 94px;
	left: 572px;
	position: absolute;
	font-size: 13px;
	font-weight:200;
	vertical-align: middle;
	line-height: 20px;
}

#contactdetails a 
{
	color: #003399;
}

#contactdetails a:hover 
{
	color: #00FFFF;
	text-decoration: none;
}

div#mainbody 
{
	width: 800px;
	height: 400px;
	background-image: url(../images/MainBG.jpg);
	background-repeat: repeat-y;
	position: relative;
}

div#mainbodycontents 
{
	position: absolute;
	width: 720px;
	height: 360px;
	top: 30px;
	left: 40px;
}

div#copyright
{
	width: 800px;
	height: 58px;
	background-image: url(../images/CopyrightSection_notext.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding-top: 16px;
	color: #999999;
	text-align: center;
}
