@charset "UTF-8";

body {
	background-color:#58ad6e;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	position: relative;
	top:30px;
	width: 846px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.oneColFixCtrHdr #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 */
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #369;
}

.oneColFixCtrHdr #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 */
}
.blueDivider {
	width: 780px;
	background-color: #09c;
}
div.imageholder{
	position:absolute;
	width:100px;
	height:126px;
	left:14px;
	top:20px;
}

div.imageholder2{
	position:absolute;
	width:359px;
	height:90px;
	left:261px;
	top:16px;
}

div.imageholder3{
	position:absolute;
	width:41px;
	height:62px;
	left:267px;
	top:99px;
}

div.imageholder4{
	position:absolute;
	width:74px;
	height:77px;
	left:344px;
	top:100px;
}

div.imageholder5{
	position:absolute;
	width:44px;
	height:58px;
	left:443px;
	top:105px;
}

div.imageholder6{
	position:absolute;
	width:58px;
	height:72px;
	left:642px;
	top:573px;
}

div.imageholder7{
	position:absolute;
	width:41px;
	height:62px;
	left:612px;
	top:94px;
}

div.imageholder8{
	position:absolute;
	width:74px;
	height:81px;
	left:511px;
	top:90px;
}

div.imageholder9{
	position:absolute;
	width:41px;
	height:62px;
	left:470px;
	top:96px;
}
div.imageholder10{
	position:absolute;
	width:598px;
	height:88px;
	left:167px;
	top:104px;
}








#rBottom {
	background-color: #09c;
	color:#ffffff;
	font-size:10px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-khtml-border-radius-bottomleft: 30px;
	-khtml-border-radius-bottomright: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#rTop {
	background-color: #ffffff;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-khtml-border-radius-topleft: 30px;	
	-khtml-border-radius-topright: 30px;	
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
h1 {
	font-size: 22px;
	font-weight:bold;
	color: #56ad6e;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#f60;
}
h3 {
	margin-bottom:1px;
	margin-top: 1px;
	font-size: 14px;
}
p {
	margin-bottom:1px;
	margin-top: 1px;
}
h4 {
	margin-bottom:1px;
	margin-top:1px;
	color:#09c;
	font-style:italic;
	font-size: 12px;
}
h5 {
	color:#f60;
	font-size:14px;
	font-weight:bold;
}
h6 {
	font-style:italic;
	font-size: 12px;
	color: #F00;
	margin-bottom: 1px;
	margin-top: 1px;
}
a.nav:link {color: #369; text-decoration: none; }
a.nav:visited {
	text-decoration: none;
	color: #96f;
}
a.nav:hover {color: #58ad6e; text-decoration: underline; }
a.nav:active {color: blue; }
.red_text {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent ul li strong em {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent table tr td ul li em {
	color: #F00;
}

