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

#header {
	height: 160px;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
}
#contentmiddle {
	height: 950px;
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0%;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
	text-decoration: none;
	text-align: left;
	height: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


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

#contentright {
	padding: 0px;
	float: left;
	height: 370px;
	width: 55%;
	background-color: #FFFFFF;
	margin: auto;
}
#contentrightbottom {
	padding: 0px;
	width: 60%;
	float: left;
	background-color: #FFFFFF;
	height: 360px;
	margin: 0px;
}
#contentleftbottom {
	padding: 0px;
	width: 45%;
	background-color: #FFFFFF;
	float: left;
	height: 380px;
	margin: 0px;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: thin solid #0099CC;
	font-size: 12px;
	text-decoration: none;
	width: 200px;
}
#contentmiddlebottom {
	padding: 0px;
	float: left;
	width: 55%;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	border-left-width: 0px;
	border-left-style: none;
	height: 380px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 100%;
	bottom: 0px;
	padding: 0px;
	float: left;
	margin: 0px;
}
.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);
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.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;
}

