@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	min-width: 824px;
	background: url(images/bkg_concrete2.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#outerwrapper {
	background: url(images/wrapperBkg.gif) repeat-y;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

.twoCol #innerwrapper, .oneCol #innerwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	position: relative;
	background: #C6CCE8 url(images/bkg_fauxcolumn3.gif);
}

.twoCol #innerwrapper {
	background: #C6CCE8 url(images/bkg_fauxcolumn3.gif);
}

.oneCol #innerwrapper {
	background: #FFFFFF;
}

#banner {
	height: 275px;
	width: 800px;
}

#mainnav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background: #1F345B;
}

#mainnav {
	height: 24px;
}

#mainnav ul li {
	float: left;
	position: relative;
}

#mainnav ul a {
	display: block;
	padding: 0 1.5em;
	text-decoration: none;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/divider.gif) repeat-y left;
	color: #FFFFFF;
}

#mainnav ul .first a {
	background: none;
}
#mainnav ul .last a {
	border-right: 1px solid #FFFFFF;
}

#mainnav ul a:hover {
	background:#7CB8E2
}

.twoCol #content, .oneCol #content {
	padding-top: 20px;
	padding-right: 10px;	
}

.twoCol #subnav {
	float: left;
	width: 200px;
	margin-top: 20px;
}

.twoCol #content {
	float: right;
	width: 575px;
}

.oneCol #subnav {
	display: none;
}

.oneCol #content {
	width: 755px;
	padding-right: 10px;
	padding-left: 20px;
}

#footer {
	clear: both;
	padding-top: 20px;
	background: #1F345B;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #FC1154;
	margin: 0px;
	padding: 0px;
}

#subnav h1 {
	background: #FFFFFF;
	margin: 0px;
	padding: 4px 0px 4px 10px;
	color: #1F345B;
	font: 16px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
}

#subnav ul li a:hover {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
}

#content h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #558DAE;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#content h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #34586E;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.performancedetails {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: #001182;
	margin: 10px 0px 0px 10px;
	padding: 20px;
}
.performancedetails .big {
	font-size: 18px;
	font-weight: bold;
}
.performancedetails a:link {
	color: #FFA7CF;
	text-decoration: none;
}
.performancedetails a:visited {
	color: #FFA7CF;
	text-decoration: none;
}
.performancedetails a:hover {
	color: #FFA7CF;
	text-decoration: underline;
}
#content  .tabledata {
	font-size: 12px;
}
.caption  {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

#subnav .caption {
	padding-right: 10px;
	padding-left: 10px;	
	margin-top: 0px;
}

img {
	border-style: none;
}
.red {
	color: #FF0000;
}
.underline {
	text-decoration: underline;
}
