body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #BAB790;
	height: 100%;
	width: 100%;
}
#wrapper {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #E3E0BC;
	margin: 0px;
	padding: 0px;
}
.step {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E4E1BD;
	padding-left: 20px;
	height: 86px;
}
.step1 {
	background-image: url(../images/step1-bg.gif);
}
.step2 {
	background-image: url(../images/step2-bg.gif);
	padding-left: 0px;
}
.step3 {
	background-image: url(../images/step3-bg.gif);
	padding-right: 20px;
	padding-left: 0px;
}
.leftbox {
	font-size: 0.7em;
	color: #3C3B27;
	line-height: 1.4em;
	background-image: url(../images/leftbox-bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.leftbox h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.leftbox p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.leftbox ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.leftbox ul li {
	background-image: url(../images/leftbox-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
.content {
	font-size: 0.75em;
	color: #484736;
}
.content h1 {
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 2.5em;
}
.content h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.7em;
	font-weight: normal;
	color: #EE0D91;
}
.content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content ul {
	margin: 0px;
	list-style-type: none;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.content ul li {
	background-image: url(../images/bullet-content.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
#indexform {
	width: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/gobox-bg.gif);
	background-repeat: repeat-y;
	float: right;
	background-color: #979578;
}
#indexform .btnarea {
	background-image: url(../images/gobox-btnbg.gif);
	background-repeat: repeat-x;
}
#indexform form {
	margin: 0px;
	padding: 0px;
}
#indexform form label  {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 7px;
	display: block;
	font-size: .9em;
}
#dark {
	background-color: #979578;
	color: #FFFFFF;
	background-image: url(../images/gobox-bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content a {
	color: #EE0D91;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EE0D91;
}
.content a:hover {
	color: #AA0B68;
	text-decoration: none;
	background-color: #FAE1EF;
}
.content a:visited, .content a:active {
} 
#footer {
	float: left;
	width: 770px;
	color: #666347;
	font-size: .7em;
	padding-top: 15px;
}
#footer .left {
	float: left;
	padding-left: 10px;
}
#footer .right {
	float: right;
	padding-right: 5px;
}
.toptext {
	font-size: 0.7em;
	color: #625F3D;
	line-height: 1.75em;
}
.noborder {
	margin: 0px !important;
	padding: 0px !important;
	border:none !important;
}
