
body	{
	font-family: trebuchet ms, sans-serif;
	padding: 0em;
	margin: 0em;
	background-color: #FFFFBB;
	background: url("images/header_background.jpg");
	background-repeat: no-repeat;
	}
	
#map { 
	 	width: 100%; 
		height: 400px;
		margin-top:10px;
		}

div.header	{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 900px;
	background-repeat: no-repeat;
	}

h1 	{
	margin: 0em;
	color: #0000AA;
	text-align: right;
	}

div.header h2	{
	text-align: right;
	}

h2 	{
	margin: 0em;
	margin-top: 0.3em;
	color: #0000AA;
	}

h3	{
	margin-top: 1.4em;
	margin-bottom: 0em;
	color: #0000AA;
	}

div.contents	{
	position: absolute;
	left: 20px;
	top: 170px;
	width: 220px;
	}

div.body	{
	position: absolute;
	left: 260px;
	top: 170px;
	width: 660px;
	padding-bottom: 1em;
	background-repeat: no-repeat;
	}


div.contents a, div.contents a:visited {
	display: block;
	position: relative;
	font-size: 10pt;
	font-weight: bold;
	color: #0000AA;
	background-image: url("images/transparent_pixel.gif");
	border-top: none;
	border-bottom: none;	
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	margin-bottom: 1em;
	margin-top: 1em;
	text-decoration: none;
	padding-left: 0.3em;
	height: 1.5em;
	width: 220px;

	}

div.contents a:hover, div.contents a:active {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: none;
	border-right: none;
	color: #0000AA;
	}



p	{
	font-size: 11pt;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}

ul	{
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 0em;
	}

ol	{
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2.1em;
	padding-left: 0em;
	}

ul li	{
	font-size: 11pt;
	margin-left: 0em;
	}

ol li	{
	font-size: 11pt;
	margin-top: 1em;
	margin-left: 0em;
	}

table	{
	margin-top: 1em;
	}

th	{
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid black;
	}

td	{
	font-size: 11pt;
	border-bottom: 1px solid black;}
	}
	