body {  
   font-family: verdana,tahoma,arial;
   font-weight: normal; 
   font-size: 11px;    
   margin: 0px;
   display: block;
   //background: url('gfx/bg.jpg') no-repeat center top;  
   
   background-image: url('gfx/bg.jpg'); 
   background-repeat: repeat-x;      
   background-color: #e0e0ff;
}
#top-center-logo {
	width: 950px;
	margin: 0px auto;
}
#top-center {
    width: 950px;
	margin: 0px auto;
	padding: 00px;
	background-color: #ffffff;
	border: 1px solid #0865a5;
}
#topMenu {
  	width:100%;
  	height: 22px;
  	background-color: #0865a5;
  	padding-top:8px;
}

#body {
  	padding:10px;
}

div.topMenuElem {
  text-align:center;
  float:left;
  width:140px;
}

div.infobox {
 	background-color: #e0e0ff;
	border: 1px solid #d07070;
	padding: 8px;
}
a.topMenu, a.topMenu:active, a.topMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 

}
a.topMenu:hover {
	color: #e0e0FF;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline; 
}

a, a:active, a:visited {
	color: #0865a5;
	text-decoration: none;
	font-weight: bold; 

}
a:hover {
	color: #28855;
	text-decoration: underline;
	font-weight: bold;
	text-decoration:underline; 
}

td.listHeader {
  font-weight: bold; 
  font-size: 11px; 
  color: #f0f0f0;
  height: 24px;
  background-color: #002F64;
}

td {
  font-size: 11px; 
  padding: 3px;
  background-color: #ECF3FA;
  border-bottom: 1px dotted #DAECF6;
}

