/* Page body */
	body
	{background-color:#FF9;
	 background-image: url('images/map_bg.jpg');
	 font-family:Tahoma, Arial, san-serif;}

/* Main container DIV */
	#container
	{background-image: url('images/side.jpg');
	 background-repeat: repeat-y;
	 border-left: 2px solid #000;
	 border-right: 2px solid #000;
	 margin:0 auto;
	 margin-top:-15px;
	 margin-bottom:-16px;
	 width:700px;}

/* Header logo DIV */
	#logo
	{background-color:#FFC;
	 text-align:center;}
 
/* Menu */
	.menu
	{background-color:#00794D;
	 border-bottom:1px solid #000;
	 border-top:1px solid #000;
	 float:left;
	 list-style-type:none;
	 margin:0;
	 padding:0;
	 text-align:center;
	 width:100%;}
	.link_1
	{background-color:#10871F;
	 border-right:1px solid #000;
	 color:#FFC;
	 float:left;
	 height:21px;
	 text-decoration:none;
	 width:139px;}
	.link_2
	{background-color:#10871F;
	 border-right:0;
	 color:#FFC;
	 float:left;
	 height:21px;
	 text-decoration:none;
	 width:139px;}
	.link_3
	{background-color:#10871F;
	 border-top:1px solid #000;
	 border-right:1px solid #000;
	 color:#FFC;
	 float:left;
	 height:21px;
	 text-decoration:none;
	 width:139px;}
	.link_4
	{background-color:#10871F;
	 border-top:1px solid #000;
	 border-right:0;
	 color:#FFC;
	 float:left;
	 height:21px;
	 text-decoration:none;
	 width:139px;}
	.link_new
	{background-color:#6C6;
	 border-right:1px solid #000;
	 color:#000;
	 float:left;
	 height:21px;
	 text-decoration:none;
	 width:139px;}
	.menu a:hover {background-color:#393; color:#FFC;}
	.menu li {display:inline}

/* Main Text DIV */
	#text
	{/*background-color:#FF9;*/
	 margin-top:30px;
	 padding:20px 7px 4px 160px;}
	#text a:link
	{text-decoration:underline;
	 color:#336600;}
	#text a:visited
	{text-decoration:underline;
	 color:#006600;}
	#text a:active
	{text-decoration:underline;
	 color:#006633;}
	#text a:hover
	{text-decoration:underline;
	 color:#003300;}
	#text h1
	{font-size:1.5em;}
	#text li
	{list-style-image:url(images/bullet_2008.gif);}

/* Footer DIV and smallprint */
	#footer
	{background-color:#10871F;
	 border-top:1px solid #000;
	 border-bottom:2px solid #000;
	 text-align:center;}
	.smallprint
	{color:#FFC;
	 font-family:Verdana, Arial, san-serif;
	 font-size:0.7em;
	 text-align:center;}
