* {margin:0;padding:0;}

body {
   font-size:1em;
   margin-top:0px;
   margin-bottom:0px;
   text-align:center;
}


#wrapper {
   width:786px;
   border:1px solid #eaaa0c;
   margin:20px auto;
   background:#ffffff;
   text-align:left;
}

#header {
   background:#e5e5e5;
   border-bottom:1px solid #cccccc;
   height:215px;
}

#content {
   border:0;
   border:0px;
   background:#ffffff;
}

#sidebar {
   float:right;
   width:130px;
   padding:10px;
   border:0px solid #cccccc;
}

#main_cont {
   float:left;
   width:595px;
   border:0px solid #cccccc;
   padding:15px;
   background:#ffffff;
}

#main_cont a, a:active {
	text-decoration: underline;
	color: #000000; 
	background: inherit;
	font-weight: normal;
}

#main_cont a, a:visited {
	text-decoration: underline;
	color: #666666; 
	background: inherit;
	font-weight: normal;
}

#main_cont a:hover {
	color: #cccccc;
	background: inherit;
	font-weight: normal;
}

#main_cont h1{
   color:#3D6CAB;
   font-size: 21px;
}

#main_cont h2{
   color:#3D6CAB;
   font-size: 18px;
}

#main_cont p{
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-size: 12px;
}

#main_cont hr{
   border : none;
   border-top: dashed 1px #666666;
   color: #FFFFFF;
   background-color: #FFFFFF;
   height: 1px;
   padding:5px;
}

#main_cont li{
   background: url(images/h1.gif) no-repeat 5px 3px;	
   padding: 0px 0 8px 25px;
   margin: 0 0px;
   color:#ffffff;
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-size: 12px;
}

#main_cont span{
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-size: 12px;
   font-weight: Bold;
   color:#666666;
}

#footer {
   clear:both;
   background:#eaaa0c;
   border-top:1px solid #cccccc;
   padding:0 15px;
   text-align:center;
   font-size:14px;
   color:#ffffff;
}


#footer a, a:visited {
	text-decoration: none;
	color: #ffffff; 
	background: inherit;
	font-weight: Bold;
}

#footer a:hover {
	color: #cccccc;
	background: inherit;
	font-weight: Bold;
}

#copyright {
   clear:both;
   margin:0px 0px;
   padding:0px 0px;
   border:0px;
   text-align:center;
   font-size:12px;
}

