body {
	text-align: center;
	color:#666666;
	background-color: #000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

A:link {
	COLOR: #fff; text-decoration: none;
}
A:visited {
	COLOR: #0000FF; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
	margin: 0 auto;
  width: 980px;
  text-align: left;
  background: #006ea7;
	border: 1px solid #008ad1;

}

#header_wrapper {
  margin:0px; padding:0px;
}

#header {
	width: 980px;
	height: 140px;
  margin:0 auto;
}

#logo {float: left;}
#header_ad {float: right;margin: 20px 0px 0px 0px;}

#left_side {
  margin-top: 10px;
  float: left;
  width: 170px;
  background: #015b89 ;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 310px;
  background: #015b89;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 320px;
}

#footer {
	height: 242px;
	clear: both;
	text-align: center;
	color: #B6CEF9;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}
#footer h3 {border-bottom: 1px solid #fff;margin-right: 15px;}
#footer_c {}
#footer1 {width: 425px; float: left;text-align: left;}
#footer2 {width: 425px; float: left;text-align: left;}
#footer ul{
margin:0;
padding:0;
list-style:none;
width:425px;
}
#footer ul li{
margin:0;
padding:0;
display:block;
float:left;
width:100px;
}
#footer_b{text-align: center;font-size: 14px;font-weight: bold;margin-top: 35px;}
#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side h3{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border-bottom:1px solid #428ebf;
	background-color: #004a79;
	background-image: url(../images/left_header.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#left_side ul {list-style: square;color: #62bbf1}
#left_side li {}
#left_side li a {font-size: 11px; color: #fff;font-family: verdana, arial;font-weight: bold;text-decoration: none;}
#left_side li a:hover {color: #62bbf1;padding-left: 5px;}
#right_side h3{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border-bottom:1px solid #428ebf;
	background-color: #004a79;
	background-image: url(../images/right_header.gif);
	background-repeat: repeat-y;
	background-position: right;
}


#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
}

.plugs {background-color:#015b89;height: 115px;margin-bottom: 3px;}

.plugs h4 {font-size: 14px;
	background-repeat: repeat-y;
	background-image: url(../images/plug_header.gif);
	background-position: right;
	background-color: #004a79;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	font-family: verdana, arial;
	color: #fff;
}
.plugs h4 a {color: #ffffff;}
.plugs h4 a:hover {color: #62bbf1;text-decoration:none;}
.plugs_img {padding: 5px 0px 0px 5px;float: left;}
.plugs_desc {float: left;color: #fff;font-family: verdana; font-size: 12px; padding: 5px 0px 0px 5px;width: 370px;!width: 350px;}


div#navcontainer
{
	border-top: solid 1px #08659a;
	border-bottom: solid 1px #08659a;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}

div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 7px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 8px 10px 7px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #66a1c3;
}

div#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;
	background-image: url(../images/nav_bg_on.gif);
	background-repeat: repeat-x;
}

#active a { border-left: 1px solid #66a1c3; }

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

