@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x #eaeaea;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
.image-bg
{
border-bottom:5px solid #baa53c;
}
p
{
margin:7px 0px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:950px;
height:auto;
margin:0px auto;
text-align:center;
}
.header
{
width:950px;
height:119px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top repeat-x;
}
.header-top
{
width:930px;
height:25px;
float:left;
text-align:left;
padding:5px 10px 25px 10px;
font: bold 11px/25px Tahoma, Helvetica, sans-serif;
color: Navy;
}
.top-left
{
width:500px;
height:25px;
float:left;
text-align:left;
}
.top-right
{
width:300px;
height:25px;
float:right;
text-align:right;
}
.header-bottom
{
width:950px;
height:64px;
float:left;
text-align:left;
}
.logo-box
{
width:180px;
height:64px;
float:left;
text-align:left;
}
.menu-right
{
width:750px;
height:40px;
float:right;
text-align:left;
padding:14px 0px 10px 0px;
}
.menu-box
{
width:750px;
height:34px;
float:left;
text-align:left;
background:url(../images/menu-bg.jpg) left top repeat-x;
padding-top:6px;
}
/* CSS Menu */
.navcontainer {
		width:750px;
        margin:0px;
        padding:0px;
        height:34px;
		float:left;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		height:34px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

.navcontainer ul li a {
        width: 110px;
        height: 34px;
        margin: 0px;
		padding:0px;
        color: #00135f;
        text-decoration: none;
        display: block;
        text-align: center;
		padding:0px 18px;
        font: bold 12px/34px Tahoma, Helvetica, sans-serif;
		display:block;
	}

.navcontainer ul li a:hover {
        color: #47bff8;
		padding:0px 18px;
        font: bold 12px/34px Tahoma, Helvetica, sans-serif;
		display:block;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #47bff8;
	}
.logo
{
margin-left:41px;
}
.body-main
{
width:950px;
height:auto;
float:left;
text-align:left;
}
.body-top
{
width:930px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
padding:10px;
}
.body-bottom
{
width:892px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bottom-bg.jpg) left top repeat-x #d6d6d6;
border-bottom:1px solid #cfcfcf;
padding:29px;
}
.body-bottom2
{
width:892px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bottom-bg.jpg) left top repeat-x #ffffff;
border-bottom:1px solid #cfcfcf;
padding:29px;
}
.bottom-left-box
{
width:414px;
height:128px;
float:left;
text-align:left;
background:url(../images/profile-bg.jpg) left top repeat-x;
border:1px solid #dfdedd;
padding:10px 8px;
}
.bottom-right-box
{
width:414px;
height:128px;
float:right;
text-align:left;
background:url(../images/profile-bg.jpg) left top repeat-x;
border:1px solid #dfdedd;
padding:10px 8px;
}
.footer
{
width:945px;
height:87px;
float:left;
text-align:left;
background:url(../images/footer-bg.jpg) left top repeat-x;
padding-left:5px;
color: #3d3d3d;
font: normal 11px/18px Tahoma, Helvetica, sans-serif;
}
.footer a
{
text-decoration:none;
color: #3d3d3d;
font: normal 11px/18px Tahoma, Helvetica, sans-serif;
}
.footer a:hover
{
color: #3d3d3d;
text-decoration: underline;
font: normal 11px/18px Tahoma, Helvetica, sans-serif;
}
.footer-left
{
width:620px;
height:72px;
float:left;
text-align:left;
padding-top:15px;
}
.footer-right
{
width:300px;
height:62px;
float:right;
text-align:right;
padding-top:25px;
}


/* CSS Text Document */
body{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#0099cc;
text-decoration: none;
font-weight:bold;
font-size:11px;
}
body a:hover
{
color:#0099cc;
text-decoration: underline;
font-weight:bold;
font-size:11px;
}

.top-link
{
text-decoration:none;
font: bold 11px/25px Tahoma, Helvetica, sans-serif;
color: #a4aac3;
}
.top-link:hover
{
color: #a4aac3;
text-decoration:underline;
font:bold 11px/25px  Tahoma, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #0085d4;
	text-decoration: none;
	text-align:justify;
}