@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	color: #fff;
}
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: url(images/contentbghigh.jpg) no-repeat;
}

#banner #navigation {
	text-align: right;
	padding-top: 10px;
}
#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;
}

#mainnavigation #mainnav li a:hover {
	background-color:black;
	margin-bottom: 1px;
}
#content-right {
	float: right;
	width: 573px;
	padding-left: 210px;
	background: #000 url(images/contentbghigh.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;
	color:#fff;
}
#content-right h2{font-size: medium;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right h3{font-size: medium;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right h4{font-size: medium;
	padding-bottom: 8px;
	font-weight: normal;
}
#content-right p {
	text-align: justify;
	padding-bottom: 5px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	background: #066;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#footer p {
	text-align: center;
}


