@charset "UTF-8";
/* Main CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
}
img {
	border:0px;
}
img.deco {
	border-left:5px solid #fff;
}
a {
	color:#28415e;
}
a:hover {
	color:#4d644b;
}
p{
	Margin-top:-5px;
}
h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#wrapper {
	overflow:hidden;
	text-align:center;
}
#main {
	width:800px;
	height:600px;
	margin:0 auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #132434;
}
#secondary {
	width:800px;
	height:auto;
	margin:0 auto;
	background-image:url(../images/bg_sec.jpg);
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #132434;
}
#flash{
	width:500px;
	margin:99px 0px 0px 38px;
	float:left;
}
#qSec{
	width:100px;
	margin:150px 80px 0px 0px;
	float:right;
	font-size:10px;
}
#qSec a{
	color:#ffffff;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}
#qSec a:hover{
	text-decoration:underline;
}
#nav{
	width:646px;
	margin:185px 0px 0px 78px;
}
#nav div{
	display:inline;
}
#nav a.first{
	margin-right:-3px;
}
#left{
	width:400px;
	margin:5px 0px 0px 90px;
	float:left;
}
#left p{
	margin-left:5px;
}
#right{
	width:190px;
	margin:5px 0px 0px 30px;
	float:left;
}
#right p{
	margin-left:5px;
}
#content{
	margin:-3px 0px 0px 0px;
	padding:8px 0px 10px 92px;
	clear:both;
	float:left;
	width:800px;
	background-image:url(../images/content_rep.png);
	background-repeat:repeat-y;
}
#mainpanel{
	width:485px;
}
#sidepanel {
	width:120px;
	margin-right:185px;
	margin-top:70px;
	float:right;
}
#note {
  padding:10px;
	width:450px;
	font-style:italic;
	color:#20354C;
	background-color:#dadfd9;
}
#botnav {
	margin:40px 0px 0px 0px;
	padding-top:10px;
	width:620px;
	text-align:center;
	border-top:1px solid #dadfd9;
}
#botnav div{
	margin:0px 40px 10px 0px;
	display:inline;
}
#contentFoot{
	clear:both;
	float:left;
}
.article {
	font-weight:bold;
	font-size:11px;
}

