/* y[W?CAEgpCSS */
BODY{
	margin : 0px;margin-bottom : 0px;
	padding : 0px;
	
	
	
	background-repeat : no-repeat;
	
  
  background-attachment : fixed;
  
  
  
  
  scrollbar-base-color : #c0c0c0;
  

  
  
  width : 100%;
}
.side1 ul:link {
	color: #0000ff;
}
.side1 ul:visited {
	color: #990099;
}
.side2 ul:link {
	color: #0000ff;
}
.side2 ul:visited {
	color: #990099;
}
#HEADER{
  background-image : url(../img/headerimg.jpg);
  
  height : 80px;
  font-size : 12pt;
  color : green;
  background-repeat : no-repeat;
  border-bottom-width : 1px;
  border-bottom-style : ridge;
  border-bottom-color : #e4e4e4;
  background-color : white;
background-position : left center;
  text-align : right;
}
#CONTENTS{
  background-image : url(../img/back.jpg);
  padding-bottom : 10px;
  
  
  
  
  
  text-align : center;
  
  

  

  width : 80%;
  
  position : relative;
  left : 10%;
}
#FOOTER{
  background-color : #e7e7e7;
  border-top-width : 1px;
  border-top-style : ridge;
  border-top-color : #e4e4e4;
  font-size : 10pt;
  clear : both;
  
  

  
  

  
}
#SIDE-L{
  width : 24.5%;
  float : left;
}
#MAIN{
  width : 74.5%;
  float : right;
  text-align : center;
  padding-left : 5px;
  padding-top : 5px;
  
}
B{
  font-weight : bold;
  color : black;
}
UL#FMENU{
  font-size : 10pt;
  
  
  
  
  
  
  
  
  
  

  
  display : inline;
  
  text-align : right;
  margin-right : 300px;
}
UL#FMENU LI{
  font-size : 10pt;
  float : left;
  margin-left : 5px;
  display : block;
  text-align : left;
  background-color : #006699;
  padding-left : 2px;
  padding-right : 2px;
}
A{
  color : blue;
  text-decoration : none;
}
A:link{
  color : blue;
  text-decoration : none;
}
A:visited{
  color : purple;
  text-decoration : none;
}
A:active{
  color : fuchsia;
}
A:hover{
  color : fuchsia;
  text-decoration : underline;
}