@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #2f3719;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0px;
}

.servicesTable {
	margin-top: 10px;
	margin-bottom: 4px;
}

.servicesTable td {
	border: solid 2px #ffffff;
	padding: 3px 3px 3px 4px;
	background-color: #e2c8a0;
}

.aTable td {
	height: 36px;
}

.aTableRow td {
	background-color: #e2c8a0;
	padding-left: 3px;
}

.aTableRowAlt td {
	padding-left: 3px;
}

.aTable a {
	color: #213e7d;
}

.leftColumnMini {
	width: 100px;
	margin-right: 20px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #2f3719;
}

.rightColumnMini {
	width: 519px;
	float: left;
}

.brown {
	color: #742b16;
}

.rightQuote {
	font-size: 11px;
	font-style: italic;
	margin: 50px 20px 0px 20px;
}

.tab {
	margin-left: 20px;
	margin-top: 10px;
}

.tab1 {
	margin: 10px 20px 10px 40px;
	line-height: 16px;
}

#header {
	background: #efecdf;
	height: 374px;
}

#container {
	width: 900px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	background: url(../img/containerBg.png) repeat-y;
}

#leftColumn {
	float: left;
	width: 665px;
}

#rightColumn {
	float: right;
	width: 235px;
}

#footer {
	clear: both;
	background: #d6a02b;
	color: #000000;
	font-size: 10px;
	padding: 5px 0px;
	text-align: center;
}
