.loginbox
{
Background-Color: #E0E0E0;
}
.maintable
{
Border: 1px solid #003366;
Background-Color: #F3F3F3;
}
.menubg1
{
Background-Color: #E0E0E0;
}
.result
{
Border: 0px solid #003366;
Background-Color: #FFFFFF;
Font-Size: 80%;
}
.result .evenrow
{
	background-color: #E9ECDB;
	background-image: url(../images/even_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.result .oddrow
{
	background-color: #E3E9E9;
	background-image: url(../images/odd_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.result A
{
    font-family:"Tahoma";
	font-size:11px;
	font-weight:normal;
	color:#0000ff;
	text-decoration:underline;	
}
.result A:hover
{
    font-family:"Tahoma";
	font-size:11px;
	font-weight:normal;
	color:#0000ff;
	text-decoration:underline;
}
.result TH
{
	background-image: url(../images/google_bar.gif);	
	background-repeat:repeat-x;	
}
.tableheader
{
Border-Bottom: 1px dashed #c0c0c0;
Background-Color: #f2f2f2;
Font-Size: 80%;
Font-Weight: bold;
}
.tablerow
{
Border-Bottom: 1px solid black;
}
/*A
{
Color: #000000;
Font-Size: 80%;
}
A:hover
{
Color: #FF0000;
Text-Decoration: underline;
}
*/
/*
div.menu a:hover
{
Color: #004080;
Background: #E0E0E0;
}
*/
/*
html body
{
Font-Family: Arial;
Color: #004080;
}
*/
table.menu #menuon A
{
Background: #E0E0E0;
}
/*
table.menu a
{
Text-Decoration: none;
Color: #004080;
Font-Weight: bold;
Background: #E7E7E7;
Font-Size: 80%;
Border: 0px solid #C0C0C0;
}*/

.bkgnd2 {
	position:absolute; /*needed to expand to full height beyond content in FF */	
	height:auto; /* FF needs this setting to expand div to fit long content */	
	width:100%;
	top: 155px;	
	right: 0px;
	bottom:90px;
	background-color:#91D2AC;	
	background-repeat:repeat-y;
	text-align:center; /*centers #main in old IE*/
	}

.main_bg1 {
	background-color:#FFFFFF;
	border:1px solid #365436;
	background-repeat:repeat-y;	
	width: 90%;
	/*min-height:900px;
	height:auto !important;
	height:900px;*/
	left:0%;
	right:10%;
	position:absolute;
}


html, body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	background-color:#EEF9F3;
}


.menu_bg1 {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-left:solid 1px #9F9F9F;
    height:19px;
}
.menu_bg2 {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-right:solid 1px #9F9F9F;
    height:19px;
}
.menu_links{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;	

}
.menu_links:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;	
}
.menu_bg3 {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-left:solid 1px #9F9F9F;
    height:19px;
	border-bottom:solid 1px #9F9F9F;
}
.menu_bg4 {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-right:solid 1px #9F9F9F;
    height:19px;
	border-bottom:solid 1px #9F9F9F;
}

.containwidth
{
	width:75%;
}
