BODY	{
		color: #000000; background:#bbc0bb;
		font-size:100%; font-family:Helvetica, Veranda, sans serif;
		margin-left:0px;
		margin-right:0px;
}

.mainbody
{
    position:absolute;
    top: 82px;
    left:145px; 
    width:81%;
    
    padding:0px;
    padding-top:40px;
    margin:0px;
    /*border: dashed 1px Red;*/
}

html>body .mainbody 
{
/*    width:100%;*/
    padding-top:40px;
}
/*
#sizemainbody 
{
    float:left;
    width:100%;
}
html>body #sizemainbody 
{
    width:10px;
    visibility:hidden;
    display:none;
}*/
/* end hack */
.error	{color:#ff0000; font-weight:bold;}
.alert  {color:#ff0000; font-weight:bold;}
.result {color:#007700; font-weight:bold;}


.grid
{
    border:solid 1px #808080;
    border-left:solid 0px;
    border-right:solid 0px;
    border-collapse:collapse;
}

.gridheader, .gridpager
{
    font-size:80%;
    background:#008800;
    color:White;
}
.gridheader
{
    font-weight:bold;
    font-size:100%;
}
.gridheader TH
{
    padding-right:12pt;
}

.gridheader A, .gridpager A
{
    color:White;
    background:#008800;
    text-decoration:none;
    font-weight:bold;
}
.gridrow
{
    border-left-width:0px;
    border-right-width:0px;
    text-decoration:none;
}

.gridrow TD
{
	padding-right:1em;
}

.gridrow img
{
	border:solid 0px white;
	padding:0px;
	margin:0px;
}

.selected
{
	background:#ffff88;
}

.alternating
{
    background:#dddddd;
}
.gridrow A
{
    text-decoration:none;
}

.shadow, .tightshadow
{
    margin: 0px 10px 20px 20px;
    padding:0px;
    background-image:url("../imgs/ui/shadow.png");
    position:relative;
    top:5px;
    left:3px;
}
.tightshadow 
{
    margin-bottom:3px;
}

.insideblock, h1, h3
{
    background:White;
    margin:0px;
    padding:10px;
    position:relative;
    top:-10px;
    left:-6px;
    border:solid 1px Black;
}
.insideblock P {
	margin: 10pt 0px 10pt 10px;
}
.insideblock IMG 
{
    margin-top:20px;
    position:relative;
}
h1, h3 
{
    background:Green;
    background-image:url("../imgs/ui/greenbrush.png");
    font-weight:bold;
    font-size:100%;
    color:White;
    padding:1px 1px 1px 4px;
}
h1 
{
    font-size:22pt;
}

h4 
{
    font-size:100%;
    font-weight:bold;
}
.centerdiv {
	text-align:center;
	margin: 0px 10px 25px 10px;
}

img {
	border: solid 1px Black;
	margin: 10px;	
}

.navbar 
{
    position:absolute;
    left:0px;
    top:82px;
    
    padding:90px 5px 10px 5px;
    background-image:url("../imgs/ui/menuback.gif");
    border-right: solid 1px Black;
    border-bottom: solid 1px Black;

    font-size:80%;

    width:143px; /* 133 + 5 + 5 */
}
html>body .navbar /* IE hack */
{
    width:133px;
}   
  
.navbar HR
{
    width:70%;
    text-align:center;
}
.navbar A 
{
    padding-left:5px;
    display: block;
    text-decoration:none;
    color:#006600;
}
.navbar A:hover 
{
    color:Red;
    text-decoration:underline;
}
.navheader 
{
    font-weight:bold;
    background-image:url("../imgs/ui/smrgt.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:13px;
    margin-bottom:0pt;
}
.logo 
{
    position:absolute;
    top:0px;
    left:0px;
    width:130px;
    height:130px;
    margin: 5px;
    margin-top: 10px;
    background-image:url("../imgs/ui/logo.png");
    background-repeat:no-repeat;
    z-index:15;
}
.logo P
{
    margin-top:130px;
    text-align:center;
    font-weight:bold;
    font-size:85%;
}

.banner {
	position: absolute;
	top: 0;
	height: 75px;
	width: 100%;
	background: white;
	color: black;
	background-image:url("../imgs/ui/banner.png");
	background-repeat:no-repeat;
}
#printbanner
{
    border-width:0px;
    display:none;
}
.banner P 
{
    float:right;
    font-style:italic;
    text-align:right;
    vertical-align:top;
    padding-right:10px;
    margin-top:3px;
}
.bannerbar 
{
    position:absolute;
    top:75px;
    height:5px;
    width:100%;
    background-color:#008800;
    border-bottom:solid 1px Black;
    border-top:solid 1px White;
    font-size:1px;
}

ul 
{
    margin-bottom:0px;
    margin-top:0px;
}

A:link 
{
    color: #009900;
}
A:active, .link 
{
    color:#00bb00;
}
A:visited 
{
    color:#008800;
}
A:hover 
{
    color: Red; text-decoration:underline;
}
A.anchor:hover 
{
    color: inherit;
    text-decoration:inherit;
}

TD 
{
    padding:0px;
    margin:0px;
    vertical-align:top;
}

P
{
	text-align:justify;
}

P.compact
{
	margin-top:0px;
	margin-bottom:2px;
}

UL.compact LI
{
	margin-left:0px;
	padding-left:0px;
}