/* BODY AND CONTAINER */

		body {
			margin:0px;
			/*background:#9E805E;*/
			background-color:#F4CC00;
			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.5em;
			color: #1E1E1E;
			background-color:#FFFFF0;
			padding:0px;
		}
		
/* GENERAL STYLES */
		
		h2 {
			color:#47520C;
			font-size:18px;
			margin-top:16px;
		}
		
		h3	{
	font-style:italic;
	font-size:13px;
	color:#47520C;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		}
		
		h4	{
			color: #47520C;
			font-weight:bold;
			font-size:12px;
			padding-bottom:0px;
			margin-bottom:-13px;
		}
		
		h6	{
			color: #462F18;
			font-weight:bold;
			font-size:10px;
		}
		
		a {
			color:#412E20;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}
				
		.button {
			padding: 2px;
		}
		.bold 
		{font-weight:bold;}
		
		input, select, option {
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			color: #333333;
		}
		
		table	{
	margin-top:10px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		}
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left, img.right {
	  		padding: 1px;
	  		border: 1px solid #462F18;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 15px auto 2px auto;
			border:0px;

	  	}
		
		img.center2  {
			display: block;
	  		margin: 1px auto;
			border:0px;

	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 12px 12px;
	  	}
		
		
/* HEADER */

		#header {
			clear: both;
			background-image: url(images/header.jpg);
			background-color:#382B26;
			margin:0px;
			height:110px;
			}
				
		h1 {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:55px;
			font-weight:bold;
			font-style:italic;
			/*color:#EFEFEF;*/
			color:#009AC7;
			margin:0px 0px 10px 0px;
			padding-left:15px;
			padding-top:10px;
		}
		
		/*h2 { 
			font-size:16px;
			margin-top: -45px;
			margin-right: 15px;
			color:#E4D6CD;
			text-align:right;
			outline-color:#333333;
			}
			*/
			
			
/*  BANNER  */
	
		#navPicContainer	{
			width:750px;
			height:191px;
			/*background:#412E20;*/
			background-color:#462F18;
		}
		
		#navPicContainer img	{
			border-left:#FFFFF0 solid 1px;
			}	
		
		#menu1 {
			width:170px;
			font-size:12px;
			margin:0px;
			float:left;
			padding:1px 0px 1px 20px;
			
		}

		#menu1 ul {
			margin: 0px;
			padding: 0px;
		}

	   #menu1 li  {
			list-style-type: none;
            padding:5px 0px 1px 0px;;
			/*background-color:#412E20;*/
			background-color:#462F18;
       }

		#menu1 a {
			text-decoration: none;
			color: #FFFFF0;
			background:#462F18;

		}
	
		#menu1 a:hover {
			color:#F4CC00;
			background:#462F18;

		}

		
		#menu2	{
			padding:3px;
			background-color:#596714;
			color:#FFFFF0;
			text-align:right;
			margin:0px;
		}
		
		
		#menu2 a {
			color:#FFFFF0;
		}
		
		#menu2 a:hover {
			text-decoration:underline;
		}

		.menu2spacer{padding:0 10px;}
		
/* CONTENT */
		
		#content {
			margin-left: 191px;	
			padding-left:10px;	
		}
		
		#content p, #content ul {
	margin-right:20px;
	margin-bottom:10px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
			}
		
		#content a {
			color:#412E20;
			text-decoration: underline;
		}
		
		#content a:hover{
			color:#412E20;
			text-decoration: none;
		}
		
		#content li {
		list-style:disc;
		}
		.printerfriendly {
		float: right;
		margin:0px 20px 20px 20px;		}	
	
		.printerfriendly img{padding-bottom:9px;}
		
		.infobox	{
			width:180px;
			float:right;
			/*border:#412E20 solid 1px;*/
			margin:10px 20px;
			border:1px solid #596714;
			}
		.infobox h5{
			background-color:#462F18;
			color: #FFFFF0;
			text-align:center;
			margin:0px;
			letter-spacing:.2em;
			font-size:12px;
			line-height:20px;
			}
		.infobox p {
			font-size:10px;
			padding:5px 1px 5px 10px;
			margin:0px;
			line-height:13px;
			
			}
	
		a.readMore  {
			font-size:10px;
			text-decoration:none;
			text-align:right;
			border:none;
			}

/* SIDEBAR */

		#sidebar {
			float: left;
			width: 190px;
		}
		
		#sidebar p {
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px dashed #D1C9BE;
	font-weight: bold;
	color: #1E1E1E;
		}
		
		#sidebar a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#sidebar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 5px;
			clear: both;
			background-color:#462F18;
			padding:5px;
			text-align: center;
		}
		
		#footer p {
			color:#FFFFF0;
					}
		
		#footer p a {
			color:#FFFFF0;
			border-bottom: 1px dotted #382B26;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			border-bottom:none;
		}
	
/* ADFOOTER */

		#adfooter {
			margin-top: 20px;
			clear: both;
			background-color:#47520C;
			padding:5px;
			text-align: center;
		}
		
		#adfooter p {
			color:#FFFFF0;
					}
		
		#adfooter p a {
			color:#FFFFF0;
			border-bottom:none;
		}
		
		#adfooter p a:hover {
			color: #FFFFFF;
			border-bottom:none;
		}		

