@charset "iso-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	background-color: #fbf7ec;
	margin: 10px;
}
#main {
	background-color: #faf2db;
	padding-bottom: 20px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#leftcolumn {
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcolumn {
	float: right;
	width: 630px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
}
#rightcolumn img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#addressbox {
	padding: 10px;
	width: 128px;
	margin-bottom: 20px;
	font-size: 11px;
}
#sitelinkbox {
	padding: 10px;
	width: 128px;
	margin-bottom: 20px;
	font-size: 11px;
}
#sitelinkbox a:hover {
	text-decoration: underline;
}
#sitelinkbox a {
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
#rightcolumn #leftcolumn {
	width: 400px;
	padding-right: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#rightcolumn #rightcolumn {
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#rightcolumn #rightcolumn img {
	width: 210px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#rightcolumnbox {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;	
}

#rightcolumnbox .headline, #rightcolumnbox h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn .headline, #rightcolumn h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn  .headlineBig, #rightcolumn  h1 {
	font-size: 24px;
	text-decoration: none;
	line-height: 36px;
}
#rightcolumn a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 11px;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.small {
    text-align: center;
	font-size: .85em;
}

form th {
	text-align: right;
}
