body {
background-color:#3c3c3c;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#FFFFFF;

background-image:url(images/back.jpg);

backgrcound-repeat:no-repeat;

background-position:top center;
}

#page {
width:1000px;
background-image:url(images/page.jpg);
background-repeat:no-repeat;
margin:auto;
padding:auto;
padding-left:0px;
background-color:#3c3c3c;

}

#header {
	clear:both;
	width:1000px;
	height:104px;
	background-image:url(images/header.jpg);
	padding-top:40px;
	padding-left:0px;
	background-attachment: scroll;
	background-color: #3C3C3C;
	background-repeat: no-repeat;
	background-position: right;
}

#menulinks {
	clear:both;
	width:1000px;
	height:51px;
	padding-left:0px;
	background-image:url(images/menulinks.jpg);
	background-attachment: scroll;
	background-color: #3C3C3C;
	background-repeat: no-repeat;
	background-position: right;
}

#menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  

#menulinks a {
	padding-left:13px;
	height:45px;
   background-image:none;
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
	margin-top:3px;
  }


#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:18px;
	height:25px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  

#menulinks a:hover, 
#menulinks a.active {
	background-image:url(images/menuhover.jpg);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}


#menulinks a:hover span, 
#menulinks a.active span {
   background: url(images/menuhoverright.jpg) right top no-repeat;
	text-decoration:none;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
	width:591px;
	padding-right:50px;
	padding-bottom:20px;
	position:absolute;
	float:left;
	line-height:14pt;
	left: -3px;
	top: 212px;
	background-image:url(images/page.jpg);
	padding-left:35px;
	height: 1062px;
}

#sidebar {
	float:right;
	width:215px;
	text-align:top;
	padding-left:13px;
	position:absolute;
	padding-right:5px;
	padding-top:13px;
	margin:10;
	padding:10;
	line-height:14pt;
	background-color:#4f4f4f;
	left: 682px;
	top: 212px;
	height: 324px;
}

#footer {
	width:1128px;
	clear:both;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:14pt;
	background-color:#0a8c28;
	position:absolute;
	left: -11px;
	top: 1304px;
	vertical-align: middle;
}

h1 {
font-size:26pt;
color:#00D432;
margin:0;
}

h2 {
font-size:15pt;
color:#FFFFFF;
padding-top:2px;
}



.description {
font-size:12pt;
color:#FFFFFF;
margin:0;
padding-left:5px;
}
#page #header a {
	color: #999999;
}


a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
text-decoration:none;
}
