 #Top  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	clip: rect(auto auto auto 500);
	z-index: 1;



}

body {
    scrollbar-face-color:#FFFF00;
	scrollbar-highlight-color:#FFFF99;
	scrollbar-3dlight-color:#0000cc;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#0000cc;
	scrollbar-arrow-color:#0000CC;
	scrollbar-track-color:#ffffff;  
	}
	               	   
.imageright {
	float: right;
	position: absolute;
	margin-top: 0px;
	margin-right: 5px;
	width: 97px;
	height: 76px;
	right: 15px;
	left: 746px;
	top: 0px;
	z-index: 2;

	}
		
.imageleft {
	float: left;
	margin-left: 0px;
	left: 3px;
	top: 2px;
	position: absolute;
	width: 546px;
	height: 76px;
	z-index: 2;


	}			   



#leftpanel {
	position: absolute;
	top: 200px; /* resize these bits to liking */
	left: 5;
	width: 150px; /* works best with fixed  
               width right - left divs*/
	height: 364px;
        }     

#rightpanel {
	position: absolute;
	top: 200px;
	right: 0;
	width: 250px;
       } 

#content { 
        position: relative; 
        top: 140px; 
        padding-left: 170px; /* 20px to play with */ 
        padding-right: 270px; /* 20px to play with */ 
       } 

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #0000CC;
}
           
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	margin: 0px;
	padding: 5px;
	text-align: left;
	text-indent: 0pt;
       }

		   

.BottomMenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #0000CC;
	text-align: center;
	font-weight: bolder;
}

a:link {
	color: Blue;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: Blue;
	background-color: yellow;
	text-decoration: none;
	}

a:active {
	color: red;
	background-color: yellow;
	text-decoration: none;
	}

.textbottom {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
    
       }
			   
	
.hostedby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	background-color: #FFFF00;

}

.validation {
        margin-left: 10%;
	}
