	/* Begin Navigation Bar Styling */
	#nav {
		width: 862px;
		float: left;
		margin: 1em 0 2em 0;
		padding: 0;
		list-style: none;
		background-color: #2770a3;
		border-bottom: 1px solid #ccc; 
		border-top: 1px solid #ccc;
		text-align:center;
		}
		
.normal {
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
	}		
		
.upsize {
		font-size:14px;
		font-family:Verdana, Geneva, sans-serif;
	}
	
	
.upsize2 {
	font-size: 140%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}
		
	#nav li {
		float: left; 
		}
		
	#nav li a {
		display: block;
		padding: 8px 15px;
		text-decoration: none;
		font-weight: bold;
		color: #fff; /*font color*/
		border-right: 1px solid #ccc; 
		}
		
	#nav li a:hover {
		color: #fff; /*font color when over*/
		background-color: #1b5985; 
		}
	/* End navigation bar styling. */
	
	/* This is just styling for this specific page. */
	body {
		background-color: #f2f2f2; 
		font: small/1.3 Arial, Helvetica, sans-serif; 
		}
		
	#wrap {
		width: 862px;
		margin: 0 auto;
		background-color: #f2f2f2; 
		}

	#content {
		background-color:#FFF;
		padding: 0 50px 10px; 
		}
		
	a img {
		outline: none;
		}
	
	a {
		outline: none;
		}
	:active, :focus { 
	outline: none; -moz-outline-style: none; 
	}
		
	/*.header {
		display: block;
		margin-left:auto;
		margin-right:auto;
		background-image: url(images/header_long.png);
		height: 142px; 
		width: 890px; 
		}*/
		
		
/* End styling for this specific page. */

/*site wide styling*/

h1 {
	font-size: 135%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}

h1a {/*used for table headings*/
	font-size: 135%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}
	
h2 {
	font-size: 115%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1f5d89;
	/*text-decoration:underline;*/
	}
	
h3 {
	margin-bottom:-10px;
	font-size: 100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1f5d89;
	}
	
h4 {
	margin-top: 50px;
	font-size: 135%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}
	
h5 {
	margin-top:auto;
	margin-bottom: -1px;
	font-size: 95%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}
	
h6 {
	margin-top:-15px;
	margin-bottom: -1px;
	font-size: 95%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b5985;
	}	

a:link {
	color: #003bed; /*547a95*/
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #1196b7;
}

a:hover {
	text-decoration: none;
	color: #010c87; /*76b6d5*/
}

a:active {
	text-decoration: none;
}
