body {
  text-align: center;
	font-size: 12px;
	font-family: arial;
	
}

#container {
  width:980px;
	margin: 0 auto;
}

#top {
  width: 980px;
	height: 96px;
	border-bottom: 4px solid #000000;

}

#logo {
  text-align: left;
	float: left;
}

#menu {
float:  left;
  padding-top: 49px;
	padding-left: 100px;
}

#menu a:link, #menu a:visited {
  padding-right: 10px;
	  padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: black;
}

#menu a:hover {
  padding-right: 10px;
	  padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0099ff;
}

#menu #active_menu {
	color: #ffffff;
	background-color: #0099ff;
}

#header {
   width: 980px;
	 height: 297px;

}

#header1 {
  float: left;
}

#header2 {
  float: left;
}

#content {
  width: 980px;
	margin-top: 5px;

}

#leftcontent {
  float: left;
	width: 250px;
	background-color: #0099ff;
	line-height: 20px;
	text-align: justify;
	padding: 10px;
	color: #ffffff;
}

#leftcontent h3 {
  color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0;
}

#rightcontent {
	text-align: justify;
	line-height: 20px;
	float: left;
	width: 680px;
	padding-left: 30px;
}

#footer {
  width: 980px;
	background-color: #0099ff;
	height: 58px;
	margin-top: 5px;
}

#footer-text {
  text-align: left;
	padding-top: 22px;
	padding-left: 20px;
	color: #ffffff;
}

.contentheading {
  font-size: 16px;
	color:#0099ff;
	border-bottom: 1px solid #0099ff;
	width: 100%;
}

ul#menulist_root {
    display:block;
list-style: none;
}

ul#menulist_root li
{

color:white;
}

ul#menulist_root li a
{
padding: 15px 10px;
background-color: transparent;

font-size:16px;
}

ul#menulist_root li{
float:left;
}

ul#menulist_root li ul{
    display:none;
list-style: none;

padding-left:20px;
}
ul#menulist_root li:hover ul{
    display:block;
    background:none;
position: fixed;
margin-left: -20px;
}
ul#menulist_root li ul li{
width:190px;
background-color: #0099ff;
color:white;
display:block;
    opacity:.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    clear:both;
}
ul#menulist_root li ul li a{
width:170px;
    background:none;

padding: 10px 10px;
display:block;
color:white;
font-size:16px;
}

ul#menulist_root li ul li a:visited
{
color:white;
}

ul#menulist_root li ul li a:hover{
    color:#AA0000;
}

ul#menulist_root li a.mainlevel_current
{
	background-color: #0099ff;
padding: 15px 10px;
color: white;
font-size:16px;
}

a.sublevel
{
color:white;
}

div#baner
{
width: 980px;
height: 300px;
padding:0px;
margin:auto;
}