* {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
}
.pad20bottom{
	padding:0 0 20px 0;
}
body{
	background-color:#efefef;
}
ul{
	list-style-type:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.inline{
	display:inline;
}
.overflow{
	overflow:hidden;
}
.vertal{
	vertical-align:top;
}
.grey-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
.dark-grey-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
.textbut {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	border: 1px solid #999999;
}
.form{
	width:472px;
	padding:0 0 20px 0;
}
h2{
	font-family:Trebuchet, Trebuchet MS;
	font-size:36px;
	font-weight:normal;
	color:#fb933e;
}
.form-top{
	width:452px;
	height:23px;
	padding: 15px 0 0 20px;
	background-image:url(../images/form-top.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.form-bottom{
	widows:472px;
	height:20px;
	background-image:url(../images/form-bottom.jpg);
	background-repeat:no-repeat;
}
.form-body{
	padding:20px 0 0 0;
	background-image:url(../images/form-body.jpg);
	background-repeat:repeat-y;
}
.form-body-inner{
	margin:0 auto;
	width:452px;
	background-image:url(../images/form-body-inner-background.jpg);
	background-repeat:repeat-x;
	background-color:#dde2e6;
}
.separator{
	background-image:url(../images/separator.gif);
	background-repeat: no-repeat;
}
.textbut2 {
	width: 420px;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 1px;
	padding: 1px;
	border: 3px solid #f0f0f0;
}
#header-back{
	height:126px;
	background-image:url(../images/header-background.jpg);
	background-repeat:repeat-x
}
#header{
	margin:0 auto;
	width:986px;
	height:63px;
	padding:35px 0 28px 0;
}
#marquee-background{
	height:177px;
	margin:0 0 15px 0;
	background-image:url(../images/marquee-background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
#footer-background{
	margin:20px 0 0 0;
	height:46px;
	padding:4px 0 0 0;
	background-image:url(../images/footer-background.jpg);
	background-repeat:repeat-x;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	text-align:center;
}
#main-body{
	margin:0 auto;
	padding: 0 0 20px 0;
	width:986px;
}
#main-content-top{
	float:left;
	width:976px;
	height:20px;
	background-image:url(../images/main-content-top.jpg);
	background-repeat:no-repeat;
}
#main-content-bottom{
	float:left;
	width:976px;
	height:20px;
	padding: 0 0 20px 0;
	background-image:url(../images/main-content-bottom.jpg);
	background-repeat:no-repeat;
}
#main-content-body{
	float:left;
	width:936px;
	padding:20px;
	background-image:url(../images/main-content-body.jpg);
	background-repeat:repeat-y;
}

/* 
CSS for PHP
*/

.errorText {
color:#FF0000;
}

.errorTextSmall {
color:#FF0000;
font-size:9px;
}

.errorLI {
list-style:circle;
}

.errorList {
list-style:circle;
padding-left:10px;
}
/*
Calendar
*/

.calpick { /* date numbers */
	background-color:#cfdae2; /*#dde2e6;*/
	cursor:pointer;
	text-decoration:underline;
	color: #000000;
}

.normalSmall { /* date numbers */
	background-color:#cfdae2;
	color: #000000;
}

.verySmall { /* month name */
	background-color:#cfdae2;
	color: #000000;
}

.smallText { /* For MM/DD/YYYY */
font-size:9px;
}