		
/* MAIN BODY TEXT*/
body		
		{font-family:arial, sans-serif;
		background-color:#c1eaea;
		color:black;
		background-image: url(graphics/map2.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}

#main_column
		{position:absolute;
		font-size:12pt;
		top:230px;
		left:215px;
		width:800px;
		text-align=left}
		
#outer_header
		{position:relative;}
#gold_header
		{position:absolute;
		color:#F99F15;
		top:50%;
		/*height:10em; */
		margin-top:-50px;
		left:300px;
		font-size:36px;}

	
/* LINKS */
a:link
	{color:#003399;}
a:visited
	{color:#333366;} 
a:active 
	{color:#3333FF;}



/* Menu */
	#menu
		{
		font-size=14pt;
		font-weight=200;
		position:absolute;
		left:0px;
		background-color:#c1eaea;
		}

	#menu ul
		{
		margin:0;
		padding:0;
		list-style-type:none;
		}



	#menu	a 
		{
		display:block;
		width:200px;
		line-height: 40px;
		text-decoraration: none;
		background: url('graphics/rollover.jpg') no-repeat right bottom;
		text-indent: 50px;
		color:black;
		background-color:#c1eaea;
		}
		
	#menu a:hover, .selected a
		{
		background-position: left bottom;
		color:black;
		font-size=18pt;
		}
		
	#bold
		{
		font-weight:bold;
		}


/* lose border round images */
a img
	{border:none;
	margin-right:10px;}	

