/* CSS Document */
<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
	
	#leftcontent {
	position: absolute;
	left:10px;
	top:238px;
	width:200px;
	background:#fff;
	background-color: #FFFFFF;
		}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:271px;
		padding:5px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:271px;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:238px;
		width:207px;
		padding-right:50px;
		background:#fff;
		}
	
	#banner {
	background:#fff;
	height:233px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:233px;
	align:center;
	background-color: #FFFFFF;
		}
	html>body #banner {
		height:233px;
		}
		
	p,h1,pre {
		margin:0px 5px 5px 10px;
		}
		
	h1 {
		font-family:"Times New Roman", Times, serif;
		font-size:26px;
		font-weight:500;
		color:#660000;
		padding-top:10px;
		padding-left:10px;
		}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	h2 {
	font-size:16px;
	padding-top:10px;
	font-weight:400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}	
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
	#footer {
		width:100%;
		clear:both;
		height:50px;
		border-top:1px solid #000;
		background-color: #FFF;
		color: #000000;
		text-align:center;
		position:relative;
		}
	* html #footer {/*only ie gets this style*/
		\height:52px;/* for ie5 */
		he\ight:50px;/* for ie6 */
		}
	a:link {
	color: #0066FF;
	text-decoration: none;
}
	
</style>


a:visited {
	color: #4E311A;
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}

