.header {
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 1px;
}

.container {
	width: 95%;
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 800px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
.content {
	float: left;
	width: 90%;
	padding: 5px;
	background: #FFFFFF;
}
		

.sidebar1 {
	float: left;
	width: 180px;
	background: #ffffff;
	padding: 0px 0;
}

.clearall { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul, ol, dl, li { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style:none;
	
}

.nav ul {margin:0; 
		padding:0;
		list-style:none;
		}
		
.nav a {margin:0; 
		padding:0;
		list-style:none;
		text-decoration:none;
		float:left;}
	
		
h1	{	
	font-family:	Impact, Arial Black, Helvetica Black, sans-serif;
	font-size-adjust:	.46;
	font-size:	2.33em;
	font-style:	normal;
	color: navy;
	text-decoration:	none;
	text-transform:	none;
	padding-left: 10px;
	margin-left: 10px;
	}	
		
h2	{	
	font-family: Impact, Arial Black, Helvetica Black, sans-serif;
	font-size-adjust:	.46;
	font-size:	1.75em;
	font-style:	italic;
	color: navy;
	text-decoration:	none;
	padding-left: 10px;
	margin-left: 10px;
	}	

p	{	
	font-family: Arial;
	font-style:	normal;
	color: black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-left: 10px;
	margin-left: 10px;
	}	
	
hr	{	
	visibility:	visible
	color:navy;
	}	
		
	/* end header type */	
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	navy;
	background:	white;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	navy;
	background:	white;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	navy;
	background:	white;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#C00;
	background:	white;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	navy;
	background:	white;
	}	
		
	/* end affordances */	


