body {
	background-color: #FCF1B1;
}
#container {
   margin: 1%;
   padding: 0;
   width: 97%;
   background-color: #FCF1B1;
}
#header {
	margin: 20px 80px 0px 79px;
	background: #ffffff;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: 0 solid #ffffff;
	border-left: thin solid #333333;
	padding: 9px;
	vertical-align:middle;
}
#mainpaper {
	margin: 0px 80px 20px 79px;
	background: #f5f5f5;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
	padding: 10px;
	padding-left: 25px;
	position:relative
}
.abox {
	margin: 0px 80px 20px 79px;
	background: #f5f5f5;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
	padding: 25px;
	position:relative
}
.HeaderText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	padding: 1px;
}
.SubText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	padding: 3px;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 3px;
}
.BulletLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
LI.BulletsGrey {
	list-style: square outside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	padding: 3px;

}
