/* CSS Document */
body {
	font-family:'century gothic';
	background-color: #C3C3C3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#TopBodyWhite{
	background:#FFFFFF; 
	border-left: 1px solid #909090; 
	border-top: 1px solid #909090; 
	border-right: 1px solid #909090; 
	width:798px;
}

#BottomBodyWhite{
	background:#FFFFFF; 
	border-left: 1px solid #909090; 
	border-bottom: 1px solid #909090; 
	border-right: 1px solid #909090; 
	width:798px; 
}

#LoginArea{
	width:280px; 
	float:left; 
	display:inline; 
	text-align:right; 
	padding-right:10px;  
	margin-left:100px; 
	font-family:'century gothic'; 
	font-size:12px; 
	margin-top:10px;
}

#GreenArea{
	background:url(/images/Background_slice_outside.gif); 
	background-repeat:repeat-x; 
	border-top: 1px solid #B6C74B;
}

#GreenContainer{
	background:url(/images/Background_inside_box.gif); 
	width:800px; 
	height:200px; 
	position:relative;
}

#GreenAreaSML{
	background:url(/images/Background_slice_outside.gif) bottom; 
	background-repeat:repeat-x; 
	border-top: 1px solid #B6C74B;
	height:80px;
}

#GreenContainerSML{
	background:url(/images/Background_inside_box.gif) bottom; 
	width:800px; 
	height:80px; 
	position:relative;
}

#menubox{
	float:left; 
	display:inline; 
	height:28px;
	padding-top:4px;
}

a.MenuItem{
	font-size:17px; 
	font-weight:bold;
	font-family:'century gothic';
	text-decoration:none;
	color:#000000;
	margin-left:20px;
	margin-right:20px;
	vertical-align:middle;
}

a.MenuItem:hover{
	background-color:#EEF1D7;
	color:#990000;
}

.submitbutton{
	background-color:#FFF4E6; 
	border: 1px solid #999999;
	font-size:16px;
}
.submitbutton:hover{
	background-color:#C6FFC7; 
}