
body { 
            font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif; 
            background-color: #87CEFA;
		margin:10px 10px 0px 10px;
		padding:0px;
   
color: #00008B;
}

a { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #00008b; text-decoration: underline}

a:hover { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #00008b; background-color: #00FFFF}


hr{ color:#87CEFA; background-color:#0000FF; width:90%; height:3px; } 

.note { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; 
font-weight: bold;} 

#button{
 width:300px;
 background: #F5FFFA ;
}

	#leftcontent {
		position: absolute;
		left:10px;
		top:100px;
		width:130px;
		background-color: #F5FFFA;
	
		}

	#centercontent {
		background-color: #FFFFFF;
   		margin-left: 129px;
   		margin-right:129px;
		border:1px solid #000;
			
		/*
		The followin hack is explained at 	
		 http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 131px;
   		margin-right:131px;
		}
	html>body #centercontent {
   		margin-left: 131px;
   		margin-right:131px;
   	
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:103px;
		width:130px;
		background-color: #F0F8FF;
		
		}
	
	#banner {
		background-color: #F5FFFA;
		height:89px;
	
		voice-family: "\"}\"";
		voice-family: inherit;
		height:90px;
		}
	html>body #banner {
		height:90px;
		}
		
	p,h1,h2,h3 {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:24px;
		padding-top:5px;
		}
		
	h2 {
		font-size:18px;
		padding-top:5px;
		}
		
	h3 {
		font-size:16px;
		padding-top:5px;
		}
		
	#banner h1 {
		font-size:24px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
		
	#banner h2 {
		font-size:18px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}


