body, html{
	margin:2px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size : 12px;
	color : #555555;
	text-align: justify;
	background-color: #666666;
/*Layout*/	
}
#outer {
    width: 950px;
    background-color:#666666;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #666666;

}
#header {
	width: 950px;
	height:80px;
	float: left;
	vertical-align:text-top;
}
#maincontainer {
  width: 950px;
  float: left;
  background-color:#003366;
}
#nav {
	width: 200px;
	float: left;
	padding-bottom:5px;
	background-color: #003366;  
}
#navlist {
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#main {
  float: left;
  width: 580px;
  padding:10px;
  line-height: 18px;
  background-color:#fff;
}
#banner {
	float:right;
	width:150px;
	background-color: #003366;
}
	
#footer {
	width: 950px;
	height: 60px;
	float: left;
	background-image:url(assets/foot.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 8px 2px 2px 24px;
	border: 1px solid;
	height: 22px;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}

#navlist a:hover {
background-color: #9F6F9F;
background-image:  url(assets/l1_over.jpg);

color: #fff;
}
#sidebar #navlist .uberlink {
background-color: #9F6F9F;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}
/*style*/
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.img {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.newshead {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.newshead2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: bold;
}
.copyright {
text-align:center;
color:fff;
font-size:10px;
}