/* CSS Document */

<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 10px 10px;
		padding:0px;
		}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:90px;
		width:160px;
		background: #fff;
		padding: 0px;
		margin-left:0px;
		margin-bottom:0px;
		}
	

	UL {
	list-style: none;
		}
		
	li {
		list-style: none;
		}
	#centercontent {
   		margin-top: 40px;
		margin-left: 33%;
		margin-right: 18%;
   		width: 55%;		
		padding: 20px 20px 10px 50px;
		border-bottom:3px solid maroon;
		border-left: 1px solid maroon;
		background:#fff;
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 111px;
   		margin-right:90px;
		}
		
html>body #centercontent {
   		margin-left: 111px;
   		margin-right:111px;
		}

#rightcontent {
	position: absolute;
	top: 100px;
	width:120px;
	margin-left: 0px;
	padding-left:10px;
	right:3%;
	background:#cc9999;
	border: 0px solid #000;
	border-left: 1px solid #000;
	background: #fff;
	left: 82%;

		}	
#rightcontent2 {
		position: absolute;
		left:78%;
		right: 50px;
		top:320px;
		width:100px;
		padding: 3px;
		background:#993333;
		border:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		margin: 3px;
		margin-right: 30px;
		}
#footer {
	clear: all;
	margin: 9px 10px;
	padding: 0px 10px;
	background:#fff;
	border-bottom: 4px solid #800000;
}
	
	#banner {
		
		height:40px;
		padding: 2px;
		padding-right: 1px;
		border-top:1px solid #000;
		border-right:0px solid #000;
		border-left:0px solid #000;
		border-bottom:3px solid #800000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		padding: 0px;
		padding-right: 1px;
		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 0px 0px 0px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#centercontent p {
		font-size: 12px;
		line-height: 130%;
		}
	#centercontent h3 {
		font-size:12px;
		font-weight: bolder;
		line-height: 100%;
		margin:6px 0px 2px 0px;
		}
	
	#leftcontent h3 {
		font-size:10px;
		font-weight: bolder;
		line-height: 130%;
		}
		
	a:link {
		text-decoration: none;
		text-color: blue;
		}
	
	a:visited {
		text-decoration: none;
		text-color: red;
		}	
	
	a:hover {
		text-decoration: none;
		background: #ccc;
		text-color: black;
		}
		
	a:active {
		text-decoration: none;
		text-color: yellow;
		}	
	

			
	#leftcontent #centercontent h1 {
		margin-left:-30px;
		}
	#rightcontent  p {
		font-size:10px;
		font-weight: normal;
		}
	
	#rightcontent2  p {
		font-size:10px;
		font-weight: normal;
		background: white;
		color: black;
		padding: .5em;
		}				
		
	#leftcontent  p {
		font-size:11px;
		font-weight: normal;
		}
	
	#centercontent img{	
		margin-bottom: 10px;
		
		}
	#rightcontent2  h2 {
		color: white;
		padding-bottom: 1px;
		margin-bottom: 1px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}	
	

</style>
