@charset "utf-8";
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #b5c6e2 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}
#headerWrap {background:url(images/header02.gif) no-repeat; height: 120px;}
#hdrText {font-size:18px; color:#f1d788; float:left; padding-left: 555px; padding-top: 93px;}

#content { background: #ffffff url(images/pageBack.gif) no-repeat;}
#bodyContent {padding-left: 20px; padding-right: 20px; padding-top: 10px;}
.pageHeader {font: 18px Georgia, "Times New Roman", Times, serif; color: #f1d788; font-weight: bold; float:left; padding-top: 8px; padding-left: 300px;}

h2 {font-size:21px; color:#1b256f;}

.required {
	color : #ff0000;
	font-weight : bold;
}

#signupWrapper {
	width:258px;
	height:160px;
	background-image:url(images/signup_bg.gif);
	background-repeat:no-repeat;
	float:left;
}
.inputDiv {
	height:26px;
	color:#243178;
	font-size:11px;
}
.inputDiv div {
	width:235px;
	text-align:right;
	float:left;
}
.inputDiv input {
	width:135px;
	height:18px;
	background-color:#fff7df;
	border:1px solid #e5d7aa;
}

/* begin footer */
#footerWrapper {width:768px;text-align:center;}
#footerBar {width:768px; height: 8px; background-color:#ffe07d; border-top: 1px solid #000; border-bottom: 1px solid #000;}
#footer {
	font-size:11px;
	padding-top:20px;
	padding-bottom: 20px;
	color:#ffe07d;
	background-image:url(images/footer_bg01.gif);
	background-repeat:repeat-x;
}
#footer a {color:#ffe07d;text-decoration:none;padding:0 5px;}
#footer a:hover {color:#fff;text-decoration:underline;}
#footerBottom {background:url(images/footer_bottom.gif) no-repeat; width: 768px; height: 11px;}