<style type="text/css">

a:link {
color:#aaaaaa;
text-decoration:none;
}

a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#0066FF;
text-decoration: underline;
}

a:active {
color:#ffffff;
text-decoration: none;
}
	
	body {
	margin:10px 10px 10px 10px;
	padding:0px;
		}
		
	p {
	font:Times, Times Roman, New Times Roman, serif;
	font-size:small;
	}
	
	li {
	font:Times, Times Roman, New Times Roman, serif;
	font-size:small;
	}
		
	h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:large;
	padding-top:10px;
	}
	
review {
font:Times New Roman, times, serif;
font-style: italic;
font-size:small
	}
	
	h4 {
	font:Arial, Helvetica, sans-serif;
	font-size:medium;
	}
	
	h6{
	font:Times, Times Roman, New Times Roman, serif;
	font-size:small;
	}
	
	p,h1,h4,h6,pre {
		margin:10px 10px 10px 10px;
		}
		
	img.floatLeft {float: left;
	margin: 4px;}
		
	#banner {
	width: 100%;
	background:#ffffff;
		}
		
				
	
	#mainright {
		width:350px;
		float:left;
		background:#fff;
		padding-top:40px;
		padding-bottom:10px;
		}
	
	#maincenter {
		width:50px;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:400px;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
		
    #oneright {
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#onecenter {
		width:600px;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#oneleft {
		width:75px;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#footer {
	clear: both;
	width: 100%;
	background:#ffffff;
		}	
