body {
	background-color:#fdfdfd;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-position:top center;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
}

#body2 {
	background-image:url(images/backfooter.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}

#page {
	background-image:url(images/page.png);
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	
	text-align:left;
}

#header {
	width:875px;
	height:71px;
	background-image:url(images/header.png);
	background-position:bottom center;
	clear:both;
	padding-top:25px;
	padding-left:25px;
}

#menulinks {
	width:875px;
	height:51px;
	background-image:url(images/menulinks.png);
	clear:both;
	padding-left:25px;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:4px;
	height:50px;
   background-image:none;
	display:block;
	color:#888888;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:16px;
	padding-right:20px;
	padding-top:10px;
	height:35px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover {
	background-image:url(images/menulinksleft1.png);
	background-position:top left;
	text-decoration:none;
	color:#777777;
}

#menulinks a:hover span {
   background: url(images/menuhover1.png) right top no-repeat;
	text-decoration:none;
}

  
#menulinks a.active {
	background-image:url(images/menulinksleft.png);
	background-position:top left;
	text-decoration:none;
	color:#777777;
}

#menulinks a.active span {
   background: url(images/menuhover.png) right top no-repeat;
	text-decoration:none;
}

.newsdate {
	padding-bottom:4px;
	color:#555555;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#555555;
}

a:hover {
	text-decoration:underline;
}

#mainarea {
	padding-top:10px;
}

#contentarea {
	padding-left:25px;
	width:565px;
	padding-right:35px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

.content {
	padding-bottom:15px;
}

#sidebar {
	width:250px;
	float:left;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}


h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	color:#555555;
}

.description {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	color:#555555;
}

#footer {
width:885px;
padding-top:45px;
padding-left:15px;
height:50px;
color:#555555;
font-size:12px;
line-height:16px;
clear:both;
background-image:url(images/footer.png);
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}










