@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px 0;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(site09/background.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #666;
}
#masthead {
	background-color: #FFFFFF;
	height: 133px;
	width: 900px;
	background-image: url(site09/masthead.jpg);
	background-repeat: no-repeat;
}
#navigation {
	background-color: #F3F3F3;
	text-align: right;
	border-bottom: solid 1px #CCC;
	padding-right: 20px;
	height: 18px;
	width: 880px;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	}
#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	line-height: 1.2em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: justify;
	width: 860px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content li {
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	line-height: 1.5em;
}
#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: .75em;
	color: #666666;
	background-color: #E6E6E6;
	text-align: center;
	height: 25px;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
p {
	font-size: .9em; 
	color: #333;
}
a:link {
	color:#0000CC;
	text-decoration:none;
}
a:visited {
	color:#0000CC;
	text-decoration:none;
}
a:active {
	color:#0000CC;
	text-decoration:none;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
h1 {
	color: #CC0000;
	font-size: 12px; 
}
h2 {
	color: #0000CC;
	font-size: 12px;
	text-decoration: underline;
}
h3{
	color: #000;
	font-size: 11px; 
}
.emphasis {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-color: #FFFFFF;
}
.border {
	border: solid 1px #0000CC;
}
td,tr {
	color: #333;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	line-height: 1.5em
}
.contactform{
	background-color: #F3F3F3;
	border: solid 1px #CCC;
}
.contactborder {
	border: solid 1px #CCC;
}