#header {
   display: none;
   }
   
#topnav {
   display: none;
   }
   
 #footer1col{
 display: none;
 }
 
 #wrapper, #content, #oneColContent, 
 #content-group, #twoColContent, #wrapperOneCol, #leftnavParent,
 #leftnav    {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	}

   .colorband { border-bottom:dotted;
	color:black; 
	font-weight:bold;
	padding-left:5px;}

.fieldtitle {font-weight:bold; 
	white-space:nowrap;
	vertical-align:top}

 #appnav {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}
#appnav ul {
	background: #DCEDD1 url(/images/nav.jpg) repeat-x;
	border-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
}
#appnav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#appnav li a {
	border-right: 1px solid #fff;
	color: #006633; /* CSU green */
	display: inline;
	float: left;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom: none;
}

#appnav li a:hover {
	background: #669966 url(/images/navflip.jpg) repeat-x;
	color: #333; /* charcoal color */
}

#appnav #selected {
		border-color: black;		
	}
	
	#appnav #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-size: 98%;
		font-weight: bold;
	}
	
#jeffco_content {
    float: none !important;
    padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}	


