		
#title {
		height: 90px;
		max-height: 90px;
		background-color: #d1d3d4;
		background-image: url('images/bgtop.png');
		background-position: 387px;
		border-top:1px solid white;
		margin: 0px;
		padding:0px;
		
		}
	
#nav {
		float: left;
		width: 89px;
		height: 750px;
		background-image: url('/images/leftmarginbot.gif');
		background-repeat: no-repeat;
	
		}

#mbod {
		min-width: 500px;
		background-color: #d1d3d4;
		margin-left: 100px;
		margin-right: 10px;
		margin-top: 10px;
		z-index:-1
		}
#foot {
		width:100%;
		height: 50px;
		background-color: #d1d3d4;
		}
#rcol {
		float: right;
		width:300px;
		border:1px solid gray;
      padding: 10px 10px 10px 10px;
      font-size:small;   
}
#scol {
		float: right;
		width: auto;
		padding: 10px;
		border:1px solid gray;
        
}


.cpy {
	font-size: 10px;
	text-align: center;
}		

.title {font-size: 32px;
	color: #000000;
	font-weight: light;
	}
	
a:link {
			color: #9b5a0d;
			
}
a:visited {
			color: #9b5a0d;
	}
a:hover {
	color: #FF9900;
	
}
	
body {font-family: arial, helvetica, sans-serif;
	padding: 0;
	border: 0;
	margin: 0;
	background-color:#d1d3d4;
	}