@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f5f1da url(../images/bodyBg.gif) repeat-x top;
	margin: 0px;
}
#wrapper {
	margin: auto;
	width: 750px;
	background-color: #FFF;
	border-right: 1px solid #183981;
	border-bottom: 1px solid #183981;
	border-left: 1px solid #183981;
}
#clearme{
	clear: both;
}
#banner {
	background: url(../images/bannerBg.gif) repeat-x;
	height: 80px;
}
#navigation {
	background: #d4c371 url(../images/navBg.gif) repeat-x;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	width: auto;
	
	border-right: 1px solid #FFFFFF;
	margin-left: 0px;
}
#navigation ul li a{
	text-decoration: none;
	color: #183981;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.currentnavitem{
	background-color: #f5f1da;
	color: #183981;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation ul li a:hover{
	
	background-color: #f5f1da;
	
}
#content {
	width: 540px;
	padding: 20px;
	float: left;
}
#sideboxes {
	width: 170px;
	float: left;
	padding-top: 20px;
}
#footer {
	clear: both;
	border-top: solid 1px #183981;
	font-size: .8em;
	line-height: 2.5em;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #e11e55;
}
#footer a:hover{
	text-decoration: underline;
	
}


#contentbanner {
	background-color: #183981;
	height: 200px;
	margin-bottom: 2em;
}
#sponsors {
	width: 135px;
	float: left;
	padding-right: 20px;
	background: url(../images/sponsorBgLine.gif) no-repeat right top;
	height: 700px;
	color: #e11e55;	
}
#sponsors h4 {
	font-weight: normal;
}

#contentfocus {
	padding-left: 15px;
	width: 370px;
	float: left;
	line-height: 1.5em;
	
}
#contentfocus h1 {
	font-weight: normal;
	font-size: 1.6em;
	color: #e11e55;
}
#contentfocus h2 {
	
	font-size: 1.1em;
	color: #e11e55;
}
#contentfocus a {
	
	text-decoration: none;
	color: #183981;
}
#contentfocus a:hover {
	text-decoration: underline;
}
.byline {
	font-size: .85em;
	font-style: italic;
	
}#contentfocus p {
	text-align: justify;
}
#contentfocus li {
	margin-bottom: 1em;
}
#sponsors h2 {
	font-size: 1.2em;
}
