@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/bg.jpg) repeat-x top left;
	font-family: arial;
	color: #0d3e99;
	font-size: 12px;
}

html {
    overflow-y: scroll;
}

h1	{
	text-align: center;
	color: #fff;
}

h2 {
	font: 15px/1.5 Arial;
	font-weight: bold;
	height: 21px;
	padding-left: 15px;
	background: #fff url(../images/tbbg.jpg) no-repeat;
	top: 0px;
	margin: 0px 0px 30px 0px;

}

h3 {
	color: red;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
ol{
	list-style: disc;
	margin: 0px 0px 0px 30px;
}
span.left {
	float: left;
}
span.right {
	float: right;
}

.left{
	float: left;
}
.right{
	float: right;
}
#wrapper {
	margin: 20px auto;
	width: 850px;
	background: #fff;
	border: 1px solid #000;
	position: relative;
		overflow: hidden;
}
#header {
	position: relative;
	width: 850px;
	height: 150px;
	overflow: hidden;
}
.nav {
	width: 750px;
	padding-left: 100px;
	height: 29px;
	margin: 0px auto 25px;
	border-bottom: 1px solid #E9E9E9;
	float: left;
	
}

#sidebar {
	width: 225px;
	min-height: 600px;
	padding-right: 18px;
	padding-left: 25px;
	float: left;
	border-right: 1px dashed #999;
	text-align: center;
	margin-bottom: 20px;
}

#content {
	width: 510px;
	padding-right: 30px;
	float: right;
}


#content a{
	color: #0d3e99;
}

#content a:hover{
	color: #74bad7;
}

#content ul{
	margin: 0px 0px 8px 0px;	
}

#content ul li{
	float: left;
	padding-bottom: 10px;
	margin: 0px 20px 6px 0;
}

#content ul li.last {
	margin-right: 0;
}

.smallparagraph,
.smallparagraph p{
		padding: 0px 0px;
		margin: 0px 0px;
}
#content .news {
	clear: both;
	bottom: 0px;	
	margin: 20px 0px 0px 20px;
	color: #f00;
	font-weight: bold;
	font-size: 13px;
}
#content .news li {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

#content .news h3 {
	margin-bottom: 1em;
}

#content .news a{
	color: #0D3E99;
	font-weight: bold;
	text-decoration: none;
}
#content .news a:hover{
	color: #6399DC;
}
#content .news ul li{
	display: block;
	border-bottom: 1px dashed #dcddde;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#footer {
	background: #09C url(../images/footer-bg.gif) repeat-x;
	height: 16px;
	bottom: 0px;
	font-family: arial;
	font-size: 10px;
	color: #000;
	text-align: center;
}

#affil {
	width: 550px;
	margin: 30px auto;
	bottom: 0px;
	text-align: center;

}


#affil ul li{
	display: inline;
	float: left;
	margin: 0px 5px 0px 0px;
}

.block{
	display: block;

}


.indent{
	padding-left: 30px;
	float: left;
}

.center{
	text-align: center;
}

#locations{
	width: 500px;
}

#locations img{
	margin: 0px 0px 10px 0px;
}

#locations p{
	padding: 0px 0px;
	margin: 0px 0px;
}

#locations .add{
	float: left;
	width: 211px;
}

#locations .map{
	float: left;
	width: 275px;
	margin: 10px 0 30px;
}

.newsreport {
	width: 500px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	float: left;
	border-bottom: 1px dashed #E1E1E1;
}
.newsreport img{
	text-align: center;
	float: none;
}
.newsreport .logo{
	margin: 10px 10px 0px 0px;
	float: left;
}
.newsreport h3{
	margin: 0px 0px;
}
