body {
	margin-left:0px;
	padding-left:0px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #000066;
	font-weight:bold;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #FF6600;
	font-weight:bold;
	}	

#leftcontent {
		position: absolute;
		left:0px;
		width:18%;
		max-width:225px;
		background:#fff;
		border:0px solid #000;
		font-size:80%;
		}
		
#leftcontent a {
		line-height:140%;
		}
		
	#centercontent {
		background:#fff;
		position: absolute;
		left:17.5%;
		width:63%;
		max-width:1400px;
   		margin-left: 0px;
		padding-top:10px;
		border:0px solid #000;
		/*
		IE5x PC mis-implements the box model. Read more at 		http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 0px;
   		margin-right:0px;
		}
	html>body #centercontent {
   		margin-left: 0px;
   		margin-right:0px;
		}

	#rightcontent {
		position: absolute;
		left:79.0%;
		width:17%;
		max-width:200px;
		background:#fff;
		border:0px solid #000;
		margin:0px 0px 0px 0px;
		padding-left:5px;
		}
		
	.eq {
		color: #008000;
		font-weight: bold;
		}	
	
	#banner {
		background-image: url(../images/smback2.jpg); 
		background-repeat:yes-repeat;
		border-top:0px solid #000;
		border-right:0px solid #000;
		border-left:0px solid #000;
		margin-bottom:5px;
		}
	
		
		
	.forum {
		border-top:1px solid #000;
		border-bottom:0px;
		font-weight:bold;
		margin-top:1.5em;
		}
		
	.footerlinks {
		text-align:center;
		font-size:85%;
		}

