#titlebar
{ 
	position:relative;		
	left:5px;
	top:5px;
	width:768px;
	text-align:center;
}

#footbar
{ 
					
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	width:768px;
	text-align:center;
}


#topnavbar
{
	position:relative;			
	left:5px;
	top:5px;
	width:768px;
	text-align:center;
}
#mainpart 
{   
	z-index:1;
	
	margin-left:5px;	
	margin-top:5px;
	width:768px;
}
#leftnav
{
	
	float: left;	
	left:5px;
	width:165px;
}
#mainbody
{
	float: left;		
	left:169px;
	width:472px;
}
#rightnav
{
	float: right;
	left:645px;
	width:126px; 
}

A {
  font-size: 10pt;
  text-decoration: none;
  color: #0000ff;
}
A.alpha {
  font-size: 10pt;
  text-decoration: none;
  color: #0000ff;
}
A:visited {
 
}
A:Hover {
  color: #ff0000;
  text-decoration: underline;
}
body {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
	font-family:Verdana, Tahoma, Arial;
}
ul     {
/*
       margin-left:  0px;
       padding-left: 0px
*/
       }

.smalllist
{
	font-size:8pt;
	list-style-type:circle;
	list-style-position:inside;
}

h1
{
 margin-bottom:3px;
 margin-left:5px;
 font-size:16pt;
}

h3
{
 margin-bottom:3px;


}



table.subtable
{
  border-style:solid;
  border-width:1px;
  border-color:white;
  padding-top:5px;
}
td
{

  border-style:solid;
  border-width:1px;

  font-family: "verdana";
  color: navy;
  font-size: 10pt;

}
td.noborder
{
  border-style:none;
  border-width:0px;
}
th
{
 background-color:#009900;
}
th.nav
{
 background-color:#990000;
}
th.head
{
 background-color:#000064;
 color: #ffffff;
}

td.body
{
/*
  background-color:#C4D9EC;  
*/
  border-color:#009900;
  padding-left: 3px;
}


td.nav
{
/*
 background-color:#edc3d8;
*/
 border-color:#990000;
}

td.head
{
/*
 background-color:#C4ECD8;
*/
 border-color:#000064;
}

td.rightnav
{
/*
 background-color:#6699CD;
*/
 border-color:#6699CD;
}

.field{
background-color:#FFFFFF ; 
width: 100%;
padding:1px 1px; 
font-size: 12; 
font-family: verdana, helvetica, arial; 
border: 2px #999999 solid;
color:navy;
}

.select{
background-color: #6699dd; ; 
padding:1px 1px; 
font-size: 10; 
font-family: arial, verdana, helvetica, arial; 
border: 2px #999999 solid;
color: white;
}

input{
height: 16pt;
font-family: arial; 
}

input.submit{
text-align: center;
width: 100%;
font-family: verdana, helvetica, arial; 
}

.special
{
  border-style:solid;
  border-width:1px;
  border-color:black;
  font-family: verdana;
  color: navy;
  font-size: 10pt;
	background-color:Silver;
}