@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #0f56b2;
	text-decoration: underline;
}
a:hover, a:active {
	color: #053a7f;
	text-decoration: none;
}
.logo a img{	
	border:none;
}
body {
	color: #232323;
	font: 14px Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0f56b2;
	margin: 5px 0 8px 0;
	letter-spacing: 1px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0f56b2;
	margin: 0;
	letter-spacing: 1px;	
}
.header {
	width: 100%;
	height:153px;
	background-image: url(/images/headerBG.gif);
	background-repeat: repeat-x;
}
.tabs {
	margin:auto;
	width:963px;
}
.tabs a img{
	border:none;
}
.middle {
	width: 100%;
	background-color: #fff;
}
.content {
	margin:auto;
	width:963px;
	height:400px;
	//height:470px;
	background-color:#fff;
}
.footer {
	clear: both;
	width: 100%;
	background-color: #000;
}
.footContent {
	margin:auto;
	width:963px;
	background-color:#000;
}
.tabWrapper ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.tabWrapper li {
	margin: 1px 0 0 0;
	padding: 8px 0 0 0;
	float:left;
	display:inline;
	list-style-type:none;
	height:26px;
	border-right:1px solid #d0cdc1;
}
*html .tabWrapper li {
	margin: -3px 0 0 0;
}
*:first-child+html .tabWrapper li {
	margin: -3px 0 0 0;
}
.tabWrapper li a:link, .tabWrapper li a:active, .tabWrapper li a:visited {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #414140;
	padding: 0 28px 0 28px;
}
.tabWrapper li a:hover, .tabWrapper li a:focus {
	background-color: #cdcabe;
	color: #000;
}
.tabWrapper li .current a {
	background-color: #cdcabe;
	color: #000;
}
.percent25 {
	width: 25%;
	float: left;
	display: inline;
}
.percent33 {
	width: 33.33%;
	float: left;
	display: inline;
}
.percent50 {
	width: 49%;
	float: left;
	display: inline;
}
.percent100 {
    width: 100%;
	float: left;
	display: inline;
}
.sideMargins5px {margin: 0 5px;
}
.margins5px {margin: 5px;
}
.margins10px {margin: 10px;
}
.padding5px {padding: 5px;
}
.padding10px {padding: 10px;
}
.clearfix {  
	display: inline-block;  
}
.contact {
	margin: 10px auto;
	padding-top: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.dataTable {
	border: 1px solid #AAAAAA;
}

.dataTable .left {
	border-right: 1px solid #AAAAAA;
	border-bottom: 0px solid #BBBBBB;
	background-color: #CFCFCF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	height: 35px;
	text-align: right;
}

.dataTable .right {
	padding-left: 5px;
	border-bottom: 0px solid #BBBBBB;
	background-color: #EEEEEE;
}

.dataTable .rightAlt {
	padding-left: 5px;
	border-bottom: 1px solid #BBBBBB;
	background-color: #DDDDDD;
}

.dataTable .top {
	height: 20px;
	background-image: url(/img/button.jpg);
	background-repeat: repeat-x;
	background-color: #CFCFCF;
	padding-left: 5px;
	font-weight: bolder;
}