body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#999999;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3366cc;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000099;
}

a:visited {
  color: #000099;
 
}

a:hover {
color: #000099;

	
}

a:active {
	color: #000000;
}

.sidetable {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
}
.sidetablerb {
	background-image: url(images/barrb.jpg);
	background-repeat: no-repeat;
}
.maintable {
	border: thin solid #333333;
}#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100%;
background-color: #ccc;
border-bottom: 1px solid #cccc66;
font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #3366cc;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #cccc66;
color: #3366cc;
}
#navcontainerh ul
{
padding-left: 0;
margin-left: 0;
background-color: #ccc;
color: #cccc66;
float: center;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
}

#navcontainerh ul li { display: inline; }

#navcontainerh ul li a
{
padding: 0.2em 1em;
background-color: #ccc;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainerh ul li a:hover
{
background-color: #ffffff;
color: #143a9b;
}