* {
	margin: 0px;
	padding: 0px;
}
	
	body {
		background: #d1c093;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#innerwrapper {
		background: #fff;
		float:left;
		margin:10px 0 0 0;
	}
	
	#wrapper {
		width: 760px;
		margin: 0 auto;
		background: #fff;
		overflow:hidden;
	}
	
	#banner {
		background: #fff url(images/banner.gif) no-repeat;
		overflow:hidden;
		width: 760px;
		height: 281px;
		float: left;	
		clear:both;	
		margin:15px 0 0 0;
	}
	
	#topBanner {
		background: #fff url(images/topBanner.gif) no-repeat;
		overflow:hidden;
		width: 760px;
		height: 98px;
		float: left;	
		clear:both;	
		text-indent: -9999em;
	}
		
	#nav {
		width: 760px;
		height: 20px;
		float:left;
		padding: 57px 0 0 421px;
	}
	
	#nav p {
		color:#fff;
		font-size:14px;
		text-decoration:none;
	}
	
	#nav a {
		color:#fff;
		font-size:14px;
		text-decoration:none;
	}
		
	#nav a:hover {
		text-decoration:underline;
		color:#fff
	}
	
	#announce {
		width:218px;
		float: left;
		padding: 0 0 0 10px;
		clear:both;
	}
	#announce h2 {
		margin: 10px 0 10px 0;
		font-weight: bold;
		font-size: 12px;
	}
	#announce p {
		font-size: 10px;	
	}
	
	.info {
		width:218px;
		height:400px;
		float: left;
		padding: 0 0 0 10px;
		font-size:12px;
		border-right:1px solid #000000;
	}
	
	.info h2 {
		font-weight:normal;
		font-size:18 px;
		margin-bottom:5px;
	}
	
	.rows {
		width: 401px;
		height:  450px;
		float: left;
		padding:10px 0 0 0;
		font-size:12px;
	}
	
	#col2 {
		float:left;
		width: 500px;
		margin:0 0 0 20px;		
	}
	#col2 p {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 16px;
	}
	#col2 h2 {
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#col2 ul li {
		font-size:12px;
		margin:0 0 0 20px;
	}
	
	#side1 {
		width:235px;
		float:left;
	}
	
	#side1 h2 {
		font-size:14px;
		margin-bottom: 5px;
	}
	
	#side2 h2 {
		font-size:14px;
		margin-bottom: 5px;
	}
	
	#side2 {
		width:250px;
		float:left;
		padding: 0 0 0 15px;
	}
	
	#footer {
		clear:both;
		padding: 40px 0 10px 0;
		margin: 0 0 10px 0;
	}
	#footer p {
		font-size: 10px;
		margin: 0 0 0 10px;
		float: left;
		color: #878b96;
	}
	#footer ul {
		float: right;
	}
	#footer ul li {
		list-style-type:none;
		font-size: 10px;
		float: left;
		padding:0 0 0 5px;
		color: #878b96;
	}
	#footer ul li a {
		font-size: 10px;
		color: #878b96;
		text-decoration: none;
		padding: 0 5px 0 0;
	}
	#footer ul li a:hover {
		text-decoration: underline;
	}
	#ext_footer {
		width: 760px;
		margin: 0 auto;
	}
	#ext_footer p {
		font-size: 10px;
		color: #cb8529;
		margin: 10px 0 10px 10px;
	}
	#ext_footer a {
		color: #cb8529;
		text-decoration: none;
	}
	#ext_footer a:hover {
		text-decoration: underline;
	}

	
