@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bg.png);
	background-repeat: repeat-x;
	background-color: ffffff;
	font-size: 10px;
	color: #5e5e5e;
	background-attachment: fixed;
}
a {
	color: #0093ca;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #0b366d;
	margin-bottom: -1em;
	font-size: 24px;
}
h2 {
	color: #a51f1f;
	font-size: 18px;
	margin-bottom: -1.5px;
}
#top {
	height: 20px;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gfx/top-white.png);
	background-color: #FFFFFF;
	font-size: 10px;
	color: #b0b0b0;
	padding-top: 4px;
	margin-bottom: -4px;
}
#top p {
	display: inline;
}
#top #i {
	margin-left: 19px;
}
#top #ii {
	margin-left: 200px;
}
#top #iii {
	margin-left: 191px;
}
#header {
	height: 276px;
	width: 832px;
	background-image: url(gfx/head-bg.jpg);
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFAFA;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 43px;
	margin-left: 63px;
}
#navigation {
	height: 77px;
	width: 832px;
	background-image: url(gfx/nav1.png);
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#navigation ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#navigation li {
	list-style-image: none;
	list-style-type: none;
	height: 39px;
	float: left;
	margin-right: 1px;
}
#navigation a {
	background-image: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

#hom a {
	width: 49px;
	height: 39px;
}
#hom a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -30px 0px;	
}

#con a {
	width: 89px;
	height: 39px;
}
#con a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -80px 0px;	
}
#rat a {
	width: 50px;
	height: 39px;
}
#rat a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -170px 0px;	
}
#fle a {
	width: 62px;
	height: 39px;
}
#fle a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -221px 0px;	
}
#wed a {
	width: 70px;
	height: 39px;
}
#wed a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -284px 0px;	
}
#cit a {
	width: 88px;
	height: 39px;
}
#cit a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -355px 0px;	
}
#ter a {
	width: 136px;
	height: 39px;
}
#ter a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -444px 0px;	
}
#air a {
	width: 127px;
	height: 39px;
}
#air a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -581px 0px;	
}
#res a {
	width: 93px;
	height: 39px;
}
#res a:hover {
	background-image: url(gfx/nav2.png);
	background-position: -709px 0px;	
}

#content {
	width: 792px;
	background-color: #eaeaea;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#content #text {
	width: 305px;
	text-align: justify;
	float: left;
	clear: both;
}
#content img {
	float: left;
	border: 1px solid #5e5e5e;
	display: inline;
	clear: right;
	margin-left: 15px;
	margin-bottom: 2em;
}

#bottomnav {
	background-color: #eaeaea;
	text-align: center;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#bottomnav p {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #cacaca;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 832px;
}
