body {
	margin: 0;
	padding: 0;
	font: normal 12px Georgia;
	color: #707070;
	text-align: center;
	line-height: 15px;
	background-color: #1b4370;
}

img {
	border: 0;
}
.img {
	border: 1px solid #bdbcbd;
	padding: 4px;
	background-color: #fff;
}

.header {
	background: #d3d3d3 url(../../images/bg-header.gif) repeat-y top center;
	border-bottom: 3px solid #ffffff;
}
.header table {
	padding-top: 3px;
}
#content {
	width: 903px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #fff;
}
.title {
	font: normal 18px Georgia;
	color: #82691e;
}
.subtitle {
	font: normal 18px Georgia;
	color: #707070;
}
a {
	font: normal 12px Georgia;
	color: #707070;
	text-decoration: underline;
}
a:hover	{
	font: normal 12px Georgia;
	color: #707070;
	text-decoration: none;
}

/* footer */
#footer {
	width: 903px;
	font: normal 11px arial;
	color: #fff;
}
#footer a {
	font: normal 11px arial;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	font: normal 11px arial;
	color: #fff;
	text-decoration: underline;
}

/*request info form*/
div#reqInfo {
	width: 175px;
	font: normal 12px Georgia;
	color: #4d4d4d;
	text-align: center;
	background-color: #c8c8c8;
	padding: 16px 0 15px 0;
}
div#reqInfo div {
	padding: 5px 5px 0px 5px;
}
div#reqInfo .input {
	font: normal 12px Georgia;
	color: #4d4d4d;
	border: 1px solid #abadb3;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	width: 155px;
}
div#reqInfo textarea {
	font: normal 12px Georgia;
	color: #4d4d4d;
	text-decoration: none;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	overflow: auto;
	width: 155px;
	height: 80px;
}
div#reqInfo .btn {
	padding: 5px 0 0 0;
}
