/* BODY AND CONTAINER */

		body {
			background-color: #B3B3B3;
			}

		#container {
			width: 900px;
                           	margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			font-weight: bold;
			line-height: 1.6em;
			color: #2E2E2E;
			background-color: #F2F2F2;
			border: 4px solid #948979;
		}

				
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 15px;
			padding-left: 10px;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #F2F2F2;
			
		}
		
		a {
			color: #FF0000;
			text-decoration: none;
			font-weight: bold;
		}

		a:hover {
			color: #566590;
			font-weight: bold;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}


		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #D1C9BE;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
                   background-image {
                            width: 880px;
                   }    


		
/* HEADER */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
                           padding-bottom: 80px;
                          	clear: both;
			margin-bottom: 10px;
			background-image: url(images/Banner.jpg);
                           	background-color: #B2A592;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
                           	color: #EFEFEF;
		}

/* NAVIGATION */


ul#navlist { font-family: Arial, Helvetica, sans-serif;}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
padding-left: 10px;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 0px #ffffff outset;
}

ul#navlist li a:hover
{
color: #000000;
background-color: #FF9900;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 20em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " "; }


ul#subsubnavlist { display: none; }
ul#subsubnavlist li { float: none; }

ul#subsubnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#subnavlist li:hover ul#subsubnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 0px;
padding-left:100px;
}

ul#subnavlist li:hover ul#subsubnavlist li a
{
display: block;
width: 20em;
border: none;
padding: 2px;
}

ul#subnavlist li:hover ul#subsubnavlist li a:before { content: " "; }




		#menu1 {
			width: 150px;
			margin: 5px;
			border-style: solid solid none solid;
			border-color: #3D261D;
			border-width: 0px;
			border-style: solid;
			border-bottom: none;
			float: left;
			font-size: 10px;
		}
	
		#menu1 li a {
			height: 32px;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 24px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(menu1.gif);
			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #FFF;
			background:  url(menu1.gif) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
			width: 500px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px dashed #D1C9BE;
		}
		
		#content a {
			color: #3A5FCD;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: bold;	
		}
		
		#content a:hover{
			color: #CC0033;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: bold;	
		}

/* SIDEBAR */




		#sidebar {
			float: right;
			width: 165px;
                           
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #D1C9BE;
		}
		
		#sidebar a {
			color: #3A5FCD;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: bold;	
		}
		
		#sidebar a:hover{
			color: #CC0033;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: bold;	
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #F2F2F2;
			padding: 0px 5px 0px 5px;
			text-align: center;
			
		}
		
		#footer p {
			color:#000000;
			padding: 5px;
		}
		
		#footer p a {
			color: #3A5FCD;
			border-bottom: 1px dotted #3300CC;
		}
		
		#footer p a:hover {
			color: #CC0033;
		}