
/******************************************
General
******************************************/
body 
{
	font-family: 			Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 			10px;
	line-height: 			150%;
	margin: 				0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
	background-color:		#FFFFFF;
	color:				#000000;
}

td, th, p, li, select, option, input 
{ 
	font: 				11px Century Gothic, Arial, Helvetica, sans-serif; 
	line-height: 			145%;
	margin-right:			15px; 
}

a					{ color: #793535; text-decoration: underline; }
a:link					{ color: #793535; text-decoration: underline; }
a:visited					{ color: #793535; text-decoration: underline; }
a:hover					{ color: #793535; text-decoration: underline; }
a:active					{ color: #793535; text-decoration: underline; }
a.LargeLink				{ font-size: 14px; }
a.LargeStandoutLink         { font-size: 14px;	color: #793535; }
a.StandoutLink			{ color: #793535; }

.NewNav
{
	text-decoration: 		none;
}


/******************************************
Header
******************************************/
.titleHeader 
{
	font-family:			Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	font-size:			28px;
	font-weight:			normal;
	color:				#234877;
	padding:				0px 0px 5px 10px;
}

.headerGradient 
{
	font-family:			Century Gothic, Arial, Helvetica, sans-serif; 
	font-size:			18px;
	font-weight:			normal;
	text-align:			right;
	padding:				10px 15px 10px 15px;
	color:				#234877;
}

.UpperLevelNav a:link,
.UpperLevelNav a:visited,
.UpperLevelNav a:hover,
.UpperLevelNav a:active
{
    color: #00387F;
    text-decoration: none;
}

.UpperLevelNav 
{
	color:				#00387F;
	font-size:			10px;
	white-space:			nowrap;
	padding:				0px 2px 0px 2px;
}

.SearchFA 
{
	color:				#00387F;
	font-size:			11px;
	text-align:			right;
	white-space:			nowrap;
	padding:				0px 5px 0px 0px;
}

/******************************************
Top Menu
******************************************/
.headeritem, .headeritemselected 
{
	text-align:			center;
	font-size:			11px;
	color:				#FFFFFF;
	white-space:			nowrap;
	text-decoration: 		none;
	padding:				0px 0px 0px 5px;
}

.headeritemselected 
{
	font-weight:			bold;
}

.headeritem a:link,
.headeritem a:visited,
.headeritem a:hover,
.headeritem a:active,
.headeritemselected a:link,
.headeritemselected a:visited,
.headeritemselected a:hover,
.headeritemselected a:active
{
	text-decoration: none;
}


/******************************************
Footer
******************************************/
.FooterText a:link,
.FooterText a:visited,
.FooterText a:hover,
.FooterText a:active
{
    color: #333366;
    text-decoration: none;
}

.FooterText 
{
	color: 				#333366;
	font-size:			9px;
	padding:			0px 25px 0px 25px;
}

/******************************************
Content Styles
******************************************/
h1, h2, h3, h4 
{
	font-family:			Arial, Helvetica, sans-serif;
	margin:				0px 0px 5px 0px;
}

h1 
{
	font-size:			15px;
	font-weight:			normal;
	color:				#234877;
	margin:				0px 0px 10px 5px;
}

h2 
{
	font-size:			14px;
	font-weight:			normal;
	color:				#234877;
	margin:				5px 0px 5px 5px;
}

h3 
{
	font-size:			12px;
	font-weight:			bold;
	color:				#234877;
	margin:				0px 10px 5px 10px;
}

h4 
{
	font-size:			10px;
	font-weight:			bold;
	color:				#234877;
	margin:				0px 0px 5px 5px;
}

h5
{
	font-size:			18px;
	font-weight:			normal;
	color:				#793535; 
	margin:				5px 0px 10px 5px;
	padding: 				2px 0px 2px 0px;
}


dt
{
	font-size:			16px;
	font-weight:			normal;
	color:				#234877;
	margin:				5px 5px 5px 5px;
}

dd
{
	font:				11px Century Gothic, Arial, Helvetica, sans-serif; 
	line-height: 			145%; 
	color:				#333366;
	margin:				5px 5px 10px 10px;
			
}

hr.divider 
{
	border-top:			none;
	border-right:			none;
	border-left:			none;
	border-bottom:		dotted 1px #ADAEAE;
	width: 				10%;
	color: 				#FFFFFF;
	margin:				5px 5px 5px 5px;
}

hr.brand_divider 
{
	border-top:			none;
	border-right:			none;
	border-left:			none;
	border-bottom:		dotted 1px #ADAEAE;
	color: 				#FFFFFF;
	margin:				0px 7px 10px 7px;
}


hr.dotted_rule 
{
	border-top:			none;
	border-right:			none;
	border-left:			none;
	border-bottom:		dotted 1px #ADAEAE;
	color: 				#FFFFFF;
	margin:				15px 0px 15px 0px;
}

hr.tipdotted 
{
	border-top:			none;
	border-right:			none;
	border-left:			none;
	border-bottom:		dotted 1px #ADAEAE;
	color: 				#E7F2DA;
	margin:				5px 0px 10px 0px;
}

td.dottedright 
{
	border-bottom: 		none;
	border-top: 			none;
	border-left: 			none;
	border-right:			dotted 1px #ADAEAE;
	color: 				#FFFFFF;
	margin:				15px 0px 15px 0px;
}

.dottedleft 
{
	border-bottom: 		none;
	border-top: 			none;
	border-left: 			dotted 1px #ADAEAE;
	border-right:			none;
	color: 				#FFFFFF;
	padding:				0px 0px 10px 0px;
}

td.noborder
{
	border-bottom: 		none;
	border-top: 			none;
	border-left: 			solid 1px #ADAEAE;
	border-right:			none;
	margin:				15px 0px 15px 0px;
}


p {
	padding:				0px 0px 0px 0px;
	margin:				0px 15px 30px 0px;
}

b 
{
	color:				#234877;
}


/*******************************
Main Content
*******************************/
.ContentArea, .ContentArea_NoPadding, .ContentArea_ExtraPadding 
{
	padding:				5px;
	margin:				0px;
	text-align:			left;
}



.ContentArea li
{	
	color:				#3D6496;
	margin-bottom: 		3px;
}

.ContentArea p
{
	color:				#333366;
	margin:				5px 0px 10px 12px;
}

.ContentArea_NoPadding 
{
	padding:				0px 0px 0px 0px;
}

.ContentArea_ExtraPadding 
{
	padding:				15px 15px 15px 15px;
}

.ContactInfo
{
	display:block;
	color:				#909090;
	font-size:			11px;
	margin:				5px 5px 5px 5px;
}












/******************************************
Left Menu
******************************************/

.SideMenu1 a:link,
.SideMenu1 a:visited,
.SideMenu1 a:hover,
.SideMenu1 a:active,
.SideMenuSelected1 a:link,
.SideMenuSelected1 a:visited,
.SideMenuSelected1 a:hover,
.SideMenuSelected1 a:active,
.SideMenuHighlighted1 a:link,
.SideMenuHighlighted1 a:visited,
.SideMenuHighlighted1 a:hover,
.SideMenuHighlighted1 a:active,
.SideNavSecondary a:link,
.SideNavSecondary a:visited,
.SideNavSecondary a:hover,
.SideNavSecondary a:active,
.SideMenu2 a:link,
.SideMenu2 a:visited,
.SideMenu2 a:hover,
.SideMenu2 a:active,
.SideMenuSelected2 a:link,
.SideMenuSelected2 a:visited,
.SideMenuSelected2 a:hover,
.SideMenuSelected2 a:active,
.SideMenuHighlighted2 a:link,
.SideMenuHighlighted2 a:visited,
.SideMenuHighlighted2 a:hover,
.SideMenuHighlighted2 a:active,
.SideMenu3 a:link,
.SideMenu3 a:visited,
.SideMenu3 a:hover,
.SideMenu3 a:active,
.SideMenuHighlighted3 a:link,
.SideMenuHighlighted3 a:visited,
.SideMenuHighlighted3 a:hover,
.SideMenuHighlighted3 a:active,
.SideNav3 a:link,
.SideNav3 a:visited,
.SideNav3 a:hover,
.SideNav3 a:active
{
    color: #234877;
    text-decoration: none;
}

.SideNav3
{
	background-color: 		#FFFFFF;
}

.SideNavSecondary
{
	background-color: 		#BADFFF;
}

.SideNav
{
	padding:				0px 0px 30px 0px;
}


.SideMenu1
{
	background-color: 		#BADFFF;
	margin:				1px 0px 1px 0px;
	padding: 				6px 0px 6px 5px;
	font-size: 			11px;
}


.SideMenuSelected1
{
	background-color: 		#FFFFFF;
	margin:				1px 0px 1px 0px;
	padding: 				6px 0px 6px 5px;
	font-size: 			11px;
}

.SideMenuHighlighted1
{
	background-color: 		#D8DBE9;
	color: 				#FFFFFF;
	margin:				1px 0px 1px 0px;
	padding: 				6px 0px 6px 5px;
	font-size:			11px;
}

.SideMenu2
{
	background-color:		#FFFFFF;
	padding: 				2px 0px 2px 10px;
	font-size:			11px;	
}

.SideMenuSelected2
{
	background-color:		#FFFFFF;
	padding: 				2px 0px 2px 10px;
	font-size:			11px;
}

.SideMenuHighlighted2
{
	background-color: 		#D8DBE9;
	color:				#FFFFFF;
	padding: 				2px 0px 2px 10px;
	font-size:			11px;
}

.SideMenu3
{
	background-color: 		#FFFFFF;
	padding: 				2px 0px 2px 30px;
	font-size:			10px;
}

.SideMenuHighlighted3
{
	background-color: 		#D8DBE9;
	color:				#FFFFFF;
	padding: 				2px 0px 2px 30px;
	font-size: 			10px;
}