body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #3b3932;
}
body {
	background: url(pageBack.gif) repeat-x #e7dfc8;
	margin: 0px;
}

/* main content */

#container {
	width:750px;
	margin:95px auto 30px;
}
#homecontent {
	line-height:22px;
	font-size:16px;
	background:url(frontImg.jpg) right top no-repeat;
	padding-right:270px;
	border-bottom:1px solid #d2c7a6;
}

#content {
	line-height:20px;
}
#content ul {
	margin:0;
	padding:0;
}
#content ul li {
	margin:4px 0 8px 30px;
}
#breadcrumb {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#867f6a;
}
#breadcrumb a {
	color:#867f6a;
}
.col01 {
	width:225px;
	float:left;
	padding:20px 12px 0;
	border-right:1px solid #d2c7a6;
}
.col02 {
	width:225px;
	float:left;
	padding:20px 12px 0;
	border-right:1px solid #d2c7a6;
}
.col03 {
	width:225px;
	float:right;
	padding:20px 12px 0;
}
.frontImg {
	float:right;
	margin:0 0 4px 12px;
}
.col01 h3, .col02 h3, .col03 h3 {
	font-size:14px;
	margin:0;
}
.col01, .col02, .col03 {
	font-size:12px;
	line-height:20px;
}
.colSpacer {
	border-bottom:1px solid #f3efe3;
	padding:8px 0;
	display:block;
	margin-bottom:10px;
}


/* header */

#header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:86px;
	overflow:hidden;
}
.dropMenu {
	text-align:right;
	padding-top:25px;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#545454;
}
.dropBox {
	margin:0;
	border:1px solid #c5c5c3;
	padding:2px;
	font-size:11px;
	font-family:tahoma, arial, verdana;
}	

#nav {
	width:770px;
	margin:0 auto;
}
#logo {
	float:left;
	width:165px;
	height:86px;
}

#navigation {
	float:right;
	margin-top:32px;
	padding:0;
}
#navigation li {
	float:left;
	background:url(tabOff.gif) no-repeat;
	list-style:none;
	margin-right:4px;
	padding:0;
}	
#navigation a {
	display:block;
	padding:4px 10px 5px;
	border-style:none;
	background:url(tabOff_right.gif) no-repeat right top;
	color:#666;
}
#navigation a:hover {
	#000;
	text-decoration:underline;
	color:#000;
}
#navigation #selected { 
	background:url(tabOn.gif) no-repeat;
	color:#000;
}
#selected a { 
	background:url(tabOn_right.gif) no-repeat right top;
	color:#000;
}

/* footer */

#footer {
	width:770px;
	margin:0 auto;
	padding:6px 10px;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	background-color:#918668;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
#footer a:hover {
	text-decoration:none;
	border-style:none;
	background-color:#685f44;
}

/* buttons */

.btnMatch a {
	display:block;
	clear:right;
	float:right;
	width:284px;
	height:40px;
	background:url(btnMatch.gif) 0 0 no-repeat;
	text-indent:-400px;
	overflow:hidden;
	margin:20px 0 20px 200px;
	border-style:none;
}
.btnMatch a:hover {
	background:url(btnMatch.gif) 0 -40px no-repeat;
}

.btnMatchTop a {
	display:block;
	clear:right;
	float:left;
	width:284px;
	height:40px;
	background:url(btnMatch.gif) 0 0 no-repeat;
	text-indent:-400px;
	overflow:hidden;
	margin:10px 0 0px 100px;
	border-style:none;
}
.btnMatchTop a:hover {
	background:url(btnMatch.gif) 0 -40px no-repeat;
}


.btnMore a {
	display:block;
	clear:right;
	float:right;
	width:120px;
	height:23px;
	background:url(btnSmallInfo.gif) 50% 0 no-repeat;
	text-indent:-400px;
	overflow:hidden;
	margin:0 0 8px 8px;
	border-style:none;
}
.btnMore a:hover {
	background:url(btnSmallInfo.gif) 50% -23px no-repeat;
}
	
/* links */

a, a:visited {
	color: #630000;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-style:none;
	background-color:#fff8c7;
}

/* form stuff */

#formHolder {
	width:360px;
	float:right;
	padding:10px;
	border:2px solid #d7ccad;
	background-color:#fff;
}
.note {
	font-size:10px;
	font-family:tahoma, arial, verdana;
}
.formtable td {
	padding:2px;
}
.button {
	margin-top:6px;
	float:right;
}

/* headlines */

h1 {
	font-size: 24px;
	color: #1d1c18;
	border-bottom:1px dotted #7e7455;
	padding:0 0 4px;
}
h2 {
	font-size: 18px;
	color: #3b3932;
	margin:2px 0;
}
h3 {
	font-size: 18px;
	color: #3b3932;
	margin:20px 0 10px;
}