/* BODY AND CONTAINER */

		body {
			background-color: #5584d6;
			}

		#container {
			width: 1000px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;
			background-color: #fff;
			border: 4px solid #475ca0;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 18px;
			color: #FFFFFF;
			margin-top: 5px;
			margin-right:20px;
			width:300px;
			text-align:right;
			float:right;
			line-height:24px;
		}
		
		h2 {
			color: #475ca0;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			margin-bottom:0px;
		}
		
		h3 {
			color: #475ca0;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			margin-top:0;
		}
		h4 {
			color: #475ca0;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			margin-top:0;
		}
		
		a {
			color: #475ca0;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left { 
			float: left;
			margin: 4px;
			position:relative;
		}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #475ca0;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image: url(images/header_bg.png);
			background-color: #B2A592;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}
		
		#header img {
			margin:5px 5px 10px 20px;
		}

/* NAVIGATION */
	
		#menu1 {
			width: 180px;
			margin: 10px;
			border-style: solid solid none solid;
			border-color: #000;
			border-width: 1px;
			border-style: solid;
			border-bottom: none;
			float: left;
		}
	
		#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(images/menu1.png);
			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #FFF;
			background:  url(images/menu1.png) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		#menu1 ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

/* SIDEBAR */

		#sidebar {
			width: 180px;
			margin: 10px;
			margin-left:20px;
			float: left;
			clear:both;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
		}
		
		#sidebar a {
			color: #475ca0;
			text-decoration: none;
			font-weight: 500;	
		}
		
		#sidebar a:hover{
			color: #b9231a;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
		
/* CONTENT */

		#content {
			margin-top:30px;
			width: 750px;
			margin-left: 220px;
		}
		
		#content p {
			padding-bottom: 10px;
		}
		
		#content a {
			color: #b9231a;
			text-decoration: none;
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #b9231a;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
		
		hr {
			border: none 0; 
			border-top: 1px dashed #475ca0;
			height: 1px;
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #b9231a;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
