/**************** General Classes *****************/
body {
	margin: 4px 4px 0px 4px;
	background-color: #eeeeee; /* Neutral Gray, Hard coded for all color pallettes */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #262499;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #172550; /* Primary */
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #172550; /* Primary */
}

h3 {
	font-size: 12px;
	color: #172550; /* Tertiary */
}

#footer {
	padding: 10px 10px 10px 35px;
	font-size: 10px;
	color: #c5d8ff; /* Neutral Dark */
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #c5d8ff; /* Neutral Medium */
}

#footer a:hover{color:#FFffff;}

a {
 color: #ca0009;
 text-decoration: none;
}

td.outerTD {
	background-color: #FFFFFF; /* Hard coded no matter what color pallette */
	padding: 0px 9px 10px 9px;
}

/**************** Header Classes *****************/
.headerSiteName {
  font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.headerTagline {
  font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

table.header {
	border-top: 5px solid #262499; /* Primary */
}

table.header td {
	background-color: #2A2D2E; /* Neutral Black */
	color: #DCE4ED; /* Neutral Light */
	padding: 25px;
}

td.belowHeader {
	background-color: #2A2D2E; /* Netural Black */
	height: 4px;
}

/**************** Top Nav Classes *****************/
table.topNav {

}

table.topNav {
	background-color: #6578E9; /* Secondary */
	color: #FFFFFF; /* Hard Coded No Matter What Color Pallette */
}

td.topNavBody {
	padding: 5px 10px;
	white-space: nowrap;
	background: #2e3c69;
}



/************************************************ Sub Page Classes **********************************************/
td.subLeftContent {
	width: 219px;
	vertical-align: top;

}
td.subContentBody {

}

table.subMainContent {
	background-color: #dddddd; /* Neutral Dark */
	border-bottom: 1px solid #FFFFFF; /* Global White */
}

table.subMainContent td {
	white-space: nowrap;	
}

td.subMainContentBody {
  padding: 15px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; /* Global White */
}

a.subMainContentBody {
	color: #262499; /* Primary */
	font-weight: normal;
	font-size: 11px;
}

.custservicemenulinks
{
    font-size: 10px;
    border-top: solid 4px #262499; /* Primary */
    border-bottom: solid 1px #FFFFFF; /* Global White */
    padding: 15px;
    vertical-align: top;
    background-image: url("customerservice/img/HomeContent_Background.jpg");
    background-repeat: repeat;
    color: #DCE4ED;
    background-color: #0000FF;
}

table.resources {

}

table.resources td
{
    font-size: 10px;
    border-top: solid 4px #262499; /* Primary */
    border-bottom: solid 1px #FFFFFF; /* Global White */
    padding: 15px;
    vertical-align: top;
    background-image: url("customerservice/img/HomeContent_Background.jpg");
    background-repeat: repeat-y;
    color: #DCE4ED; /* Neutral Light */
}

.resources a:link, .resources a:visited, .resources a:active  {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	text-decoration: underline;
}

.resources a:hover {color:#ff0000}


.resourcesHeadline {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 11px;

}

td.subBodyContent {
	vertical-align: top;
	padding: 10px 15px 15px 15px;
}

td.subMiddleContent {
	height: 8px;
	background-color: #262499; /* Primary */
}

/************************************************ Home Page Classes **********************************************/
#homeSideNavWrapper {
	width: 50%;
	vertical-align: top;
}

table.homeSideNav {
	height: 284px;
}

table.homeSideNav td {
	background: #dddddd;
}

td.homeSideNavBody {
	vertical-align: top;
	padding: 15px;
	color: #172550; /* Global White */
}

td.homeSideNavBody_2 {
	vertical-align: top;
	
	color: #172550; 
}

a.homeSideNavBody {
	color: #272B4B; /* Text Dark */
	font-weight: normal;
	text-decoration: underline;
}

.homeSideNavBodyHeadline {
	font-size: 14px;
	font-weight: bold;
}

td.homeImageBody {
	vertical-align: middle;
	text-align: center;
	background-color: #000000; /* Neutral Black */
}

#homeSideCell {
	width: 219px;
	vertical-align: top;
}

table.homeContent {
	border-top: 4px solid #2e3c69; /* Primary */
	height: 218px;
	background: #2e3c69;
}



td.homeContentBody {
	vertical-align: top;
	padding: 15px;
	color: #FFFFFF; /* Global White */
	line-height: 18px;
}

.homeContentBody a:link, .homeContentBody a:visited, .homeContentBody a:active{
	color: #C5D8FF; /* Nav Light */
	font-weight: normal;
}

.homeContentBody a:hover{color:#ffffff;}



table.homeResources {
	border-top: 4px solid #2e3c69; /* Primary */
	border-right: 1px solid #FFFFFF; /* Global White */
	height: 218px;
}

table.homeResources_rev {
	border-top: 4px solid #2e3c69; /* Primary */
	border-right: 1px solid #FFFFFF; /* Global White */
	
}

table.homeResources td {
}

td.homeResourcesBody {
	padding: 15px 15px 15px 25px;
	vertical-align: top;
	color: #DCE4ED; /* Neutral Light */
	font-size: 11px; /* Tertiary */
	background: #dddddd;
}

a.homeResourcesBody {
	color: #6F472A; 
	text-decoration: underline;
	
}

a.homeResourcesBody_rev {
	color: #6F472A; 
}

.homeResourcesBody a:hover
{color: #ca0009;}


td.homeResourcesBody form {
	margin: 0px;
}

td.login {
	width: 33%;
	padding-right: 5px;
}

td.featuredLeft {
	width: 33%;
  text-align: left;
	padding-right: 5px;
}

td.featuredRight {
	width: 33%;
  text-align: left;
	padding-left: 5px;
}

.featuredHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #172550;
}

.featuredHeadlineDept {
	font-size: 11px;
	font-weight: bold;
	color: #c5d8ff;
}

td.aboveFooter {
	background-color: #6578E9; /* Secondary */
}
