﻿body
{
	font: 11px/1.5em Verdana;
	background-color: #f2f5fa;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr
{
	border: none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-bottom: 25px;
}

#tabs
{
	float: left;
	width: 100%;
	font-size: 93%;
	font-weight: bold;
	border-bottom: 1px solid #2763A5;
	line-height: normal;
}

#tabs ul
{
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a
{
	float: left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span
{
	float: left;
	display: block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

#tabs a span
{
	float: none;
}
#tabs a:hover span
{
	color: #FFF;
}

#tabs a:hover
{
	background-position: 0% -42px;
}

#tabs a:hover span
{
	background-position: 100% -42px;
}


.header
{
	width: 960px;
	height: 70px;
	background-color: White;
}
.navigationBar
{
	padding-left: 15px;
	width: 945px;
	height: 20px;
	background-image: url('../images/menu.gif');
	color: #2763A5;
}
.left
{
	padding: 20px 10px 10px 10px;
	width: 240px;
	background: #ffffff;
	border: dashed 1px #cccccc;
	float: left;
	color: GrayText;
}
.right
{
	padding-right: 800px;
	width: 160px;
	background-color: red;
	float: right;
}
.mainContent
{
	padding: 20px 10px 10px 10px;
	width: 650px;
	color: #2763A5;
	background-color: White;
	margin-left: 270px;
}

#mainDiv
{
	background: #ffffff;
	width: 960px;
	border: solid 1px #b0c4de;
}

.menu
{
	padding: 3px;
	border: 0px;
	width: 950px;
	height: 110px;
}

#keyFacts
{
	padding: 20px 10px 10px 10px;
	font-size: 0.9em;
	text-decoration: none;
}
#keyFacts li
{
	left: -20px;
	position: relative;
}

#overview
{
	padding: 20px 10px 10px 10px;
	border-top: darkgray 1px dashed;
	font-size: 0.9em;
	text-align: justify;
	text-decoration: none;
}

.ribbonText
{
	color: Navy;
	text-align: center;
}

.ribbon
{
	padding: 3px;
	margin: 1px 3px 2px 1px;
	padding-left: 3px;
	background-image: url(../images/rib.gif);
	color: white;
	border: solid 1px #b0c4de;
	width: 130px;
	height: 70px;
	float: left;
}

.ribbon:hover
{
	background-image: url(../images/ribL.gif);
	color: white;
	border: solid 1px #b0c4de;
}

.footer
{
	border-top: solid 1px #b0c4de;
	width: 960px;
	height: 50px;
	background-color: #FFFFFF;
	color: #2763A5;
	font-weight: normal;
	text-align: center;
	clear:both;
}

.logo
{
	border: solid 1px #f2f5fa;
}
