	
	
body{
	background: "images/background.gif";
	background-color: rgb(220,255,255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	}
	#headerbar {
		position: fixed;
//        width: 100%;
        /*height: 15%;*/
		height: 90px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
		background-color: lightblue;
		/*display:static;*/ 
      }
      #sidebar {
        float:left;
		position: fixed;
        width: 150px;
        height: auto;
        top: 90px;
		left: 0;
        /*right: auto;*/

        bottom: 100px;
        /*left: 0;*/
/*		padding:5px;*/
		background-color: lightblue;
      }
      #main {
        float:left;
		position: fixed;
/*        width: auto;
        height: auto;*/
        top: 90px;
        right: 0;
        bottom: 100px;
        left: 150px;
      }
      #footer {
        float:left;
		position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
		background-color: lightblue;
      }
	  .bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.heading{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
}

.webLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration:none;
	}
.Links {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
}
.Links a:link{color: 000099; background-color:lightblue; text-decoration: none;padding: 0px 0px 0px 2px; } 
.Links a:visited{color: #0066CC; background-color: lightblue;text-decoration: none;padding: 0px 0px 0px 2px;} 
.Links a:hover{background-color: 000099; color: 00CCFF;text-decoration: none;padding: 0px 0px 0px 2px;}
.Links a:active{background-color: 000099 ;color: #0066CC;text-decoration: none;padding: 0px 0px 0px 2px;}
	
	
a:link{color:000099;} 
a:visited{color:000066;} 
a:hover{color:0099FF;}
a:active{color:0033CC;}
	
	