@charset "utf-8";
/* CSS Document */

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.mainBody #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.mainBody #header { 
	background: #DDDDDD; 
	height:150px;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-y;
	padding: 0 10px 0 20px;  
	border-bottom:2px solid #CCCCCC;
} 
.mainBody #header h1 {
	margin: 0; 
	padding: 90px 0 0 0;
	text-align:center;
	font-size:20px;
}
.mainBody #sidebar1 {
	float: left; 
	width: 150px; 
	background: #ffffff; 
	padding: 15px 10px 15px 10px;
	margin:0;
}
a.sidelink{
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0;
	text-decoration:none;
	font-size:11px;
	line-height:9px;
	font-weight:bold;
	color:#666666;
}
a.sidelink:hover{
	text-decoration:underline;
}
ul.sidelinks {
	list-style:none;
	margin:0;
	padding:0 0 0 0px;
}
ul.sidelinks li{
	padding:5px 0 0 0;
	margin:0;
}
.mainBody #mainContent { 
	margin: 0 0 0 170px; 
	padding: 0 10px 0 10px; 
	border-left: 2px solid #CCCCCC;
} 
.mainBody #footer { 
	padding: 0 10px 0 20px; 
	background:#ffffff; 
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat-y;
	border-top:2px solid #CCCCCC;
} 
.mainBody #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align:center;
	font-size:12px;
}
.navHeader {
	text-align:right;
	margin-top:15px;
}
.navHeader a {
	padding: 3px 8px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color: black;
}
.navHeader a:hover {
	text-decoration:underline;
}
a {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h4 {
	font-size:14px;
	text-decoration:none;
	color:#333333;
	padding:0 0 0 0;
	margin:30px 0 0 0 ;
	border-bottom:2px solid #666666;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.mainBody #sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.mainBody #sidebar1 { padding-top: 30px; }
.mainBody #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

