body {
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#FFF;
}

#wrapper {
	background:#FFF;
	width:798px;
	left:50%;
	margin-left:-399px;
	position:absolute;
}

#left {
	width:371px;
	margin-right:2px;
	float:left;
}

#right {
	width:425px;
	float:left;
}

#logo {
	background:#3671AB;
	padding:14px;
	margin-bottom:2px;
}

.leftGradient {
	background:#23476B url(images/gradientleft.gif) top left repeat-y;
	padding:20px 13px 20px;
	text-align:left;
}

h1, h2, h3 {
	font-weight:bold;
	font-size:9pt;
	margin-top:0;
}

.leftGradient p {
	line-height:1.5em;
	margin-top:15px;
	margin-bottom:10px;
}

.leftGradient a {
	color:#FFF;
}

.leftGradient ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:square;
	color:#ffffff;
	line-height:1.9em;
	margin-bottom:20px;
}

.leftGradient a:hover {
	color:#FFB502;
}

#nav {
	background:#354664;
	margin-bottom:2px;
	padding:14px 0 14px;
}

#nav a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background:url(images/bullet.gif) no-repeat left;
	padding-left:14px;
	margin-right:20px;
}

#nav a:hover {
	color:#FFB502;
	text-decoration:underline;
}

.rightGradient {
	background:#23476B url(images/gradientright.gif) top left repeat-y;
	padding:15px 25px;
	text-align:left;
	margin-bottom:2px;
}

.rightGradient p {
	line-height:1.6em;
}

#signUp {
	width:240px;
	margin-right:2px;
	float:left;
	text-align:left;
}

#signUpFormHeader {
	background:#3671AB;
	text-align:center;
	font-weight:bold;
	font-size:9pt;
	margin-bottom:2px;
	padding:6px 0 7px;
}

.signUpForm {
	background:#3E8FC6;
	padding:10px;
	margin-bottom:2px;
}

#signUpForm a {
	color:#FFF;
	text-decoration:none;
}

.signUpForm input {
	color:#000;
	background:#F4FBFF;
	border:1px solid #1D3752;
	font-size:9pt;
	padding:2px 2px 2px 4px;
}

#signUpRight {
	width:183px;
	float:left;
}

.greyBox {
	background:#EAEAEA;
	padding:8px;
	margin-bottom:2px;
	color:#000;
	text-align:left;
	border-top:#3E8FC6 1px solid;
	border-bottom:#3E8FC6 1px solid;
}

.greyBox p {
	line-height:1.3em;
	margin-top:12px;
	margin-bottom:10px;
}

.greyBox ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:square;
	color:#3E8FC6;
	line-height:1.7em;
	margin-bottom:8px;
}

.greyBox a {
	color:#0000FF;
	text-decoration:underline;
}

.greyBox a:hover {
	color:#0000FF;
	text-decoration:none;
}

.greyBox h4, .greyBox h5 {
	font-weight:bold;
	font-size:9pt;
	margin:0;
	padding:0;
}

#footerLinks {
	background:#3671AB;
	text-align:center;
	padding:6px 0 7px 0;
}

#footerLinks a {
	color:#FFF;
	text-decoration:none;
	margin-right:30px;
	background:url(images/bullet.gif) no-repeat left;
	padding-left:14px;
}

#footerLinks a:hover {
	color:#FFB502;
	text-decoration:underline;
}

#footerNotes {
	text-align:center;
	color:#000;
	padding:6px 0;
	margin-bottom:25px;
}

hr {
	border:0;
	text-align:center;
	margin:12px 0 15px 0;
	height:1px;
	color:#FFF;
}

form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}