@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #AFD686;
	margin: 20px 0 0 0;
}
a:link, a:visited {
	color: #4563AE;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #7EBF4C;
	text-decoration: underline;
}
.thrColFixHdr #container {
	background-color: #FFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #999;
	width: 1000px;
	max-width: 1000px;
	min-width: 1000px;
}
.thrColFixHdr #header {
	background-color: #4563AE;
	height: 248px;
	margin: 15px 0 30px 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 180px;
	margin: 0 0 15px 15px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 288px;
	margin: 0 15px 15px 0;
}
.thrColFixHdr #mainContent {
	font-size: 14px;
	width: 455px;
	margin: 0 0 15px 216px;
}
.thrColFixHdr p#welcomePara {
	margin: 0 0 20px;
	padding-top: 7px;
	line-height: 130%;
}
.thrColFixHdr #newsRectangle {
	background-color: #FFF;
	width: 387px;
	padding: 15px 32px 30px;
	border: 2px solid #439539;
}
.thrColFixHdr #newsRectangle p, .thrColFixHdr #newsRectangle li {
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
}
.thrColFixHdr #footer {
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439539;
	padding: 0 10px 0 20px;
	margin: 0 15px 15px 15px;
}
.thrColFixHdr #footer p {
	padding: 7px 0;
	margin: 0 15px;
	line-height: 150%;
}
.thrColFixHdr #newsRectangle a:link, .thrColFixHdr #newsRectangle a:visited, .thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited  {
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #newsRectangle a:hover, .thrColFixHdr #newsRectangle a:active, .thrColFixHdr #newsRectangle a:focus, .thrColFixHdr #footer a:hover, .thrColFixHdr #footer a:active, .thrColFixHdr #footer a:focus  {
	font-weight: bold;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:auto;
	font-size: 1px;
	line-height: 0px;
}
.curved {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-style: italic;
	font-weight: bold;
	color: #4563AE;
}
h2 {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #439539;
}
#here { background-color: red; }

