	a:link { 
		color: #000033;
		font-size:    12px;
		}

	a:visited { 
		color: #660000;
		font-size:    12px;
		}

	a:hover { 
		color: #CCCCCC;
		background-color: #FFFF00;
		text-decoration: none;
		font-size:    12px;
		}

	a:active { 
		color: #993300;
		font-size:    12px;
		}

	body {
		background: #000033;
		background-image:url('images/apllogo.gif');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: bottom center;
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family: helvetica,arial,sans-serif;
		text-align:justify;
		}
	
	#mainright {
		width:25%;
		float:right;
		background:#FAF5A8;
		opacity: .6;
		padding-bottom:10px;
		padding-top:10px;
		margin-left:7%;
		line-height: 170%;
		font-size:    12px;
		}
	
	#maincenter {
		width:34%;
		float:left;
		background:#000033;
		padding-bottom:10px;
		opacity: .8;
		color:#FFF;
		font-size:    12px;
		line-height: 230%;
		}
	
	#mainleft {
		width:25%;
		float:left;
		background:#FAF5A8;
		padding-bottom:10px;
		padding-top:10px;
		opacity: .6;
		margin-right:7%;
		font-size:    12px;
		line-height: 170%;
		}
	
	#banner {
		background:#993300;
		text-align:right;
		letter-spacing: 18px;
		font-size:14px;
           	font-weight: lighter;
		text-transform:uppercase;
		padding:5px;
		line height: 10px; 
		color:#FFFF00;
		opacity: .8;
		}

	#adbar {
		clear:both;
		padding:20px;
		align:middle;
		}
		
	#copyright {
		clear:both;
		font-size: 9px;
		color:#FFF;
		font-style: italic;
		text-align:center;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		}