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

body
{
margin:0px;
padding:0px;
background-color:#003366;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:1000px;
height:auto;
margin:0px auto;
text-align:center;
}
.container-main
{
width:1000px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-right-bg.gif) right top no-repeat #2c5080;
}
.container-inside
{
width:968px;
height:auto;
float:left;
text-align:left;
background:url(../images/footer-left-bg.gif) left bottom no-repeat;
padding-left:32px;
}

/* CSS Header Document */
.header
{
width:736px;
height:122px;
float:left;
text-align:left;
padding-left:190px;
padding-top:60px;
}
.header-main
{
width:382px;
height:32px;
float:left;
text-align:left;
background-color: #ca0a2d;
border:1px solid #FFF;
padding-left:110px;
}
.body-main
{
width:751px;
height: auto;
float:left;
text-align:left;
padding-left:175px;
}
.body-left
{
width:369px;
height:auto;
float:left;
text-align:left;
}
.left-top-box
{
width:337px;
height:30px;
float:left;
text-align:left;
background:url(../images/box-top-bg.gif) left top no-repeat;
padding-left:32px;
margin:0px;
}
.left-inside-box
{
width:329px;
height:auto;
float:left;
text-align:left;
background:url(../images/box-middle-bg.gif) left top repeat-y;
padding:3px 20px;
margin:0px;
}
.left-bottom-box
{
width:257px;
height:21px;
float:left;
text-align:left;
background:url(../images/box-bottom-bg.gif) left top no-repeat;
padding:9px 0px 0px 112px;
margin:0px;
}
.body-right
{
width:382px;
height:auto;
float:right;
text-align:left;
padding-top:18px;
}
.body-right-top
{
width:368px;
height:auto;
float:left;
text-align:left;
padding-left:14px;
}
/* sub-navigation */	
	
.subnav{
	color: #FFF;
	font: bold 14px/36px  Arial, Helvetica, sans-serif;
	line-height:36px;
	width:368px;
	float:left;
	text-align:left;
			}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style-type:none;
	color: #FFF;
	font: bold 14px/36px  Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: url(../images/white-bt.gif) left center no-repeat;
	padding-left:12px;
	width:356px;
	}

.body-right-bottom
{
width:333px;
height:38px;
float:left;
text-align:left;
background:url(../images/read-bar-bg.gif) left top no-repeat;
color: #FFF;
font: normal 18px/38px  Arial, Helvetica, sans-serif;
padding-left:18px;
}
.body-right-bottom a
{
color: #FFF;
font: normal 18px/38px  Arial, Helvetica, sans-serif;
text-decoration:none;
}
.body-right-bottom a:hover
{
color: #fd7a9b;
font: normal 18px/38px  Arial, Helvetica, sans-serif;
text-decoration:none;
}
.footer
{
width:968px;
height:auto;
float:left;
text-align:left;
padding-bottom:50px;
}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
body a
{
color:#FFF;
text-decoration: underline;
font-size:11px;
}
body a:hover
{
color:#dde5f5;
text-decoration: underline;
font-size:11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	text-align:justify;
	font-style:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	text-align:justify;
	font-style:normal;
}

