html
{
  background       : #eaeaea url('images/bg.jpg') repeat-x;
}
body 
{
  color            : #000000;
  margin-top       : 10px;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-bottom    : 20px;
  padding          : 0px;
  background-color : #ffffff;
  font-family      : arial, sans-serif;
  font-size        : 12px;
  background       : #eaeaea url('images/bg.jpg') repeat-x;
  /*background-image : url('images/bg.jpg'); */
  /*background-repeat: repeat-x;*/
}
#hd, #bd
{
  background-color : #ffffff;
}
div.yui-u
{
  padding: 2px 2px 2px 2px;
}
td, tr, p, div 
{
  font-family      : Verdana, Arial, Helvetica;
  font-size        : 12px;
  color            : #333333;
}
table.menu
{
  border			: 1px solid #333333;
  background		: url('images/menu_bg.gif');
  width				: 99%;
}
img.border
{
  border			: 1px solid #000000;
}
div.maintable
{
	float: none;
	padding: 15px 15px 15px 15px;
	text-align: justify;
	height: 500px;
}
	
table.maintable 
{
	height: 500px;
	width: 99%;
	background-color: #ffffff;
}
ul#mainlevel-nav {
  list-style        : none;
  padding           : 0;
  margin            : 0;
  font-size         : 0.8em;
}
ul#mainlevel-nav li {
  display           : block;
  background-image  : none;
  padding-left      : 0px;
  padding-right     : 0px;
  float             : left;
  margin            : 0;
  /*width             : auto !important;*/
  width             : 15%;
  font-size         : 11px;
  line-height       : 21px;
  white-space       : nowrap;
  border-right      : 1px solid #cccccc;
  text-align		: center;
}
ul#mainlevel-nav li a {
  width             : 100%;
  display           : block;
  padding-left      : 15px;
  padding-right     : 15px;
  text-decoration   : none;
  color             : #333333;
  background        : transparent;
}
ul#mainlevel-nav li a:hover{
  color            : #FF9900;
}
a
{
	color: #333333;
	text-decoration: underline;
}
h1
{
	font-size: 18px;
	font-weight: bolder;
}
h2
{
	font-size: 14px;
	font-weight: bolder;
}
hr
{
	border: 1px dashed #333333;
}
a:hover 
{ 
	color: #FF9900;
	text-decoration: none;
}
TABLE.footertable
{
	font-family     : Verdana, Arial, Helvetica;
	font-size		: 11px;
	font-weight		: bold;
	width: 750px;
}
