/*******Global Styles*******/
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, San-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: left;
	height: 100%;
}
b, strong {
	font-weight: bold;
}
td {
	vertical-align:top;
}
h2 {
	font-family: Times, Serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #11145E;
	text-align: left;
	padding-bottom: 18px;
}
a {
	text-decoration:none;
	color:#578EC5;
}
a:hover {
	text-decoration:underline;
}
.column1 {
	background-color: #E6EAEC;
	width: 185px;
}
.cloumn2 {
	width: 640px;
}
.column3 {
	background-color: #E6EAEC;
}
.logo {
	position: absolute;
	right: 28px;
	top: 20px;
}
.pageTopSpacer {
	height: 17px;
	overflow:hidden;
}
.headerLeft, .headerRight {
	background-color: #11145E;
}
.headerMid{
	width:640px;
	position:relative;
}
.contentsLeft {
	padding-top: 25px;
	padding-bottom: 110px;
	padding-left: 25px;
	padding-right:15px;
}
.contentsMid {
	padding-top: 25px;
	padding-bottom: 110px;
	padding-left: 25px;
	padding-right:25px;
}
.contentsMid_left {
	padding-right: 30px;
	width:400px;
}
.contentsMid_right {
	width: 160px;
	font-size:11px;
	line-height:15px;
	color:#687884;
}
/*******Homepage Styles*******/
.homeTable {
	height: 100%;
}
.homeTable .column1 {
	background-color: #E6EAEC;
}
.homeTable .column1 .pageTopSpacer {
	background-color: #E6EAEC;
}
.homeTable .headerLeft, .homeTable .headerRight {
	height: 175px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.homeTable .internalHeaderLeft, .homeTable .internalHeaderRight {
	height: 100px;
	background-color: #11145E;
	padding-top: 25px;	
	padding-left: 25px;
/*	padding-bottom: 25px; */

}

.homeTable .contentsLeft {
	font-size: 11px;
	line-height:15px;
}
/*******Primary Nav Styles*******/
.mainMenuLinkContainer {
	float:left;
}
.mainMenuLink {
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width:120px;
}
a.mainMenuLink:hover {
	background-position:0px -19px;
}
/*******Footer Styles*******/
.footer {
	height: 85px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top:-86px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #687884;
}
.footerContents {
	margin-left: 185px;
	padding-left: 25px;
	font-size: 10px;
	line-height: 13px;
	color: #687884;
	width: 590px;
	padding-right: 25px;
	padding-top: 10px;
}
.footerLink{
	color:#687884;
}

.table_header {
	background:#687884;
	color:#FFFFFF;
}
.even_row
{
   background:#E6EAEC;
}

.odd_row
{
   background:#D8DEE2
}

