.clr {clear: both;font-size: 1px;visibility: hidden;display: block;overflow: hidden;}

body{
  background-image: url('images/back.jpg'); 
  background-color:#4E7E16;
  background-repeat: repeat-x; 
  background-position: left top;

}
.rightTopFrame{
  width:547px;
  height:301px;
  text-align:left;
  background-image: url('images/header.jpg'); 
  background-repeat: no-repeat; 
  background-position: left top;

}
.leftFrame{
  height:550px;
  background-color:#FFFFFF;
  background-image: url('images/left-bg.jpg'); 
  background-repeat: repeat-y; 
  background-position: left top;
  border-right:solid 0px black;
}
.mainMenu{
	background-image:url('images/menu.jpg');
	width:190px;
	height:550px;
}

.mainFrame{
  background-color:#FFFFFF;
  text-align:center;
  background-image: url('images/main-bg.jpg'); 
  background-repeat: repeat-y; 
  abackground-position: right top;

}
.footFrame{
  width:738px;
  height:40px;
  background-image: url('images/foot.jpg');
  border:solid 0px black;
}

.basic{
	font:normal 13px Verdana;
	color:black;
	text-align:justify;
	width:480px;
}
a,a:visited,a:link{
  font-weight: bolder;
  color:black;
  text-decoration:none;
}
a:hover{
  color:gray;
  text-decoration:underline;
}

a.pageButton,a.pageButton:visited,a.pageButton:link{
  font-weight: bolder;
  font:bold 10px Verdana;
  color:black;
  text-decoration:none;
}
a.pageButton:hover{
  font:bold 10px Verdana;
  color:gray;
  text-decoration:none;
}
td{
font:normal 13px Verdana;
}

