body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FCF9E2;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;

}
#box1 {
	height: 132px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h2 {
	font-size: 14px;
	color: #676450;
	text-decoration: underline;
}

#box2 {
	background-color: #CDCBBE;
	position: absolute;
	height: 21px;
	width: 750px;
	left: 0px;
	top: 132px;
}
#box2 p {
	margin-top: 3px;
	margin-left: 10px;
}
#box3 {
	width: 196px;
	position: absolute;
	left: 10px;
	top: 170px;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #B6A363;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#box3 p {
	padding: 5px;
	margin: 0px;
}
#box3 p.act {
	background-color: #FFFFFF;
	font-weight: normal;
}
#box3 a:link, #box3 a:visited, #box3 a:active {
	color: #000000;
	text-decoration: underline;
}
#box3 a:hover {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#box4 {
	width: 500px;
	position: absolute;
	top: 170px;
	left: 225px;
	line-height: 20px;
}

#box3 p.mtop {
	background-color: #FCF9E2; 
	margin-bottom: 10px;
}
#box3 p.mbottom {
	background-color: #FCF9E2; 
	margin-top: 10px;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 70px;
	margin-right: 15px;
}
input, textarea {
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submit {
	margin-left: 87px;
}
.clear {
	clear: both;
}
.fade {
	font-size: 10px;
	color: #666666;
	margin-top: 30px;
	text-align: right;

}
.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
