body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color:white;
	margin-left: 0;
	padding:0;
	}
	
table {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color:white;
	margin-left: 0;
	padding:0;
	}
	
#nav {
    width: 100%;
	margin-top: 50px;
	background-color: #306374;
	height: 50px;
	padding: 0;
	}
	
#nav ul {
    width: 800px;
	padding: 15px 0 0 50px;
	list-style: none;
	margin: 0;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid white;
	border-top: 1px solid white;
	}
	
#nav li.left {
	border-left: 1px solid white;
	}
	
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: white;
	border: none;
	}
	
#nav li a:hover {
	color: white;
	background: #4999b4;
	}
	
#nav li a.selected {
	color: white;
	font-weight: bold;
	background: #4999b4;
	}
	
#nav li a.selected:hover {
	color: white;
	background: #4999b4;
	}
	
#nav img {
    position:absolute;
    padding: 0;
    margin: 0;
	top:50px;
	left:720px;
}
	
#title {
	color: #306374; 
	margin: 30px 0 10px 0px;
	font-size: 28px; 
	font-style: bold; 
	text-decoration: none; 
	}
	
#content {
    width: 730px;
    margin-left: 50px;
    }
    
#content a {
    color: #4999b4; 
    text-decoration: none
    }
    
#content a:hover {
    color: #4999b4;
    }
    
#content a.selected {
	color: #4999b4;
	}
	
#content a.selected:hover {
	color: #4999b4;
	}
	
#content .heading {
    color: #306374; 
    font-size: 18px; 
	font-style: normal; 
    }
	
#subnav {
    width: 100%;
	margin-top: 9px;
	padding: 0;
	height: 25px;
	}
	
#subnav ul {
	padding: 0px 0 0 50px;
	list-style: none;
	margin: 0;
	}
	
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#subnav li a {
	float: left;
	padding: 5px 7px;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #306374;
	}
	
#subnav li a:hover {
	color: #4999b4;
	}
	
#subnav li a.selected {
	border-right: 1px solid #306374;
	border-left: 1px solid #306374;
	border-top: 1px solid #306374;
	border-bottom: 1px solid white;
	}
	
#subnav li a.endsubnav {
		width:100%;
}

h1 {
	color: #306374; 
	margin: 0;
	font-size: 18px; 
	text-decoration: none; 
	}

body > #subnav {
    width: 100%;
	margin-top: 9px;
	padding: 0;
	height: 25px;
	border-bottom: 1px solid #306374;
	}
	
body > #subnav ul {
	padding: 0px 0 0 50px;
	list-style: none;
	margin: 0;
	}
	
body > #subnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
body > #subnav li a {
	float: left;
	padding: 5px 7px;
	text-decoration: none;
	color: black;
	border-bottom: none;
	}
	
body > #subnav li a:hover {
	color: #4999b4;
	}
	
body > #subnav li a.selected {
	border-right: 1px solid #306374;
	border-left: 1px solid #306374;
	border-top: 1px solid #306374;
	border-bottom: 1px solid white;
	}