@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
body {
	background-color: #FFF;
	}
#banner {
	background: url(images/banner.jpg) no-repeat;
	height: 295px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid #066;
	background: #fff no-repeat;
	position: relative;
	z-index: 0;
}


#banner #navigation {
	text-align: right;
	padding-top: 10px;
	font-size:x-large;
}
#banner #navigation #nav {
	list-style: none;
}
#banner #navigation #nav li {
	display: inline;
	margin-right: 5px;
}
#banner #navigation #nav li a {
	color: #FFF;
}
#mainnavigation {
	float:left;
	width:199px;
	background: #11414F;
	position: absolute;
	margin-left: 1px;
}
#mainnavigation #mainnav {
	list-style: none;
}
#mainnavigation #mainnav li {margin-bottom:1px;
}
#mainnavigation #mainnav li a:link, #mainnavigation #mainnav li a:active, #mainnavigation #mainnav li a:visited  {
	color: #FFF;
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	background: #165463;
	font-size:x-large;
}

#mainnavigation #mainnav li a:hover {
	background-color:black;
	margin-bottom: 1px;
}
#content-right {
	width: 573px;
	padding-left: 210px;
	background: url(images/contentbg.jpg) no-repeat;
	padding-right: 15px;
	padding-top: 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#content-right h1 {
	font-size:xx-large;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right h2{font-size: xx-large;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right h3{font-size:xx-large;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right h4{font-size:xx-large;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right p {
	text-align: justify;
	padding-bottom: 5px;
	font-size:x-large;
}
#content #content-right #sitemap {font-size:xx-large;
	list-style: disc inside;
}
#content #content-right #sitemap ul {
	list-style: disc inside;
	text-indent: 10px;
	
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: xx-large;
	background: #066;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#footer p {
	text-align: center;
}


