/**
*	style_top.css - Stylesheet for the top
*   Imported into other style sheets. Must not be dependent on sitebase.css
*/

table.top{
	background-color:#28456F;
}

.top_MainHeader{
    font-size: 21px;
	font-family: Times New Roman, Times;
    color: #FFFFFF;
	position:absolute;
	left:157px; 
	top:21px;
	white-space: nowrap;
}

.top_SubHeader{
    font-size: 18px;
	font-family: Times New Roman, Times;
    color: #FFFFFF;
	position:absolute;
	left:157px; 
	top:45px;
	white-space: nowrap;
}

.top_Menu{
	margin-top: 5px;
	margin-right: 5px;
	color: #BCA64D;
	font-weight: bold;
	float:right;
	vertical-align: top;
}

.top_Search{
	position:absolute;
	left:592px; 
	top:40px;
	white-space: nowrap;
}

.top_Search input{
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

a.top_MenuItem{
	font-size: x-small;
    color: white;
	font-weight: normal;
}

.topForm{
	margin: 0px;
	padding:0px;
}

a.top_MenuItem:visited
{
    color: white;
}

a.top_MenuItem:hover{
    color: white;
}

a.top_MenuItem:link{
    color: white;
}


div.logo{
	position:absolute; 
	left:0px; 
	top:0px;
}

td.topTD{
	vertical-align:top;
}

.topBackground{
	background-color: #28456f;
}


