@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 

#header { 
	background: #000; 
} 

#middle {
 		background-color:#fff;
	margin:0px;
}
#sidebar1 {
	background-color:#fff;
	
}
#sidebar1 h2, #sidebar2 h2  {
	font-size:16px;
	border-bottom:1px solid #cc0000;
	border-left:8px solid #cc0000;
	padding-left:4px;
	padding-bottom:3px;
	margin:20px 5px 5px 3px;
}
#sidebar1 p, #sidebar1 li, #sidebar2 p, #sidebar2 li  {
	font-size:12px;
	list-style-type: none;
	margin:5px 5px 5px 12px ;
}
#sidebar2 {
	
	
}
#mainContent { 
	
}
#footer { 
	background-image:url(../graphics/footer.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height:130px;
	margin:0px;
} 
#footertext {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/** TOP MENU CSS **/
#topmenu {
	padding-top:48px;
	margin-left:175px;
	color:#ffffff;
}
#topmenu a {
	font-size:11px;
	font-weight:bold;
}
#topmenu a:link {
	color:#ffffff;
	text-decoration:none;
}
#topmenu a:visited {
	color:#ffffff;
	text-decoration:none;
}
#topmenu a:hover {
	color:#000000;
	text-decoration:underline;
}
.another {
	text-align: center;
	font-weight:bold;
	font-size:15px;
	padding-top:10px;
}

