@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;
}

.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBFEFC;
	margin: 0 auto;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: ##FFF;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.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: 51px;
	top: 219px;
	border: medium double #F00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serifArial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
} 
#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: 220px;
	left: 820px;
	top: 1px;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
	color: #639;
	height: 210px;
	border: medium solid #C00;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 10px;
	background-color: #FFF;
}
.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;
}
