body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	}
	
#container { 
	width: 902px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	}
	
#header { 
	background: #272780; 
	}

#navcontainer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	float:left;
	background-color:#FFF;
	}
	
#navlist{
	margin-top:0;
	margin-left:0;
	padding-left:0;
	list-style:none;
	}
	
#navlist li{
	padding-left:10px;
	padding-bottom:8px;
	padding-top:7px;
	}
	
#navlist a:link{
	color:#272780;
	text-decoration:none;
	font-weight:bold;
	}
	
#navlist a:visited{
	color:#272780;
	text-decoration:none;
	font-weight:bold;
	}
	
#navlist a:hover{
	color:#FFF;
	background-color:#272780;
	text-decoration:underline;
	font-weight:bold;
	}
	
#subnavlist{
	margin-left:-20px;
	padding-bottom:0;
	list-style:none;
	}
	
#divider{
	float:left;
	border-left:dashed #333 .5px;
	width:10px;
	margin-left:10px;
	min-height:400px;
}

#mainContent { 
	margin-left: 210px; 
	padding: 0 20px; 
	width: 650px;
	color:#333;
	} 
	
#mainContent p {
		line-height:16px;
	}

#footer { 
	padding: 0 10px 0 20px; 
	background:#272780;
	text-align:center;
	color:#FFF;
	font-size:10px;
	} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
	}
	
.fltrt { 
	float: right;
	margin-left: 8px;
	margin-bottom:20px;
	border:#CCC solid .5px;
	padding:5px;
	line-height:16px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	padding-bottom: 5px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
h1 {
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:#cc0033;
	}

.jump {
	background-color:#272780;
	padding:5px;
	color:#fff;
	}
	
.jump a:link{
	color:#FFF;
	text-decoration:none;
	}

.jump a:visited{
	color:#FFF;
	text-decoration:none;
	}
	
	.jump a:hover{
	color:#FFF;
	text-decoration:none;
	}

#questions a:link {
		color:#272780;
		line-height:18px;
		font-weight:bold;
		text-decoration:none;
	}
	
#questions a:visited {
		color:#272780;
		line-height:18px;
		font-weight:bold;
		text-decoration:none;
	}
	
#questions a:hover {
		color:#272780;
		line-height:18px;
		font-weight:bold;
		text-decoration:underline;
	}