body	{
	color: #000000;
/*	background-color: #eeeeff; */
	background-color: #f1eee9;
	margin: 0;
	padding: 0;
}

.normal {
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.h1	{
	text-align: center;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #880000;
}

.titlebox       {
	border: 1px solid #440000;	
	margin: 3px;
	padding: 0px;
	font-size: 10px;
	background-color: #fefaf1;
}

a:link	{
	text-decoration: none;
	color: #003300;
}

a:visited	{
	text-decoration: none;
	color: #726461;
}

a:hover	{
	text-decoration: none;
	color: #841212;
	background-color: #fff0c0;
}

a:active	{
	text-decoration: none;
	color: #ff0000;
}


.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a.phplmnormal:hover	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #fff0c0;
}

a.phplm:link	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #726461;
}

a.phplm:hover	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #841212;
	background-color: #fff0c0;
}

a.phplm:active	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}


#toolbar
{
    height: 21px;
    width: 99%;
    background: #B2CCF7;
    border: 1px solid #002d96;
    margin-bottom: 5px;
}

#toolbar input
{
    vertical-align: top;
}

#toolbar div
{
    margin-top: 1px;
}

#toolbar img
{
    height: 16px;
    width: 16px;
    border: 1px solid #B2CCF7;
}

#toolbar img.raised
{
    border: 1px outset black;
}

#toolbar img.pressed
{
    border: 1px inset gray;
}

#toolbar #tlbSearch
{
    margin: 1px 1px;
    float: left;
    
}

#toolbar #tlbOther
{
    margin-top: 1px;
    margin-left: 122px;
    text-align: right;
}

#toolbar #fldSearch
{
    font-size: 7pt;
    background: white;
    width: 7em;
}

#copyright
{
	text-align: center;
    font-style: italic;
    font-size: 7pt;
}

#navcontainer { width: 98%; }

#navcontainer ul
{
margin-left: 3px;
margin-right: 5px;
padding-left: 0;
list-style-type: none;
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100%;
font-size: 8pt;
background-color: #036;
border-bottom: 1px solid #eee;
}

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

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
