/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif; font-size: small;
	line-height: 18px;
}

h2 {
	font-size:22px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-weight:100;
	color:#FFFFFF;
}

.goto a{
	font-weight: bold; 
	padding-top: 80px;
	color: white;
	text-align:center;
	text-decoration:none;
}

.goto a:hover{
	font-weight: bold; 
	color: gray;
	text-align:center;
	text-decoration:none;
}

ul {
	padding-top:20px;
	overflow:auto;
	height: 170px;
	
}
	
	
li { 
	list-style-type: square; 
}

li a {
	color:#333333;
	text-decoration:none;
}


li a:hover {
	color:white;
	text-decoration:none;
}


#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#go {
	width: 370px;
	position:absolute;
	top:250px;
	align: center;
	font-weight: bold; 
	color: white;
	text-align:center;
	text-decoration:none;
	
}

#go a{
	width: 370px;
	font-weight: bold; 
	color: white;
	text-align:center;
	text-decoration:none;
}

#go a:hover {
	width: 370px;
	font-weight: bold; 
	color: gray;
	text-align:center;
	text-decoration:none;
}



#cwall {
	float:left;
	position:relative;
	width: 370px;
	height: 290px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	background-color:#99C525;
	background-image:url(images/cwall.gif);
}


#zwall {
	float:left;
	position:relative;
	text-align: left;
	width: 370px;
	height: 290px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	background-color:#FF9900;
	background-image:url(images/zwall.gif);
}

#reasons {
	float:left;
	position:relative;
	width: 370px;
	height: 290px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	background-image:url(images/reasons.gif);
}


#one {
	float:left;
	position:relative;
	text-align: left;
	width: 370px;
	height: 290px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	background-color:#8F9193;
	background-image:url(images/one.gif);
}






#footerlinks { margin-top: 10px; text-align: center; color: #003366; }
#footerlinks a {
    color: gray; text-decoration: none;
}