@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.Leftbox2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	float: left;
	height: 18px;
	width: 600px;
	position: absolute;
	left: 90px;
	top: 240px;
	border: medium double #F00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#topBox {
	position: relative;
	height: 236px;
	width: 850px;
	background-color: #FFF;
	margin: 0px;
}
#leftBox {
	position: fixed;
	width: 235px;
	float: left;
	padding: 10px;
	text-align: justify;
	height: 236px;
}
#centerBox {
	position: absolute;
	width: 141px;
	float: none;
	padding: 10px;
	text-align: left;
	height: 75px;
	left: 28px;
	top: 65px;
}
#rightBox {
	position: absolute;
	width: 230px;
	left: 750px;
	top: 50px;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
	color: #639;
	height: 182px;
	border: medium solid #C00;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.topText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: relative;
	text-align: center;
	background-color: #FFF;
}
#topCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	float: none;
	height: 224px;
	width: 10px;
}
.red {
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.blue {
	color: #06F;
	font-weight: bold;
}
.green {
	color: #060;
	font-weight: bold;
	text-align: center;
}

img.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
}

img.floatright {
	float: right;
	margin-left: 10px;
}
.navlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #30F;
	
}
.middleMenu {
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
}
.bigGreen {
	font-size: 1.2em;
	font-weight: bolder;
	color: #0F0;
}
.thrColHybHdr #container #mainContent {
	text-align: center;
}
.thrColHybHdr #container #mainContent .thrColHybHdr {
	text-align: justify;
}
.thrColHybHdr #container #mainContent p {
	text-align: justify;
}
