body {
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	padding: 20px;
}
.content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #D49C2D;
	text-transform: uppercase;
}
.content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #D49C2D;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D49C2D;
	padding: 15px 5px 5px;
}
.disclaimer a {
	color: #D49C2D;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #D49C2D;
	text-decoration: none;
}

.content  ul {
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.content a {
	color: #C78E25;
	text-decoration: underline;
}
.content a:hover {
	color: #000000;
	text-decoration: underline;
}
.ulsquare {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #59534C;
}
.inputred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CC0000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #D49C2D;
	border: 1px solid #59534C;
	font-weight: bold;
}
.content hr {
	color: #D49C2D;
	background-color: #D49C2D;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	padding-right: 10px;
	padding-bottom: 10px;
}
.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sidetext a{
	color: #FFFFFF;
	text-decoration: none;
}
.sidetext a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
