body {font: 1em verdana, arial, sans-serif;margin-left:10px; margin-right:10px; background-color:#c3c3c3; background-image: url(images/Background.jpg);
	}
	
* {margin:0; padding:0;}

div#mainwrapper {min-width:760px; max-width:1000px;  margin-left:auto; margin-right:auto;} /* centers layout when > max width */

div#header {
	width:auto;
	margin-left:0px;
	background-image: url(images/Background.jpg);
	height:150px;
	border-bottom:2px solid #0000ff;
	}

#threecolwrap {
  	float:left;
  	width:100%;
	background-color:#c3c3c3;
	}

#twocolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-170px; /* CWS - neg margin move */
	}

 #nav {
 	float:left;
 	width:170px;
	position:relative;
	top:0px;
	display:inline; /* stops IE doubling  margin on float*/
	/*background-image: url(images/Background.jpg);*/
	background-color:#c3c3c3;
 	}
	
#nav-container	{
	background-color:#c3c3c3;
	}

 #content {
 	/*width:auto;*/
	width:auto;
	margin-left:170px;
 	margin-right:170px;
	border-bottom:0px solid #000000;
	background-color:#c3c3c3;
 	}

#rightcolumn {
 	float:left;
	width:170px; 
	/*background-image: url(images/Background.jpg);*/
	background-color:#c3c3c3;
	}

 #footer {
 	width:100%;
 	clear:both;
 	float:left;
	background-image: url(images/Background.jpg);
 		}
/* end of structural styles */ 


div#content img {
	border:2px solid #000000;
	margin:10px 10px 10px 10px;
		}
		
div#content ul {
	margin-left:35px;
	margin-bottom:20px;
	line-height:1.5em;
	margin-right:10px;
		}
		
div#content ol li	{
	margin-top:20px;
	margin-left:30px;
	}
		
div#content h2 {
	margin-left:10px;
	font-style:italic;
	font-weight:bold;
	font-family:tahoma bold;
	font-size:2.4em;
	color:#0000ff;
	}
		
div#content h3 {
	margin-left:10px;
	font-style:italic;
	font-weight:bold;
	font-size:2em;
	color:#0000ff;
	}
	
div#content h4 {
	margin-left:20px;
	margin-right:10px;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	color:#0000ff;
	}
	
div#content p {
	margin:20px 10px 10px 20px; 
	font-size:1em;
	}
		
div#header img {
	margin-left:0px;
		}
		
div#nav p	{
	margin: 10px 10px 20px 0px;
	}
	
div#nav h3 {
	margin-left:10px;
	font-style:italic;
	font-weight:bold;
	font-size:2em;
	color:#0000ff;
	}
	
div#nav h4 {
	text-align:center;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	color:#0000ff;
	}
	
div#nav p {
	margin:5px 5px 10px 5px;
	color:#000080;
	text-align:left;
	font-size:1em;
		}
	

div#rightcolumn h2 {
	margin:10px 5px 10px 5px;
	color:#0000ff;
		}
		
div#rightcolumn h3 {
	margin:10px 5px 10px 5px;
	color:#0000ff;
		}
	
div#rightcolumn h4 {
	margin:30px 5px 10px 5px;
	color:#0000ff;
		}
		
div#rightcolumn img {
	margin-left:0px;
		}
	
div#rightcolumn p {
	margin:5px 5px 10px 5px;
	color:#000080;
	text-align:left;
	font-size:.9em;
		}
	
div#footer p {
	margin:4px 4px 4px 4px;
	color:#000000;
	text-align:center;
		}
		
p.divider {
	border-bottom:1px solid #000080;
	}
		

