* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000000;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DDDDDD;
	font-size: 12px;
	border: 1px solid #000000;
}

.required {
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}

ul {
	text-align: left;
}
div.errormsg {
	background: #CCCCCC;
	color: #FF0000;
	font-weight: bold;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	display: block;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
	background: transparent url(images/filbert_bg.jpg) repeat-y;
	text-align: center;
}
#siteheader {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	display: block;
}
#pageheader {
	display: block;
	margin-top: 0px;
}
#sitenavigation {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 16px;
}
.pagedivider {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#home_contactinfo {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#home_contactinfo .contactinfocell {
	margin: 0px;
	padding: 4px;
	width: 190px;
	float: left;
	display: inline;
	line-height: 1.45em;
	font-weight: bold;
}
p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
p.home_text {
	font-weight: bold;
}
#site_footer {
	display: block;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
} 


p .p_highlight {
	font-weight: bold;
}


a img {
	border: 0px;
}


h1 {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
