@charset "utf-8";
body/* CSS Document */

 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #3B5998;
	display: inline;
}
h2 {
	font-size: 16px;
	color: #3B5998;
	display: inline;
}
h3 {
	font-size: 14px;
	color: #3B5998;
	display: inline;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logohead {
	background-color: #3B5998;
	float: left;
	height: 80px;
	width: 900px;
}
#headleft {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	color: #FFFFFF;
	margin-top: 25px;
}


#headright {
	float: right;
	width: 200px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}
#keywords {
	float: left;
	width: 895px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}


#gootop {
	text-align: center;
	float: left;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B5998;
}
#linksleft {
	float: left;
	width: 160px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3B5998;
}
#mainbody {
	float: left;
	width: 725px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}
#rightgoosq {
	margin: 5px;
	padding: 5px;
	float: right;
	height: 280px;
	width: 336px;
}
#maintext {
	float: left;
}

#footer {
	float: left;
	height: 25px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B5998;
	margin-top: 5px;
	font-size: 12px;
}
