html, body, div, a, img, span, ul, li, p, h2
{
	margin:0px;
	padding:0px;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body
{
	background:#ffffff;
	text-align:center;
}
h1 {
	font-size:10px;
	color:#000000;
	line-height:18px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px;
	padding:0px 0px;
	border:0px;
}
h2 {
	line-height:18px;
	font-weight:bold;
	padding-bottom:8px;
    letter-spacing:2px;
}
#main {
	margin:0px auto;
	width:960px;
	text-align:left;
	background:#ffffff;
}
#header {
	height:96px;
	width:960px;
}
#logowrapper{
	width:576px;
	height:96px;
	float:left;
}
#logo {
	height:72px;
	width:98px;
	margin:12px 0px 0px 24px;
	display:inline;
}
#contactwrapper{
	width:384px;
	height:96px;
	float:left;
}
#phoneandemail{
	width:268px;
	height:72px;
	padding:12px 0px 12px 0px;
	color:#000000;
	font-size:10px;
	line-height:18px;
	float:left;
}
#postaladdress {
	width:72px;
	height:72px;
	padding:12px 0px 12px 24px;
	color:#000000;
	font-size:10px;
	line-height:18px;
	float:left;
}
#page {
	width:960px;
	position:relative;
	border:1px solid #000000;
	overflow:hidden;
	clear:both;
    background:#cccccc;
}
.pageimage {
	height:240px;
    border-bottom:1px solid #000000;
	width:960px;
}
#contentwrapper {
	background:#dddddd;
	width:960px;
}
.content {
	color:#000000;
	padding:12px 24px;
	line-height:18px;
	text-align:justify;
	width:912px;
}
.content a {
    text-decoration:none;
    color:#000000;
    border-bottom:1px dotted #000000;
}
.content a:hover {
    border-bottom:1px solid #000000;
}
p {
	padding-bottom:12px;
	line-height:18px;
    clear:both;
    float:none;
}
p.half {
    width:456px;
    float:left;
    clear:none;
}

#footer {
	font-size:10px;
	color:#000000;
	height:18px;
	line-height:18px;
	width:912px;
	text-align:right;
	padding:8px 24px 8px 24px;
}
#footer a, #contactwrapper a {
    font-size:10px;
	color:#000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
#footer a:hover, #contactwrapper a:hover {
    border-bottom:1px solid #000000;
}

