@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
margin-top: 0px;
	background-color: #9d2376;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
}

img
{ 

border-style: none;
margin:0px;

}


a img {
}
a {
	color: #128896;
}
a:visited {
	color: #128896;
}
a:hover {
	color: #128896;
}
a:active {
	color: #128896;
}
h1 {
	font-size: 16px;
	color: #00699b;
}
h2 {
font-size:12px;
font-style:normal;
text-decoration:underline;


}
h3 {
	font-size: 14px;
	color: #128896;
}


a.menu1 {
	display: block;
	width: 103px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav1.gif);
	background-repeat: no-repeat;
	background-position:left;

	}
	



a:hover.menu1 {
	background-position: -103px;

}

a.menu2 {
	display: block;
	width: 119px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav2.gif);
	background-repeat: no-repeat;
	background-position:left;
}


a:hover.menu2 {
	background-position: -119px;
	
}

a.menu3 {
	display: block;
	width: 123px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav3.gif);
	background-repeat: no-repeat;
	background-position:left;
}


a:hover.menu3 {
	background-position: -123px;
	
}

a.menu4 {
	display: block;
	width: 130px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav4.gif);
	background-repeat: no-repeat;
	background-position:left;
}


a:hover.menu4 {
	background-position: -130px;
	
}

a.menu5 {
	display: block;
	width: 133px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav5.gif);
	background-repeat: no-repeat;
	background-position:left;
}


a:hover.menu5 {
	background-position: -133px;
	
}

a.menu6 {
	display: block;
	width: 99px;
	height: 83px;
	text-decoration: none;
	background-image: url(../images/Nav6.gif);
	background-repeat: no-repeat;
	background-position:left;
}


a:hover.menu6 {
	background-position: -99px;
	
}

#frame {
width:980px;
margin: 0 auto;
text-align: left;
		}
#content {
float:left;
width:890px;

}
#topnav
{
width: 980px;
}

#contentwrapper
{ 
width: 100%;
}


#centernav
{
width: 243px;
float:left;
}
#centernav2
{
float:left;
width: 243px;
}
#nav
{
margin-left:0px;
float:left;
width: 103px;
height: 100%;

}
#nav2
{
margin-left:0px;
float:left;
width: 119px;
height: 100%;

}

#nav3
{
margin-left:0px;
float:left;
width: 123px;
height: 100%;

}

#nav4
{
margin-left:0px;
float:left;
width: 130px;
height: 100%;

}

#nav5
{
margin-left:0px;
float:left;
width: 133px;
height: 100%;

}

#nav6
{
margin-left:0px;
float:left;
width: 99px;
height: 100%;

}

#bodytext
{
width:980px;
}

#mainad
{
clear:left;

}

#whitebox
{
float:left;
margin-left: 30px;
width:929px;
background-image:url(../images/Topborder.gif);
background-repeat:no-repeat;
background-position:top;
background-attachment:scroll;
background-color:#FFFFFF;
}
#whitebody
{
width: 100%;
float:left;

}
#news
{
display:inline;
margin-left: 20px;
margin-top: 30px;
width: 250px;
float:left;
}

#leftnav
{

}

.newpanels
{
width: 230px;
  padding-left: 0;
  margin:0;

}



.newpanels li {
	background-color: #d1e1ff;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.blued
{
	background-color:#e6efff;
}
#whiteboxbottom
{
float:left;
	width:929px;
	background-image:url(../images/Topbottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	background-color:#FFFFFF;
}
#maintext

{
margin-left: 20px;
margin-top: 40px;
width: 610px;
float:left;
display:inline;
}
#mainad
{
width: 980px;
float:left;
margin-bottom: 30px;

}

.icons
{
margin-left: 30px;
margin-right: 30px;

}

.icons2
{
margin-left: 70px;
margin-right: 70px;

}

#managed
{
margin-top: 50px;
float:left;

}

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid #00699b; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	background-color: #00699b;
	background-image: url(../images/sexypanelright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: #fe9c16; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid #fe9c16; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

.left
{
float:left;
padding: 7px;

}

#leftpart
{
margin-left: 30px;
width: 200px;
float:left;

}

#rightpart
{
display:inline;
margin-left: 30px;
width:200px;
}

#boxwrapper
{
width: 100%;

}

.clear
{
clear:left;

}
</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->

