
/*

Template Name: Neat White
URL: http://csstemplates.mygreencorner.com
Version: 1.0
Author: My Green Corner design team.

*/





body {
background-color:#FFFFFF;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#555555;
background-image:url(images/back.png);
background-repeat:repeat-x;
}

#page {
width:900px;
background-image:url(images/page.png);
margin-left: 13%;
}


#header {
clear:both;
width:870px;
height:77px;
background-image:url(images/header.png);
padding-top:37px;
padding-left:30px;
}

#headerleft {
float:left;
height:80px;
}

#menulinks {
height:80px;
padding-right:25px;
float:right;
}

* 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:20px;
	height:30px;
   background-image:none;
	display:block;
	color:#217077;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
  }

#menulinks a span {
	padding-right:20px;
	padding-top:7px;
	height:23px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	background-repeat:no-repeat;
	text-decoration:none;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
width:552px;
padding-right:40px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:232px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:40px;
padding-top:40px;
text-align:center;
line-height:14pt;
background-image:url(images/footer.png);
background-repeat:no-repeat;
background-color:#000000;
}


p.credit {
text-align:left;
padding-top:5px;
padding-left:20px;
font-size: 75%
}


h1 {
font-size:25pt;
color:#333333;
margin:0;
}

h2 {
font-size:13pt;
color:#555555;
padding-top:6px;
padding-bottom:6px;
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:7px;
border-bottom:2px dotted #dbeced;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}