@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9FFCE;
}

.navstyle {
	float: left;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 8px;
        
      
}
.leftfooter {
	float: left;
	width: 450px;
}



.clearfloat {
	clear: both;
}

.header {
	float: left;
	height: 130px;
	width: 900px;
        background-image: url(../everypage/headerbg.jpg);
	
}
.headerright {
	float: left;
	width: 280px;
	height: 30px;
        visibility: hidden;
}
.rightfooter {
	text-align: right;
	float: left;
	width: 420px;
	padding-right: 20px;
}


.leftdivheader {
	float: left;
	width: 620px;
         visibility: hidden;
}




ul.cellpadstyle     li     a:hover {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../homepageimages/underlined.gif);
	width: 180px;
	display: block;
	height: 30px;
	float: left;
	color:#09F
}

.footer {
	float: left;
	width: 900px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}


a:active {
	text-decoration: none;
	color: #000;
}
.adrightway {visibility:hidden;}







.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
	z-index: 1;
}







.cellpads {
	font-size: 20px;
	height: 30px;
	list-style-image: none;
	list-style-type: none;
	width: 180px;
	float: left;
	font-weight: bold;
	color: #09F;
}



ul.cellpadstyle  li {
	width:180px;
	float:left;
	margin: 0px;
	padding: 0px;

	color:
;
}


ul.cellpadstyle  li  a {
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	color:#09F
}

.cellpadstyle {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #F9F;
}
.newfeature {
	float: left;
	width: 900px;
	margin-top: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #0066FF;
}