/* BODY AND CONTAINER */

		body {
			background-color: #FFF3CB;
			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.2em;
			color: #000000;				/*main text colour*/
			background-color: #FEF0C1;
			border: 15px solid #132868;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #132868;
			margin-bottom: 20px;	/*distance from main title to sub title*/
			padding-left: 15px;
			line-height: 1.0em;
		}
		
		h2 {
			color: #000000;
			font-size: 26px;
			font-weight: lighter;
			font-style:Italic;
			font-family:Monotype Corsiva, Arial, Helvetica, sans-serif;
			margin-top: 0px;
			padding-top:10px;
		}

		h3 {
			color: #000000;
			font-size: 11px;
			font-family: Book Antiqua,Arial, Helvetica, sans-serif;
			font-weight: 500;
			margin-left: 10px;
			margin-right: 6px;
		}
		h4 {
			font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 18px;
			color: #112565;
			margin-top: 0px;
			margin-bottom: 10px;	/*distance from main title to sub title*/
			padding-left: 15px;
			line-height: 1.5em;
			background-color: #A6AEB6;
			text-align: center;
		}
		
		a {
			color: #000050;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

		
		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 solid #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 4px 12px;
	  	}

div.figure {
  float: right;
  width: 50%;
  //border: 1px solid #D1C9BE;
  margin: 0 px;
  padding: 3px;
}
div.figure p {
  text-align: center;
  font-style: bold;
  //font-size: smaller;
  text-indent: 0;
}
		
/* HEADER */

		#header {
			border-bottom: 6px solid #000000;
			padding-top: 5px;
			clear: both;
			margin-bottom: 0px;
			background-image: url(top.gif);
			background-repeat: no-repeat;
			background-position: right; 
			background-color: #FEF0C1;
		}
		
		#header p { 
			margin-top: -5px;
			margin-left: 30px;
			color: #EFEFEF;
		}

/* NAVIGATION */
	
		#menu1 {
			width: 190px;
			//height: 705px;
			padding 15px;
			border-style: solid solid solid solid;
			border-color: #B38C49;
			border-width: 0px;
			border-style: solid;
			//border-bottom-width: 20px;
			background-color: #B38C49;
			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: #04063D;
			display: block;
			background:  url(menu2.gif);0 -32px;
	 		background-repeat: no-repeat;
			margin-left: 15px;
			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #FFF;
			background:  url(menu2.gif) 0 -32px;
			background-repeat: no-repeat;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
			width: 490px;
			//height: 705px;
			margin-left: 190px;
			margin-right: 20px;
			padding-left: 10px;
			border-left:  6px solid #000000;
			margin-bottom: 0px;
			margin-top: 0px;
			
		}
		
		#content p {
			padding-bottom: 5px;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566510;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}


/* FOOTER */

		#footer {
			margin-top: 0px;
			clear: both;
			background-color: #A2ABB2;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
		
		#footer p {
			color:#59516f;
			padding: 5px;
		}
		
		#footer p a {
			color: #49416f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}