/* TWO COLUMN LAYOUT */


body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#E4E6EC;
	}
#main_wrapper {
	max-width:960px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background:url(graphics/newFaux.jpg) repeat-y ;
	}
#header {
	background-color:#e4e6ec;
	}
#nav {
	width:180px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	background-color:#c7c7c7;
	border-left:solid color:#0a0b0d;
	}
#content {
	margin-left:180px; /* margin = width of nav column */
	background-color:#e0d8d4;
	 border-left:2px ridge white;
	 border-right:2px ridge white;
	 border-top:2px ridge white;
	 border-bottom:2px ridge white;
	}
	
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#E4E6EC; /* TEMP - REMOVE OR RESTYLE  */
	} 
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .5em;
	 /* creates space between the box and the content */
	}
#content_inner { 
	padding:0em 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
	
	.style11{font-family:"Times New Roman", Verdana, serif;font-weight:bold;font-size:16px;}

	.style15{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:16px;}
	
	.style16{font-family:"Trebuchet MS", Verdana, serif;font-weight:bold;font-size:18px;}
	
	.style17{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:15px;text-underline;}
	
	.style18{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:15px;
	}
	
	.style20{font-family:"Trebuchet MS", Verdana, serif; font-weight:normal;font-size:10;
	}
	
	.style22 {font-family:"Trebuchet MS", Verdana, serif; font-weight:normal;font-size:14px;}
	
	div#listcontainer{border:1px solid #000; width:150px; font-size:.75em; margin:20px;}


a {text-decoration:none; color:#069;}
a:hover {color:fuchsia}
*html div#listcontainer ul {border-top:2px solid #069;}
	


.style5{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:16px;}


