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

#page {
width:900px;
background-image:url(images/page.png);

margin:auto;
padding:auto;
}

#header {
clear:both;
width:840px;
height:129px;
background-image:url(images/header.png);
padding-top:40px;
padding-left:60px;
}
  


#sidebarnav a {
	
width:200px;
	
display:block;
	
clear:both;
	
padding-left:12px;
	
padding-top:6px;
	
height:25px;
	
border-bottom:2px solid #777777;
	
color:#FFFFFF;
	
text-decoration:none;
	
font-size:14px;
	
font-weight:bold;
	
background-color:#808080;
  }
  
  


#sidebarnav a:hover, #sidebarnav a.active {
	
background-color:#878787;
	
text-decoration:none;
	
color:#FFFFFF;
}

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

#contentarea {
width:560px;
padding-right:50px;
padding-bottom:20px;
float:right;
line-height:14pt;
color: #333333;
}

#sidebar {
float:left;
width:215px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#sidebar a{
color:#FFFFCC;
text-decoration: none;
}

#sidebar a:hover, #sidebar a.active {
color:#FFFFCC;
text-decoration:underline;
}

#footer {
width:900px;
clear:both;
height:35px;
padding-top:40px;
text-align:center;
line-height:14pt;
background-image:url(images/footer.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#footer a{
color:#FFFFCC;
text-decoration: none;
}

#footer a:hover, #footer a.active {
color:#FFFFCC;
text-decoration:underline;
}



#header h1 {
font-size:25pt;
color:#FFFFCC;
margin:0;
}

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

#contentarea h1 {
font-size:15pt;
color: #333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

.readmore {
margin-top: -6px;	
}

a {
/*color:#FFFFCC;*/
color:#BE8642;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

hr {
width: 80%;
border-bottom: 1px dotted #333333; 
}