* { margin:0; padding:0; }

body { background-color: #BFAE86;
	margin: 0px;
}
body, td, th, tr {
	color: #443333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Standard Links */
a:link {
	color: #3E442F;
	text-decoration: none;
}
a:visited {
	color: #4E543F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* site wide settings */
#main { background: url(images/bg990.gif) #DECFAC repeat-y;
	width: 990px;
	text-align: left;
}
#footer { background: url(images/bg-footer.gif) no-repeat;
	width: 990px;
	height: 75px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font: 10px Verdana;
	font-weight: bold;
	color: #4E543F;
}

/* form box styles */
select {
	font-size: 10px;
	margin-bottom: 5px;
}
textarea {
	font-size: 11px;
	margin-bottom: 3px;
}
input {
	font-size: 12px;
}
.titlebig {
	color: #4E543F;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.hspace { padding: 0px 12px 0px 12px; }

/* stylesheet for subpages */
#subheader {
	width: 990px;
	margin: 0px;
}
#submain { /* subpage main container div */
	padding: 10px 100px 50px 100px;

}
.leftcol {
	float: left;
	width: 375px !important;
	width: 380px;
	text-align: justify;
	margin-bottom: 20px;
}
.rightcol {
 	float: right;
	width: 375px !important;
	width: 385px;
	text-align: justify;
	padding-left: 20px;
	border-left: 2px solid #C7AF75;
	margin-bottom: 20px;
}
.singlecol { /* use this for single column layout */
	width: 600px;
	text-align: left;
	padding-left: 100px;
	margin-bottom: 20px;
}
.title { 
	font-size: 22px;
	font-weight: bold;
	color: #4E543F;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.smalltext {
	font: 10px Verdana;
	font-weight: bold;
}
.imgbutton { /* these are the floating slogans */
	margin: 0px 0px 10px 10px;;
	text-align: right;
	float: right;
}
.imgbuttonf { /* these are the floating slogans */
	margin: 0px 0px 10px 10px;
	padding: 7px 0px 0px 7px;
	text-align: left;
	float: right;
}
