/**************** General Classes *****************/
body {
	margin: 0px; /* Global White */
	font-size: 12px; /* Font Size */
	line-height: normal;
	color: #2C2D2E; /* Hard coded no matter what color scheme */
	font-weight: normal;
	vertical-align: top;
}

div.linkBox {
	margin-left: 10px;
  margin-right: 10px;
}
div.contentHeaderContainer{
	margin-left: 10px;
	padding-top: 3px;
}
div.contentBodyContainer{
	margin-left: 10px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333; /* Primary */
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399; /* Primary */
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333; /* Tertiary */
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	color: #7F7F7F; /* Hard Coded No matter what color scheme */
}

a {
	color: #2170BD;
	text-decoration: none;
}

/**************** Spacer Classes *****************/
td.hLineR {
	width: 34px;
	height: 1px;	
}

td.hLineL {
	width: 34px;
	height: 1px;	
}

td.hLineM {
 
	height: 1px;
}

td.hLineB {
 
	width: 1px;
	height: 25px;
}

td.hLineT {
	width: 1px;
	height: 95px;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

td.hSpaceL {
	width: 17px;
}

td.hSpaceR {
	width: 17px;
}

/**************** Header Classes *****************/

td.headerLogo {
	vertical-align: top;
	width: auto;
	text-align: center;
}


td.headerTagline {
	vertical-align: bottom;
	width: 33%;	
	text-align:right;
	color: #7EBED5; /* Tertiary */
	font-size: 12px;
	font-style:italic;	
	padding: 10px;
}

td.headerSite {
	text-align: left;
	vertical-align: top;
	width: auto; /* Tertiary */
	font-size: 12px;
	font-weight:bold;	
	padding: 1px;	
}


/**************** Top Nav Classes *****************/
table.topNav {

}

table.topNav td {

}

td.topNavBody {
	padding: 7px;
	white-space: nowrap;
}


/************************************************ Home Page Classes **********************************************/
td.homeSideNavBody {
	vertical-align: top; /* Hard coded no matter what color scheme */
	width: 247px;
	height: 363px;	
	
		
	padding: 18px;
}

td.homeContentBody {
	vertical-align: top;
	background-repeat: no-repeat;
	height: 350px; /* Hard coded no matter what color scheme */	
	white-space: nowrap;
	padding: 15px;	
}

td.homeFeaturedLR {
	vertical-align: top;
	
	height: 305px;
	width: 1px;
	

}

td.homeMainBody {
	vertical-align: top;
	white-space: nowrap;
		
}

td.mainContentLeft {
	vertical-align: top;
	white-space:normal;
}

td.mainContent {
	width: 160px;
	font-weight: bold;
	color: #222847; /* Text Dark */
	vertical-align: top;	
}

.homeFont14px {
	font-size: 14px;
	font-weight: bold;	
}

.homeFont12px {
	font-size: 16px;
	font-weight: bold;	
}

td.featuredLeft {
	width: 50%;
  text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	vertical-align: top;
}

td.featuredRight {
	width: 50%;
  text-align: left;
	padding-right: 50px;
	vertical-align: top;	
}

.featuredHeadline {
	font-size: 14px;
	font-weight: bold;	
	color: #222847; /* Text Dark */
}

/************************************************ Sub Page Classes **********************************************/
td.subMainHeadline {
	border-left: solid 1px #BABDC2; /* Hard coded no matter what color scheme */
	border-right: solid 1px #BABDC2;	
	height: 71px;
	background-repeat: no-repeat;
  text-align: center;
}

td.subLeftContent {
	width: 205px;
	vertical-align: top; /* Hard coded no matter what color scheme */
}
td.subContentBody {
	padding: 5px 18px 18px 18px;
}


td.subMiddleContent {
	vertical-align: top;
	width: 1px;
	height: 292px;
}

td.subBodyContent {
	vertical-align: top;	
}

table.subMainContent {

	white-space: nowrap;	
}

td.subMainContentBody {
  padding: 18px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
	line-height: 18px;
}

a.subMainContentBody {
	font-weight: bold;
	line-height: 18px;	
}

table.resources {

}

table.resources td {
	border-top: solid 1px #BABDC2;
	height: 141px;	
	padding: 18px;
	vertical-align: top;
}

a.resources {
	font-weight: bold;
}

.resourcesHeadline {
	color: #003399; /* Primary */
	font-weight: bold;
	font-size: 14px;
}

