body {
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#626060;
	background-image:url(images/cs-bg.jpg);
	background-repeat:no-repeat;
	background-position: left bottom
}

#page {
	width:800px;
	margin:auto;
	padding:auto;
	;
	background-color: #FFFFFF
}

#header {
	clear:both;
	width:800px;
	height:100px;
	background-image:url(images/header.png);
	padding-top:30px;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
}
  
#sidebarnav a {
	width:150px;
	display:block;
	clear:both;
	padding-left:10px;
	padding-top:10px;
	height:20px;
	color:#626060;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	;
	font-style: normal;
  }
  
  
#extra a {
	width:100px;
	display:block;
	clear:both;
	padding-left:15px;
	padding-top:4px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	;
	font-variant: small-caps
  }


#sidebarnav a:hover{
	text-decoration:none;
	
	color:#666666;
}

#mainarea {
	width:800px;
	clear:both;
	padding-left:30px;
}

#contentarea {
	width:500px;
	padding-right:50px;
	padding-bottom:30px;
	float:left;
	line-height:14pt;
	;
	clip:  auto
;
	text-align: justify
;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	height: *;
}

#contentarea2 {
	width:500px;
	padding-right:50px;
	padding-bottom:30px;
	float:left;
	line-height:14pt;
	;
	clip:  auto
;
	text-align: justify
;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 0px;
	height: *;
}
#sidebar {
	float:left;
	width:170px;
	background-repeat:no-repeat;
	line-height:14pt;
	margin-left: 50px;
	letter-spacing: 3px;
	margin-top: 20px;
}

#footer {
	width:800px;
	clear:both;
	height:10px;
	padding-top:15px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/);
	background-repeat:no-repeat;
	background-color:#FFFFFF;

}



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

a:hover {
text-decoration:underline;
}#sidebarnav a.active  {
	text-decoration:none;
	border-bottom:1px solid #FF9933;
	color:#FF9933;
	font-weight: bold;
 } 

