@charset "utf-8";
body {
	background-color: #828282;
	margin: 0px;
	padding: 0px;
	color: #000000;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #ffffff;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

#maincontainer {
	min-height: 100%;
	width: 646px;
	margin: 0px;
	position: absolute;
	left: 300px;
	top: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
#headspacer {
	background-color: #828282;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 100px;
	width: 100%;
}
#mainmenu {
	margin: 0px;
	clear: both;
	float: left;
	height: 49px;
	width: 100%;
	background-color: #828282;
}
#mainmenu a {
	border:none;
}
#pagecontent {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-left: 91px;
	padding: 0px;
	width: 464px;
}
#pagecontent > p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
#pagecontent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
#pagecontent > h1:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
#pagetitle {
	font-weight: bold;
	color: #828282;
	margin-top: 35px;
	clear: both;
	float: left;
	margin-left: 91px;
	margin-bottom: 20px;
	
}
#contactcontainer {
	color: #000000;
	background-color: #828282;
	margin: 0px;
	padding: 0px;
	width: 170px;
	position: absolute;
	left: 110px;
	top: 223px;
	text-align: right;
}

#contactcontainer a:link {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#contactcontainer a:visited {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#contactcontainer a:hover {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #000000;
}
#contactcontainer a:active {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.notopmargin {
	margin-top: 0px;
	padding-top: 0px;
}
#pagecontent td {
	padding:0px;
	padding-right: 4px;
	padding-bottom:2px;
	vertical-align: top;
}
#pagecontent td > p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
