@charset "utf-8";
/* CSS Document

Colors
BKG Grey: #666666;
Light Grey: #DDDDDD;
Blue: #1F3A77;
Red: #AE000C;
*/

body {
	background: #EFEFEF url(/common/images/bkg.gif) repeat-x scroll;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

div, p, ul, h1, h2, h3, h4, form, img {
	margin: 0px;
	padding: 0px;
}

h3 {
	color:#1F3A77;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

ul {
	list-style-type: none;
}

a {
	color: #AE000C;
}

#header {
	height: 150px;
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#header h1 {
	background: url(/common/header/logo.gif) no-repeat scroll 0pt;
	height: 135px;
	width: 165px;
	position: absolute;
	top: 10px;
	left: 30px;
	text-indent: -9999px;
}

#header ul {
	color: #FFFFFF;
	display: block;
	height: 32px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 69px;
	left: 340px;
}

#header ul li {
	background: transparent url(/common/header/nav_div.gif) no-repeat scroll top right;
	display: block;
	float: left;
	height: 32px;
	width: 135px;
	text-align: center;
}

#header ul li.last {
	background: none;
}

#header ul li a {
	display:block;
	color: #FFFFFF;
	font:12px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin:0;
	padding:10px 0 0 0;	
}

#header ul li a:hover, #header ul li a.current {
	background:url(/common/header/nav_arrow.gif) 50% 0 no-repeat;
}

#content {
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#contentWide {
	margin: 0px auto;
	position: relative;
	width: 90%;
}

#footer {
	margin: 0px auto;
	position: relative;
	width: 960px;
	text-align: center;
} 

#footer p {
	color: #999999;
	font: 12px/12px Arial, Helvetica, sans-serif;
	padding: 10px;
}

#contentMainLrg, #contentMain, #contentWide  {
	background-color: #FEFEFE;
	border: 1px solid #DDDDDD;
	position: relative;
}

#contentMainLrg {
	width: 543px;
}

#contentMain {
	width: 643px;
}

#contentMainWide {
	
}

#contentSideLrg, #contentSide {
	background-color: #FEFEFE;
	border: 1px solid #DDDDDD;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 403px;
}

#contentSideLrg {
	width: 403px;
}

#contentSide {
	width: 303px;
}

#contentMain h2, #contentMainLrg h2, #contentMainWide h2 {
	color:#CCCCCC;
	font:27px/34px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 10px;
}

#contentSide h4, #contentSideLrg h4 {
	color:#CCCCCC;
	font:24px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 10px;
}

.newsItem {
	margin-bottom: 20px;
}

.newsItem p {
	margin-bottom: 10px;
}

#impDates li {
	margin-bottom: 10px;
}

#impDates li span {
	font-weight: bold;
}

table.listing {
	margin-bottom: 20px;
}

table.listing th {
	background-color: white;
}

table.listing tr {
	background-color: #F8F8F8;
}

table.listing .alt {
	background-color: #F0F0F0;
}

table.listing .blank {
	background-color: transparent;
}
/*  common helpers */
.padding {
	padding: 20px 40px 20px 40px;
}

.container {
	margin-bottom: 20px;
}

.textBody p, .textBody ul {
	margin-bottom: 15px;
}

.textBody ul {
	list-style: disc;
}

.textBody li {
margin-left: 25px;
}

.small {
	font-size: 10px;
}

.winner {
	font-weight: bold; color: #AE000C;
}

