@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #D2EDFF;
}
#container {
	width: 70%;
	top: 0px;
	position: absolute;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	left: 15%;
	right: 15%;
}
#content {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
}

#header {
	height: 150px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
	text-decoration: none;
}


#contentleft {
	padding: 4px;
	float: left;
	height: 370px;
	width: 49%;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.contactformbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0099CC;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	width: 90px;
}

#contentright {
	padding: 4px;
	float: left;
	height: 370px;
	width: 49%;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#contentrightbottom {
	padding: 8px;
	width: 31%;
	float: left;
	background-color: #FFFFFF;
	height: 350px;
	margin: 2px;
}
#contentleftbottom {
	padding: 8px;
	width: 31%;
	background-color: #FFFFFF;
	float: left;
	height: 350px;
	margin: 2px;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: thin solid #0099CC;
	font-size: 12px;
	text-decoration: none;
	width: 200px;
}
#contentmiddlebottom {
	padding: 8px;
	float: left;
	width: 30.5%;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	border-left-width: 0px;
	border-left-style: none;
	height: 350px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 100%;
	bottom: 0px;
	padding: 4px;
	margin-bottom: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 4px;
	text-decoration: none;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.footer  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.textspec {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(bullet.png);
}
.textspec a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
.textspec a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
.textspec a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.textspec a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
