body {
  background-image: url(images/bodyBg.jpg);
  background-repeat: repeat-x;
  background-color: #00A4E6; 
  background-attachment: fixed;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #654A57; }

td {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #654A57; }

h2 {
  font-family: Tahoma, sans-serif;
  font-size: 21px;  
  line-height: 22px; }
  
a {
  color: #BE0A58;
  font-weight: bold; }
  
a:hover { color: #66ccff; }

#thumb a img {
  margin: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #66ccff; 
  border-top: 1px solid #66ccff; }  
  
#mainContainer { width: 845px; }
  

.welcome {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 15px; }
  
  
#panel_main {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #DBE9FF;
  margin-bottom: 5px;
  width: 845px;
  border: 1px solid #0071BC; }
  
  
#panel_post {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #DBE9FF;
  margin-bottom: 5px;
  width: 504px;
  float: left;
  border: 1px solid #0071BC; }
  
  
#panel_right {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #DBE9FF;
  margin-bottom: 5px;
  width: 165px;
  display: inline;
  float: left;
  border: 1px solid #0071BC; }

#panel_right a {
  width: 149px;
  text-align: left;
  display: block;
  background-color: #DBE9FF; 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #333399;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }
  
#panel_right a:hover {
  background-image: url(images/aHover.gif);
  color: #fff; }

#panel_right a img {
  text-align: center;
  display: block;
  background-color: #DBE9FF; }
  
#panel_right a:hover img {
   background-image: url(images/aimghover.gif);  
   color: #fff; }

#panel_right2 {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #DBE9FF;
  margin-bottom: 5px;
  display: inline;
  width: 165px;
  float: right;
  border: 1px solid #0071BC; }
  
#panel_right2 a {
  width: 149px;
  text-align: center;
  display: block;
  background-color: #DBE9FF; 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #333399;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }

#panel_right2a {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #DBE9FF;
  margin-bottom: 5px;
  display: inline;
  width: 165px;
  float: right;
  border: 1px solid #0071BC; }
  
#panel_right2a a {
  width: 149px;
  text-align: left;
  display: block;
  background-color: #DBE9FF; 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #333399;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }
  
#panel_right2a a:hover {
  background-image: url(images/aHover.gif);
  color: #fff; }
  
#columnHeader {
  background-image: url(images/columnHeaderBg.gif);
  background-repeat: no-repeat;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  line-height: 23px;
  width: 149px;
  margin-top: 10px;
  margin-bottom: 1px;
  height: 23px;
  font-weight: bold;
  color: #fff; }
 
  
li {
	text-align: left;
	list-style: none;
	margin-left: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}  