@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html{
	height:100%;
}
body {
	background: url(../images/BGgrad.jpg) repeat-x scroll #1b77c4;
	margin:0; padding:0; border:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0069aa;
}
.parent{
    min-height:100%;
}
#outerDiv {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
#innerDiv {
	display:block;
	width:100%;
	min-height:100%;
	min-width:1212px;
	background: no-repeat url(../images/BigLogo-Green.png) center top scroll;
}
#content{
	display:block;
	width:1212px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#leftCol {
	float:left;
	width:206px;
}
#centerCol {
	display:block;
	float:left;
	width:837px;
	height:100%;
}
#rightCol {
	float:left;
	width:169px;
}
.clearBoth {
	clear:both;
}
a {
	text-decoration:none;
	color:#7cbb51;
}
a:hover {
	color:#0069aa;
}
#mainNav {
	line-height:21px;
}
#mainNav a {
	display:block;
	position:relative;
	text-decoration:none;
	text-wrap:none;
	color:#0069aa;
	background-image:url(../images/bulletRightArrow-blue.png);
	background-position: 9999px 6px;
	background-repeat:no-repeat;
	padding-left:46px;
}
#mainNav a.selected {
	color:#7cbb51;
	background-position: 34px 6px;
	padding-left:46px;
}
#mainNav a:hover {
	background-position: 34px 6px;
}
#mainNav a:active {
	color:#7cbb51;
	background-position: 36px 6px;
}
#mainNav li {
	list-style:none;
}
#mainNav li li{
	padding-left:16px;
}
#mainTextBox {
	display:block;
	padding:110px 0 0 60px;
	width:777px;
	text-align:left;
}	
#earthTop {
	display:block;
	height:210px;
	width:837px;
	padding-top:26px;
}
#earthMiddle {
	display:block;
	height:330px;
	width:837px;
}
#earthBand {
	display:block;
	width:837px;
	height:93px;
	background-image:url(../images/bigEarth_band_White.png);
	background-position:18px 0;
	background-repeat:no-repeat;
}
#earthBottom {
	color:#FFF;
	line-height:18px;
	padding-top:15px;
	display:block;
	width:837px;
	height:204px;
	padding-bottom:10px;
	background-image:url(../images/bigEarth-bottom.png);
	background-position:57px 0;
	background-repeat:no-repeat;
}
#copyright {
	margin-top:140px;
	color:#FFF;
	font-size:10px;
}
#newsList li {
	list-style-image:url(../images/bulletRightArrow-blue.png);
	margin-top:10px;
	width:520px;
}
.marquee0 img{
	margin:0 10px 0 10px;
	vertical-align:middle;
}
h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	padding:8px;
}
h6{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin:4px;
}
.mouse11{
	font-size:11px;
}
.mouse10{
	font-size:10px;
}
.mouse10green{
	font-size:10px;
	color:#7cbb51;
}
.mouse9{
	font-size:9px;
}
p{
	margin-bottom:6px;
}
.cellPad15green {
	padding:15px;
	background:url(../images/greenCorner.jpg) top right no-repeat #7cbb51;
	color:#fff;
}
.cellPad15green a{
	color:#fff;
	text-decoration:underline;
}
	
	
