body{
	margin: 0px;
	background-color: #FAF6EF;
	font-family: verdana;
	text-align: center;
	line-height: 0px;
}



img {
	margin: 0px;
	padding: 0px;
}

#container {
	background-image: url("../globalimages/background.gif");
	width: 864px;
	margin: 0px auto;
}

#containerbody {
	margin-left: 38px;
	margin-right: 26px;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
}

.navbar {
	height:  19px;
	background-color: #FDEEE2;
	color: #924D1F;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
	padding-left: 5px;
}

.form {
	height:  19px;
	background-image: url("../globalimages/form_back.png");
	color: #333;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 5px;
}

.option {
	height: 14px;
	padding: 5px;
	
	background-color: #FDEEE2;
	display:inline;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
}

#bottom {
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	font-family: verdana, lucida grande, lucida, arial, helvetica;
	color: #9C9C9C;
	display: block;
	margin-top: 5px;
	position: relative;
}

#footer {
	font-size: 11px;
	line-height: 15px;
	padding: 10px;
	margin-top: 30px;
	font-family: verdana, lucida grande, lucida, arial, helvetica;
	color: #9C9C9C;
}

#loading {
	font-size: 11px;
	font-family: verdana, lucida grande, lucida, arial, helvetica;
	color: #9C9C9C;
	display: none;
	position: absolute;
	left: 730px;
	top: 197px;
}

#bottom h1 {
	color: #D0884F;
	font-style: italic;
	font-family: trebuchet ms;
	margin: 0px 0px 3px 0px;
	line-height: 26px;
	
}

#bottom h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.uparrow {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	
}

a {
	color: #E0AF89;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#middle {
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 380px;
	float: left;
	border-left: 1px dotted #E0AF89;
	border-right: 1px dotted #E0AF89;
}

#left {
	width: 140px;
	float: left;
}

#right {
	width: 204px;
	float: right;
}

.leftchoice {
	text-transform: uppercase;
	color: #E0AF89;
	font-weight: bold;
	cursor: pointer;
	width: 115px;
	margin-bottom: 15px;
	
	padding-left: 5px;
	
}

.leftchoiceselected {
	text-transform: uppercase;
	color: #935323;
	font-weight: bold;
	width: 115px;
	margin-bottom: 15px;
	background-image: url("../globalimages/leftarrow.gif");
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-left: 15px;
}

#bottombanner {
	margin-top: -70px;
	margin-bottom: -8px;
}