/* CSS Document */

/*
#######################################################
GLOBAL PAGE STYLES
#######################################################
*/

#orientation {
	width: 100%;
	text-align: center;
}

#orientation a {
	color: #FFFFFF;}

#orientation a: hover {
        background: #e8eff7;
        color: #3d84d2;}

#orientation a:visited {
        background: #e8eff7;
	color: #3d84d2;}


td.col2SP {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;}	
	
h1, h2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 21px;
	color: #60a980;
	letter-spacing: -1px;
	line-height: 105%;}
	
h3, h4, h5 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 15px;
	color: #2463a8;
		line-height: 105%;}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;}
	
body a:hover {
	background: #e8eff7;
	border-top: 1px solid #2463a8;}
	
body a {
	color: #2463a8;}
	
body a:visited {
	color: #3d84d2;}

.footer {
	text-align:center;
	font-size: 11px;
	line-height: 13px;}
	
.footerInBlue {
	text-align:center;
	font-size: 11px;
	line-height: 16px;
	color: white;
	font-weight: normal;}
	
.footerInBlue a {
	color: white;}
	
.footerInBlue a:visited {
	color: white;}
	
.footerInBlue a:hover {
	color: white;
	background: #2463a8;
	border-top: 1px solid white;}
	
.topnav a:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
 	font-weight: normal;
	color: #2463a8; 
	text-decoration: none;
 	border: 0px;
 	line-height: 12px;
	background: none;
	display: block;
	padding: 4px;
}

.topnav a:active	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
 	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
 	border: 0px;
 	line-height: 12px;
	background: none;
	}

.topnav a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
 	font-weight: normal; 
	color: #2463a8; 
	text-decoration: none;
 	border: 0px;
 	line-height: 12px;
	background: none;
}

.topnav a:hover	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
 	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
 	border: 0px;
	line-height: 12px;
	background: none;
	display: block;
}
#navBarTable td:hover {
	background-color: #3d84d2;
}
#navBarTableSP td {
	border-right: 1px solid #3d84d2;
	}
	
#navBarTableSP {
	border-collapse:collapse;
	width: 786px;
	}
	
#navBarTable td {
	border-right: 1px solid #3d84d2;
	}
	
#navBarTable {
	border-collapse:collapse;
	width: 751px;
	}
	
.navWidth {
	width: 751px;
	}

