/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #2f3446;
}
body {
	background-repeat: repeat-x;
	background-color:#88abc7;
	text-align:center;
}
html,body{
margin:0;
padding:0;
}
p{
margin:0 10px 10px;
}

div#container{
margin:0 auto;
text-align:left;
width:80%;
background:url(images/light_grey_bg.jpg) repeat-y top left;
}
div#container_2{
width:100%;
background:url(images/light_grey_bg_2.jpg) repeat-y top right;
}
div#right_bg_container{
width:100%;
background:url(images/light_grey_bg_r.jpg) no-repeat top right;
}
div#left_bg_container{
width:100%;
background:url(images/light_grey_bg_l.jpg) no-repeat top left;
}
#navigation ul{
line-height:1.2;
list-style-type:none;
list-style-image:none;
font-size:12px;
margin-left:-16px;
margin-top:4px;
}
#navigation ul li{
padding-bottom:7px;
}
#navigation ul li a{
text-decoration:none;
font-weight:normal;
}
div#header_wrapper{
background:url(images/header_bg.jpg) repeat-x top left;
margin-left:9px;
margin-right:9px;
height:290px;
clear:both;
}
div#wrapper{float:left;
width:30%;
background:url(images/header_bg.jpg) repeat-x top left;
height:290px;
}
div#flash{
float:right;
height:290px;
width:360px;
background:url(images/header_bg.jpg) repeat-x top left;
}
div#content{
clear:both;
line-height:1.5;
margin-top:-14px;
padding-bottom:60px;
}
#content ul {
list-style-image:url(images/bullet.gif);
margin-left:50px;
}
#content ul li {
padding-bottom:7px;
}
div#content p, #content img{
padding: 0 30px;
}
div#footer{
clear:both;
background:url(images/footer_bg.jpg) repeat-x top left;
height:34px;
text-align:right;
margin-left:9px;
margin-right:9px;
color: #E8EAED;
padding-top:10px;
font-size:10px;
}
a:link {
	color: #2f3446;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2F3446;
}
a:hover {
	text-decoration: none;
	color: #84A5C2;
}
a:active {
	text-decoration: underline;
	color: #84A5C2;
}
h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.8em;
	color: #E8EAED;
	height:47px;
	background:url(images/navy_bar_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
	font-weight:normal;
}
h2 {
	font-size: 1.5em;
	color: #2f3446;
	height:30px;
	background:url(images/second_header_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
}
h3 {
	font-size: 1.3em;
	color: #2f3446;
	background:url(images/second_header_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
}
h4 {
	font-size: 1.2em;
	color: #2f3446;
	background:url(images/second_header_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
}
h5 {
	font-size: 1.1em;
	color: #2f3446;
	background:url(images/second_header_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
}
h6 {
	font-size: 1em;
	color: #2f3446;
	background:url(images/second_header_bg.jpg) repeat-x top left;
	padding-left:20px;
	margin-left:9px;
	margin-right:9px;
}
.nobackground {
background:none;
background-image:none;
}
