ul.menu {
	list-style: none;
	text-align: center;
	padding-left: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 184px;
	}

#menu li {
	width: 184px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
#menu li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #f1f1f1;
	text-decoration: none;
	border-top: 1px solid #666666;
	}
	
#menu li a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #999999;
	font-size: 16px;
	color: #f1f1f1;
	}
	
.menu_header {
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
	color: #D9D995;
	}
	
.Header {
	font-family: Arial;
	font-size: 30px;
	background-image: url(../images/sectionheadBG.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top:15px;
	padding-left: 4px;
	width: 450px;
	display: block;




}
#banner {
	background-image: url(../images/leftHeader.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: right;
	height: 141px;
	vertical-align: text-bottom;
}
#textheader {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-top: 50px;
}
.PageNumber {
	font-family: Arial;
	font-size: 36px;
	top: -40px;
	position: relative;
	left: 500px;
		
}
body {
	font-family: Arial;
}
a {
	color: #000066;
}

#footer_nav {
	font-size: 12px;
	text-align: center;
	color: #f1f1f1;
	margin-top: 3px;
	}
	
#footer_nav a, #footer_nav a:visited {
	color: #f1f1f1;
	text-decoration: underline;
	}
	
#footer_nav a:hover {
	color: #C9DAEA;
	text-decoration: none;
	}
	
h1.pageHeader {
	font-size: 13px;
	display: inline;
	margin: 0;
	float: right;
	margin-right: 10px;
	}
	
h2 {
	font-size: 110%;
	font-weight: bold;
	}
	
#topNav {
	text-align: center;
	padding: 10px;
	background-color: #E7E7E7;
	width: 450px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 16px;
	}
	
#topNav a {
	color: #333333;
	text-decoration: underline;
	}
	
#topNav a:hover {
	text-decoration:none;
	}
	
#procedureList ul {
	list-style:none;
	display:block
	}
	
#procedureList li {
margin-bottom:5px;
	}

#procedureList a, #procedureList a:visited {
background-color:#ddd;
padding:2px 5px;
text-decoration:none;
	}
	
#procedureList a:hover {
background-color:#f1f1f1;
padding:2px 5px;
text-decoration:none;
	}			
