/* CSS Document */

body {
	background-color: #aeaea3;
	color: #6a3a02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
}
#contact {
	font-size: 75%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 5em;
}
#contact a:link {
	color: #6a3a02;
	text-decoration: none;
	font-weight: bold;
}
#contact a:visited {
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
	color: #666666;
}
#contact a:active {
	text-decoration: none;
	color: #6a3a02;
}
#contentsOut {
	background-color: #c9d6c3;
}
.contentsGray25px {
	background-color: #aeaea3;
	width: 25px;
}
.contentsGray {
	background-color: #aeaea3;
}
.contentsGreen {
	background-color: #c9d6c3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidecontent {
	font-size: 80%;
	padding: 0px 10px 10px 15px;
	list-style-type: square;
	line-height: 1.5em;
}
h1 {
	font-size: 150%;
	padding-left: 10px;
	padding-top: 10px;
}
h2 {
	font-size: 130%;
	padding-top: 10px;
	padding-left: 10px;
}

a:link {
	color: #6a3a02;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6a3a02;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #6a3a02;
	font-weight: bold;
}

.clear {
	clear: both;

}
#sidecontentReserve {
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 10px 10px 5px 5px;
	float: right;
}

.sidecontentSmaller {

	font-size: 75%;
	margin: 0 0 0 0;
	padding: 0 10px 5px 15px;
}


#sideboxReserve {
	float: left;
	width: 380px;
	margin-left: 10px;
}
.textDates {

	background: #aeaea3;
	padding: 3px;
	width: 80px;
	border: 1px solid #c9d6c3;
	font-size: 90%;
}
.textSubmit {

	background: #aeaea3;
	padding: 3px;
	border: 1px solid #c9d6c3;
	font-size: 90%;
}
.form {
	border: 1px solid #c9d6c3;
	padding-left: 0px;
	padding-top: 10px;
}
.formIndent {
	padding-left: 10px;
	padding-bottom: 10px;
}
.imgFloatRight { 
float: right; 
}
