/* BODY AND CONTAINER */

		body {
			background-color: #FFEEDD;
			font-family:Arial, Helvetica, sans-serif;
			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Tahoma, arial; 
			font-size: 12px;
			line-height: 1.6em;
			color: #000000;
			background-color: #FFCC99;
			border: 3px solid #CC6600;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Tahoma, arial;
			font-weight: normal;
			font-size: 32px;
			color: #000;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #000;
			font-size: 40px;
			font-family: Tahoma, arial;
			background-color: #fff;
			padding:3px;
			padding-left:20px;
			margin-top: 18px;
		}
		
		a {
			color: #00f;
			text-decoration: none;
		}

		a:hover {
			color: #080;
			text-decoration:underline;
		}

		
		.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;
			border:outset thick;
			margin: 4px;
			width:180px;

		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		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;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #CC6600;
			clear: both;
			background-color:#FFFFFF;
		}
		
		#header p { 
			text-align:justify;
			margin-top: -2px;
			margin-left: 30px;
			margin-right: 10px;
			color: #000000;
		}

/* NAVIGATION */
		#right_bar {
			float:right;
		}
		#menu1 {
			width: 188px;
			margin: 10px;
			border-style: none none solid solid;
			border-color: #3D261D;
			border-width: 0px;
			border-style: solid;
		}
	
		#menu1 li a {
			height: 32px;
  			voice-family: inherit;
  			height: 24px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: #000;
			display: block;
			font-weight:bold;
			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #FFF;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		ul.norm {
			list-style:disc;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
			margin-left: 20px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* SIDEBAR */

		#sidebar {
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
		}
		
		#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: 20px;
			clear: both;
			background-color: #B2ABA2;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		.footer p {
			color:#FFF;
			padding: 5px;
			font-size:10px;
		}
		
		.footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		.footer p a:hover {
			color: #FFFFFF;
		}