* {
 margin: 0;
 padding: 0;
}

body, td, th, input {
	font-family: Tahoma, Helvetica, Arial, "Luxi Sans", sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0.2em 0;
	font-family: Tahoma, Helvetica, Arial, "Luxi Sans", sans-serif;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

td h1, td h2, td h3, td h4, td h5, td h6 {
	border: none;
}

h1 { font-size: 160%; font-weight: bold; }
h2 { font-size: 140%; font-weight: normal; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

p {
	margin: 0.5em 0 0.5em 0;
}

:link { color: #528d98; }
:visited { color: #7ca9bc; }

#banner {
	background: #e6efe9 url(images/banner_bg.gif) no-repeat left top;
	clear: both;
	height: 82px;
}

#content {
	border-top: 1px solid #000000;
	clear: both;
	font-family: Tahoma, Helvetica, Arial, "Luxi Sans", sans-serif;
	padding: 0px 10px 0px 10px;
}

#content img {
	border: none;
}

#contacts ul {
	margin: 0.5em 0.5em 0.5em 0.5em;
}

#contacts li {
	list-style-type: none;
}

#contacts li a span {
	white-space: nowrap;
}

#copyright {
	float: right;
	padding: 4px;
}

#copyright p {
	font-size: 0.8em;
}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	padding: 4px;
}

#footer-nav ul {
	float: left;
}

#footer-nav li {
	display: inline;
	float: left;
	font-size: 0.8em;
	padding: 4px 0.5em 4px 0.5em;
	position: relative;
}

#footer-nav li a {
	display: block;
	font-family: Tahoma, Helvetica, Arial, "Luxi Sans", sans-serif;
	text-decoration: none;
}

#footer-nav li a span {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}

#footer-nav li a:hover span {
	color: #7ca9bc;
}

#footer-nav li.selected a span {
	color: #7ca9bc;
}

#header {
	background: #d1e7b6 url(images/header_bg.gif) no-repeat left top;
	border-top: 1px solid black;
	clear: both;
	height: 40px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#header h1 {
	margin: 0.3em 0 0.2em 0;
}

#header-main {
	background: #d1e7b6 url(images/header_bg.gif) no-repeat left top;
	border-top: 1px solid black;
	clear: both;
	height: 82px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#logo {
	background: transparent url(images/logo.png) no-repeat left top;
	float: left;
	height: 64px;
	width: 432px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#navigation {
	background: transparent;
	float: right;
	position: relative;
	top: 35px;
}

#navigation ul {
	float: left;
	margin: 10px;
	min-height: 2em;
	width: auto;
}

#navigation li {
	background: #b3d9d1;
	border-left: 3px solid #e6efe9;
	display: inline;
	font-size: 0.8em;
	float: left;
	margin: 0;
	padding: 4px 1.5em 4px 1.5em;
	position: relative;
}

#navigation li.selected {
	background: #7ca9bc;
}

#navigation li a {
	background: transparent;
	display: block;
	font-family: Tahoma, Helvetica, Arial, "Luxi Sans", sans-serif;
	text-decoration: none;
}

#navigation li a span {
	background: transparent;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}

#navigation li a:hover span {
	color: #FFFFFF;
}

#wrapper {
	padding: 5px;
}

