body {
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: url(images/bg_body.jpg) repeat-x top #e5e5e5;
	text-align: center;
	font-family: arial,helvetica;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
img {
	border: none;
}
div.cleared {
	clear: both;
	font-size: 1px;
	height: 0px;
}
p {
	margin: 0px 0px 1em 0px;
}
h2 {
	margin: 0px 0px 1em 0px;
}
h3 {
	margin: 0px 0px 1em 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
ul {
	margin: 0px 0px 1em 0.5em;
	padding-left: 1em;
}
a {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #7fb825;
}

/* general layout styles */ 

#wrapper {
	margin: 0px auto;
	text-align: left;
	background: url(images/bg_wrapper_solid.jpg) repeat-y;
	width: 990px;
}
#wrapper_bot {
	background: url(images/bg_wrapper_bot.jpg) no-repeat bottom;
	padding: 0px 5px 0px 5px;
}
#wrapper_top {
	background: url(images/bg_wrapper_top.jpg) repeat-x top;
}
#wrapper_inside {
	padding-bottom: 44px;
}
#header {
	position: relative;
	height: 199px;
}
#main_col {
	float: left;
	width: 490px;
	min-height: 528px;
	height:auto !important;
	height: 528px;
}
#right_col {
	float: right;
	width: 365px;
}


/* header area styles */

#logo {
	position: absolute;
	left: 41px;
	top: 48px;
}
#header ul {
	position: absolute;
	bottom: 0px;
	left: 41px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.doublespace li {
	margin-bottom: 1em;
}
#header li {
	float: left;
	margin: 0px 22px 0px 0px;
	padding: 0px;
	color: #d9e6f1;
	font-size: 14px;
	font-weight: bold;	
	height: 24px;
}
#header li a {
	text-decoration: none;
	color: #d9e6f1;
}
#header li.active {
	border-bottom: 3px solid #99bbdb;
}

/* main content area styles */

#content_area {
	background: #fff;
	margin: 0px 21px 0px 21px;
	padding: 24px 20px 12px 20px;
}
#main_col h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0066cc;
}
#main_col p.intro {
	font-size: 18px;
	line-height: 26px;
}
a.return {
	font-weight: bold;
}

/* footer */ 

#footer {
	clear: both;
	padding: 50px 0px 0px 0px;
	text-align: center;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
}

/* righthand boxes */

div.rightbox {
	width: 364px;
	margin: 0px 0px 24px 0px;
	background: #ebf2f8;
}
div.rightbox_in {
	padding: 25px 18px 25px 18px;
}
div.rightbox h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
}

/* form styles */

label {
	font-weight: bold;
	line-height: 20px
}
td.formLabel {
	padding-right: 20px;
	white-space: nowrap;
}
div.required {
	float: left;
	padding-top: 10px;
}