body{margin-bottom:0px;
	 margin-top:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 background-color:#ffffff;
	 text-align:justify;}
	
td {text-align:justify;}
		   
#nav ul {list-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#000000;
	text-decoration:none;
	line-height:1.5em; /*This makes the spacing between the lines 1.5*/
	}		

#nav ul li.list {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3C5A9A;
	text-decoration:none;
	}

#nav ul li a:link, #nav li a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:100;
	display:block;
	height:19px; /*This height and width sets the display block height and width so the whole bg image is shown*/
	width:180px;
	list-style:none; /*This makes it so there is no bullet for the list items.*/
	padding-bottom:2px;
	}
	
#nav ul li a:hover {
	color:#3C5A9A;
	text-decoration:none;
	font-weight:bold;
	height:19px;
	width:180px;
	list-style:none;
	padding-bottom:2px;}	
	
/*This ul li ul sets the inner list items to not have a background image*/	
#nav ul li ul a:link, #nav ul li ul a:visited{
	color:#463517;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
	border:none;}
	
#nav ul li ul a:hover{
	color:#3C5A9A;
	text-decoration:none;
	list-style:none;
	font-weight:bold;
	border:none;
	}	

.bottom a:link, .bottom a:visited {
		color:#FFFFFF;
		text-decoration:underline;}
.bottom {margin-bottom:0px;
	 margin-top:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFFFFF;
	 text-align:center;}
		
.bottom a:hover{
		color:#FFFFFF;
		text-decoration:none;}		
	
h1 {font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#3C5A9A;
	margin:0px;
	padding:0px;}
	
h2 {font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#3C5A9A;
	margin:0px;
	padding:0px;}	

h3 {font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#3C5A9A;
	margin:0px;
	padding:0px;}	
	
		   
