body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
	}
	
#wrapper { 
	width: 870px; 
	position: relative;
	left: 50%;
	margin-left: -435px;
	background-image: url(Images/wrapper-bg.jpg);
	background-repeat: repeat-y; 
	}
	
#header {
	width: 850px;
	height: 369px;
	margin-left: 10px;
	text-align: center;
	}
	
#mainNav { 
	font-size: 0.8em; 
	line-height: 2em; 
	text-align: center; 
	position: relative; 
	right: 10px; 
	float: right; 
	}
	
#mainContent { 
	color: #333333; 
	font-size: .9em; 
	line-height: 1.7em; 
	text-align: left; 
	position: relative;
	margin-top: 10px; 
	right: 20px; 
	width: 640px; 
	float: right; 
	border-color: #ccc;
	padding-left: 10px;  
	}
	
#secondaryContent { 
	color: #333333;
	font-size: .75em; 
	line-height: 1.4em;
	left: 25px; 
	text-align: left; 
	position: relative;
	right: 20px; 
	width: 160px;
	height: 100%; 
	float: left; 
	}
	
#secondaryContent p {	
	color: #003399;
	}
	
.selected { 
	color: #fff;
	}
		
#mainNav ul { 
	background-image: url(Images/mainNavBg.jpg); 
	background-repeat: repeat-x; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 668px; 
	height: 25px; 
	float: right; 
	}
	
#mainNav ul a { 
	color: #99CCFF; 
	line-height: 1.9em; 
	text-decoration: none; 
	background-image: url(Images/divider.gif); 
	background-repeat: repeat-y; 
	display: inline; 
	padding-right: 3.9em; 
	padding-left: 3.9em; 
	float: left;
	}	
	
#mainNav ul .first a {
	background-image: none;
	}
	
#mainNav ul a:visited {
	color: #99CCFF;
	}
		
#mainNav ul a:hover { 
	color: #fff;
	}
	
#mainNav ul li {
	float: left;
	}
	
#secondaryContent ul {
	list-style: none;
	padding-left: 0;
	}
	
#mainContent a:link { 
	color: #003399; 
	text-decoration: none; 
	border-bottom: 1px dotted #003399;
	}
	
#mainContent a:visited { 
	color: #003399; 
	text-decoration: none;
	}
	
#mainContent a:hover { 
	color: #003399; 
	border-bottom: 1px dotted #003399;
	}
	
h1 {
	color: #003399;
	font-size: 1.4em;
	margin-bottom: -.6em;
	}
	
h2 {
	color: #003399;
	font-size: 1.2em;
	margin-bottom: -1em;
	}
	
#footer {
	color: #666;
	font-size: 0.7em;
	text-align: left;
	text-indent: 210px;
	background-image: url(Images/footerBg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px; 
	padding-top: 1em;
	width: 870px;
	height: 58px;
	clear: both;
	}
	
#footer a:link { 
	color: #003399;
	text-decoration: none; 
	border-bottom: 1px dotted #003399; 
	}

#footer a:visited { 
	color: #003399;
	text-decoration: none; 
	border-bottom: 1px dotted #003399; 
	}

#footer a:hover { 
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
	}