body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #364354;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	height: auto;
	background-position: center;
	left: 50%;
	top: 50%;




}

html
{
	margin: 0px;
	padding: 0px;
	left: 50%;

}

img
{
  border: none;
}

#body
{
	width: auto;
	left: 50%;
	top: 50%;

}

#navigation
{
	float: left;
	width: 160px;
	position: absolute;
	top: 330px;
	height: auto;




}

#navigation ul
{
	margin-left: 14px;
	margin-top: 12px;
	list-style-type: none;
	padding: 0px;
}

#navigation li
{
	width: 120px;
	height: 26px;
	margin-bottom: 6px;	
}

#navigation li a
{
	background-color: inherit;
	display: block;
	width: 120px;
	height: 21px;
	padding-left: 25px;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	background-image: url(../images/button.gif);
}

#navigation li a:hover, #navigation li a:focus, #navigation li a.selected
{
	background-image: url(../images/button.gif);
}

#navigation #copyright
{
	margin-left: 15px;
	width: 160px;
	font-size: 9px;
}

#content
{
	position: absolute;
	float: left;
	margin-left: 50px;
	margin-top: 12px;
	margin-bottom: 20px;
	width: 700px;
	top: 330px;
	height: auto;
	left: 188px;
	overflow: visible;






}

#content ul
{
	list-style-type: square;
}

#map
{
	position: absolute;
	right: 0px;
	top: 94px;
	left: 539px;





}

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 36px;
}

h2
{
	font-weight: normal;
	font-size: 24px;
}

h3
{
	margin-top: 0px;
	font-size: 16px;
}

p
{
	text-align: justify;
}

a 
{
	background-color: inherit;
	color: #364354;
}

table
{
	border: solid 1px #364354;
	border-collapse: collapse;
}

th
{
	padding-left: 5px;
	padding-right: 5px;
}

td
{
	border-top: solid 1px #364354;
	padding-left: 5px;
	padding-right: 5px;
}

td.header
{
	border: none;
	text-align: center;
}

div.box_left
{
	float:left;
	width: 250px;
	margin-right: 10px;
}

div.box_right
{
	float:left;
	text-align: justify;
	width: 300px;
}

div.to_top
{
  width: 550px;
  text-align:right;
}

.hide
{
	display: none;
}

.clear
{
	clear: both;
}

