body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#666666;
	
	}
	
p {
	margin: 0 0 1em;
	color:#636363;
	line-height: 16px;

	}
	
.herenow {
	color:#990000;
	font-weight: bold;

 	}
	
a:link { 

	font-weight: bold; 

	text-decoration: none; 

	color: #666666;

	}

a:visited { 

	font-weight: bold; 

	text-decoration: none; 

	color: #666666;

	}

a:hover, a:active { 

	text-decoration: underline; 

	color:#333333;

	}





/*** container divs ***/	

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#451700;
	display: table;

	
	}
	
#spacer {
height: 35px;
}
	
#banner {
	height: 115px;
	width:100%;	
		
	}

#jnwrapper {
	height: 115px;
	padding-right: 5px;
	float: left;
	
	}

#contentwrapper {
	width: 630px;
	xheight: 300px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color:white;
	display: table;
	
	}
	
#leftcontent {
	height: auto;
	width: 105px;
	float: left;
	padding: 20px 10px 10px 20px;
	background-color:#FFFFFF;
	
	}
	
#leftcontent p {
	font-size:1em;
	line-height:1.5em;
	color:#333333;
	}
	
#leftcontent a {
font-weight:normal;
	color:#333333;
	}
	
#leftcontent a:hover {
	font-weight:bold;	
	color:#666666;
	}

	
 	


#rightcontent {
	height: auto;
	width: 450px;
	float: right;
	padding: 20px 20px 10px 20px;
	border-left: #999999 thin dotted;
	background-color:#FFFFFF;
	
	}
	
#covercontainer {
	height: auto;
	width: 150px;
	float: left;
 	}
	
#clear {
	height: auto;
	width: 300px;
	float: left;
	clear:both;
	padding-top: 10px;
	border-top: #999999 thin dotted;
	font-style:normal;
 	}
	
	
	#clearWide {
	height: auto;
	width: 430px;
	float: left;
	clear:both;
	padding-top: 10px;
	border-top: #999999 thin dotted;
	font-style:normal;
 	}
	

/*** main nav ***/	

#nav {
	height: 85px;
	

	}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
		/* hack for MacIE5 to ignore, while other browsers use \*/

_font-size: 7px;

	/* end hack */

	
	
	}

#nav ul li {
	display: inline;
	
	}
	
#nav ul li a {
	float: left;
	height: 21 px;
	padding: 4px 5px;
	text-decoration: none;
	margin: 0px 0px 0px 5px;	
	color: #FFFFCC;

	}

#nav a:hover {
	background-color:#996699;
	color:#FFFFCC;

	}
	
#nav a.current {
	display: inline;
	
	}
		
#nav a span.current {
	float: left;
	height: 21 px;
	padding: 4px 5px;
	margin: -5px -5px;
	font-weight:900;
	text-decoration: none;
	background-color:#663366;
	border:dotted .5px #FFFFCC;
	
	}
	
h1 {
	font-weight:normal;
	text-align:center;
	font-size: 14px; 
	line-height: 15px; 
	color:#333333;
	
	}
	
h2 {
	font-weight:bold; 
	font-size: 11px; 
	line-height: 18px; 
	color:#636363;
	
	}
	
font.copyright {
	font-size: 10px; 
	color:#636363;
	
	}

.intro {
	font-size:16px;
	text-align:left;
	line-height: 24px;
	color:#333333;
	
	}

.backtotop{
	font-size:9px;
	font-style:italic;
	
	}
	
.backtotop a {
	color:#000000;

	}
	
/*** image specification ***/	

img.banner {
	float: left;
	margin: 36px 0px 0px 36px;
	
	}
	
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;	

	}

img.leftsmall {
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;	

	}


img.left_noborder {
	float: left;
	Margin: -5px 0px -5px -0px;
	
	}
	
img.home {
	border-style: none;
	Margin: 10px;
	float: none;
	
	}



