@charset "utf-8";
/* CSS Document */



body {
background:#385879;
background-attachment:fixed;
padding:0 0 1px 0;
margin:0 auto;
color:#FFF;
}

div.boxmiddle a:link {
	color: #FFF;
	text-decoration: none;
}
div.boxmiddle a:visited {
	text-decoration: none;
	color: #FFF;
}
div.boxmiddle a:hover {
	text-decoration: underline;
	color: #AA2214;
}
div.boxmiddle a:active {
	text-decoration: none;
	color: #FFF;
}

#wrapper {
background: url(images/content.png) center top no-repeat;
width:800px;
padding:0 0 0 0;
margin:0 auto;
}

#content {
background:url(images/header.png) center top no-repeat;
width:800px;
padding:295px 0 0 0;
margin:0 auto;
}

#leftside {
float:left;
margin-left:15px;
}

div.leftcontent {
width:357px;
margin-bottom:5px;
}

div#rightside {
float:left;
padding:0 0 0 55px;
margin:0;
width:348px;
}

div.rightcontent {
padding:0;
margin-bottom:5px;
}

div.boxtop {
background:url(images/boxtop.png) center top no-repeat;
width:348px;
height:16px;
padding:0;
margin:0 auto;
}

div.boxmiddle2 {
background:url(images/right-bg.png) center top no-repeat;
width:357px;
height:267px;
padding:5px 0 0 0px;
margin:0 auto;
font:normal 12px Arial, Helvetica, sans-serif;
text-align:left;
color:#fff;
}

div.boxmiddle2 p {
line-height: 1.5;
padding:0 28px 4px 15px;;
font-size:11px;
margin:0;
}

div.boxmiddle {
background:url(images/right-bg.png) center top no-repeat;
width:357px;
height:267px;
padding:3px 0 0 0px;
margin:0 auto;
font:normal 12px Arial, Helvetica, sans-serif;
text-align:left;
line-height: 1.3;
color:#fff;
}

div.boxmiddle p {
padding:0 30px 0 30px;
text-align:justify;
font-size:11px;
margin:0;
}

div.boxmiddle a:link {
	text-decoration:none;
	color:#0066FF;
	border-bottom:1px dotted #999;
}
div.boxmiddle a:visited {
	text-decoration:none;
	color:#0066FF;
	border-bottom:1px dotted #999;
}
div.boxmiddle a:hover {
	text-decoration:none;
	color:#000033;
	border-bottom:1px dotted #fff;
}

div.boxbottom {
background:url(images/boxbottom.png) center top no-repeat;
width:348px;
height:24px;
padding:0;
margin:0 auto;
}

/* additional styles */

em {
color:#003399;
font-style:normal;
}


/* Footer */

div#footer {
background-color:#d6d6d6;
width:790px;
height:12px;
color:#000;
margin:0 auto;
padding:2px 2px 2px 6px;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:1.2em;
text-align:center;
}

div#footer a:link {
	color:#00C;
	text-decoration:none;
}
div#footer a:visited {
color:#00C;
text-decoration:none;
}
div#footer a:hover {
	color:#06F;
	text-decoration:none;
}


