@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background: url(/images/header-top-bg.jpg) repeat-x top #c6de73;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#reg_progress {
	background:url(/images/reg/main_bg.jpg) bottom repeat-x;
	text-align:left;
	width:484px;
}

#reg_progress .complete {
	background:url(/images/reg/complete.jpg) bottom repeat-x;
	float:left;
	text-align:center; 
	 
}

#reg_progress .complete .arrow {
	background:url(/images/reg/arrow.jpg) bottom right no-repeat;	
}

#reg_progress .complete .arrow .unchecked {
	background:url(/images/reg/unchecked.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}

#reg_progress .complete .checked {
	background:url(/images/reg/checked.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}

#reg_progress .incomplete {
	 float:left;
	 text-align:center;
}

#reg_progress .incomplete .unchecked_inc {
	background:url(/images/reg/unchecked_incomplete.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}

.wrapper {
	width: 840px;
	margin: 0 auto;
}

.menu {
	background:  url(/images/header-bottom.jpg) no-repeat;
	width: 840px;
	height: 65px;
}

.content {
	background: url(/images/body-bg.jpg) repeat-y;
	width: 840px;
	text-align:left;
	line-height:22px;
}

.content-padding {
	padding: 0px 10px 0px 50px;
	margin: 0px 0px 0px 0px;
}

.sidebar{
	padding: 0px 35px 0px 15px;
	text-align:center;
}

.footer {
	background:  url(/images/footer.jpg) no-repeat;
	width: 840px;
	height: 131px;
	text-align:center;
	font-size:10px;
	color: #3d6284;
}

.footer-padding {
	padding: 0px 0px 0px 0px;
}


p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
}

a:link {
	color: #3864ab;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #3864ab;
}
a:hover {
	text-decoration: underline;
	color:#3864ab;
}
a:active {
	text-decoration: none;
	color: #3864ab;
}
h1 {
	font-size: 20px;
	color: #3864ab;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
h2 {
	font-size: 16px;
	color: #3864ab;
}
h3 {
	font-size: 16px;
	color: #3864ab;
}
.redemptionOptionsTable{

}
.redemptionOptionsTable TD{
	vertical-align:top;
	font-size:9pt;
}
.redemptionOptionsTable LI{

}
.note{
	font-size:7pt;
	font-style:italic;
}
.redemptionOptions{
	border:1px solid #e0e0e0;
	background-color:#f0f0f0;
	padding:10px;
}
