body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fafafa;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, ul, ol, form, p {
	margin: 0 0 1em 0;
}

input.std, textarea {
	border: 0.0909em solid #bbb;
	font-size: 1em;
}

button {
	background-color: #555;
	border: 0.0909em solid #333;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

a:link,  a:visited {
	text-decoration: none;
	color: #3c60b3;
}

a:hover,  a:active {
	background-color: #3c60b3;
	color: #fff;
}

#header hr {
	display: none;
}

#main-wrapper {
	margin: 15px auto 0 auto;
	padding: 0 0 15px 0;
	width: 42em;
}

#title {
	margin: 0;
	padding: 0.45em;
	width: 40.91em;
	border: 0.0909em solid #b2b2b2;
}

#title span {
	display: block;
	height: 130px;
	background-image: url(/image:header.jpg);
	background-color: #fff;
}

#title span span {
	display: none;
}

#content-wrapper {
	padding: 10px 5px 5px 5px;
	background-color: #fff;
	border: 0.0909em solid #b2b2b2;
	border-top: none;

}

#navigation ul {
	position: relative;
	z-index: 10;
	margin: 1em 0 0 0;
	padding: 0 0 0 0.2em;
	height: 1.91em;
	background-image: url(/image:navbg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#navigation ul li {
	display: block;
	float: left;
	padding-right: 0.1818em;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	float: left;
	padding: 0 0.3em 0 0.3em;
	height: 1.73em;
	line-height: 1.73em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: 0.0909em solid #ccc;
	border-bottom: 0.0909em solid #b2b2b2;
	color: #666;
	background-color: #e2e2e2;
}

#navigation ul li a:hover, #navigation ul li a:active {
	background-color: #d6d6d6;
	border: 0.0909em solid #bfbfbf;
	border-bottom: 0.0909em solid #b2b2b2;
}

#navigation ul li.selected a.selected {
	background-color: #fff;
	border: 0.0909em solid #b2b2b2;
	border-bottom: 0.0909em solid #fff;
}

#content {
	margin-top: -2em;
}

#content h1 {
	margin-top: 2em;
	padding: 0 0 0.3em 0;
	color: #4a66a5;
	font-size: 1.2em;
	background-image: url(/image:h1bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content ul {
	padding: 0 0 0 2em;
}

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

#content .postaladdress {
	margin: 2em;
}

#footer {
	padding: 1em 0 1em 0;
	text-align: center;
}

#footer hr {
	display: none;
}

#footer p {
	margin-bottom: 0.2em;
	color: #8094c0;
	font-size: 0.9em;
}

