body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#057AC7;
	color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

h1{
	padding-top:1em;
	padding-bottom:.5em;
	color:#CCEEFF;
	font-size:1.5em;
	font-weight:bold;
}


h2{
	padding-bottom:.3em;
	padding-top:.5em;
	color:#CCEEFF;
	font-size:1.2em;
	font-weight:bold;
}

h3{
	padding-bottom:.3em;
	padding-top:.5em;
	color:#CCEEFF;
	font-size:1em;
	font-weight:bold;
}

strong{
	font-weight:bold;
	color:#CCEEFF;
}

hr{
	height: 11px;
	background-image:url(../images/hr_bg.gif);
	background-repeat:repeat-x;
	border:0px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
	margin-bottom:8px;
}

p{
	margin-top:1.5em;
	margin-bottom:1.5em;
}



#wrapper{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
}

#header{
	width:1024px;
	height:154px;
}

#content{
background-color:#000000;
}

.leftGrad{
	width:31px;
	background-color:#057ac7;
	background-image:url(../images/gradiant_low_bg.jpg);
	background-repeat:repeat-x;
}

.rightGrad{
	background-color:#057ac7;
	width:32px;
	background-image:url(../images/gradiant_low_bg.jpg);
		background-repeat:repeat-x;
}

.sidebarLeft{
	vertical-align:top;
	background-image:url(../images/BottomBarLeft.gif);
	background-repeat:repeat-y;
	width:22px;
}

.sidebarRight{
	vertical-align:top;
	background-image:url(../images/BottomBarRight.gif);
	background-repeat:repeat-y;
	width:22px;
}

.mainTable{
 margin:0px;
 padding:0px;
}

.sidebarLeftBottom{
	vertical-align:top;
	background-image:url(../images/BottomBarLeft.gif);
	background-repeat:repeat-y;
}

.sidebarRightBottom{
	vertical-align:top;
	background-image:url(../images/BottomBarRight.gif);
	background-repeat:repeat-y;
}

.leftGradBottom{
	background-color:#0679c8;
}

.rightGradBottom{
	background-color:#0679c8;
}

#mainMenu{
	float:left;
	width:225px;
}

ul#menuListMain li{
	position:relative;
	margin-top:10px;
	padding-top:4px;
	border-right:#0ac3f4 solid 1px;
	background-image:url(../images/link_bg.gif);
	padding-left:15px;
	left:-6px;

}

ul#menuListMain li a {
	color:#ffc721;
	font-weight:bold;
	display: block;
	width: 100%;
	height:20px;
	text-decoration:none;

}

ul#menuListMain li.active{
	background-image:url(../images/link_bg_over.gif);
}

ul#menuListMain li:hover {
	background-image:url(../images/link_bg_over.gif);
}

ul#subMenuList{
	margin:7px;
}

ul#subMenuList li{
	border:#ffc721 solid 1px;
	padding:4px;
	margin-bottom:7px;
	background-image:url(../images/subMenuBg.gif);
	background-repeat:repeat-x;
	margin-left:3px;
}

ul#subMenuList li a{
	color:#FFFFFF;
		display: block;
	width: 100%;
	font-weight:bold;
		text-decoration:none;
}

ul#subMenuList li:hover {
	background-image:url(../images/subMenuBg_over.gif);
}

ul#subMenuList li.active {
	background-image:url(../images/subMenuBg_over.gif);
}

#subMenuList li IMG{
	position:relative;
	left:15px;
	margin-top:-12px;
	float:left;
}

#mainBody{
	margin-left:235px;
	width:675px;
	font-size:12px;
	color:#EEEEEE;
	line-height:1.5em;
}

#mainBody .header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	padding-bottom: 15px;
}
#mainBody .header img {
	position:relative;
	top: 5px;

}

#mainBody ul {
	margin-left: 1em;
}

#mainBody ul li{
	background-image:url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.7em;
}

#mainBody a {
	color:#66FFFF;
}

#mainBody h2 a {
	color:#CCEEFF;
}


#mainBody a:visited {
	color:#6699FF;
}

#mainBody a:hover {
	color:#FFFFFF;
}

#footer{
	margin:0px;
}

#footerCell{
	height:35px;
	background-image:url(../images/footer_gradiant.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}

#footerCell a{
	font-size:10px;
	color:#FFCC00;
	text-decoration:none;
}

#footerCell a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.contactForm{
	width:300px;
}

#contactTable{
border-spacing: 10px;
}
