@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 28px;
	line-height: 16px;
}


A:link {text-decoration: none; color:#198CB2}
A:visited {text-decoration: none; color:#198CB2}
A:active {text-decoration: none; color:#198CB2}
A:hover {text-decoration: underline; color:#198CB2}



.oneColFixCtr #container {
	width: 860px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bottom {
	width: 860px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.front-box {
	float: left;
	width: 180px;
	padding-right: 15px;
	padding-left: 19.5px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px
}

.side-box {
	float: left;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	line-height: normal;
}

.main-box {
	float: left;
	width: 590px;
	padding-left: 60px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.about-box {
	float: left;
	width: 600px;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-right: 50px;
}


.contact-box {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-right: 0px;
}



.topmenu {
	height: 28px;
	width: 860px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9BC7D6;
	border-right-color: #9BC7D6;
	border-bottom-color: #9BC7D6;
	border-left-color: #9BC7D6;
}
.title1 {
	font-size: 16px;
	color: #5BA4BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99DCF1;
	line-height: 22px;
}

.title2 {
	font-size: 16px;
	color: #50C1E7;
	line-height: 30px;
}

.title3 {
	font-size: 22px;
	color: #198CB2;
}

