/* CSS Document */

#BasePage {
}
body {
}
#menu-buttons {
	background-color:#d8d8d8;
	width:900px;
	height: 1.25em;
	padding:0;
	top:110px;
	margin:0;
	font-size:90%;
	padding-top:2px;
	padding-bottom: 4px;
	border-bottom:#d8d8d8 solid 2px;

}
#menu-buttons li{
	border-top:#009900 solid 1px;
	border-left:#009900 solid 1px;
	border-bottom:#003300 solid 2px;
	border-right:#003300 solid 2px;
	background-color:#2979c1;
	text-align:center;
	margin-right:2px;
}
#main-content {
	width: 900px;
	height:auto;
	overflow:visible;
	position:absolute;
	top: 83px;
	padding: 0px;
	font-size: 90%;
	background-color: none;
	z-index:50;
}
#home-button {position:absolute; top:-63px; right:20px; z-index:90;}

.starburst
{
display:block;
z-index:1000;
width:250px;
height:75px;
position:relative;
right:-350px;
top:-325px;
font-size:10px;
padding-top:175px;
background-image: url('sunburstB.png');
background-repeat: no-repeat;
text-align:center;
}

.starburst a
{
line-height:14px;
color: #009977;
font-size:12px;
}