/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #54461f;
}
body {
	background-color: #d9e5ba;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/layout/bg_color.gif);
}
h1, h2, p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
h1 {
	font-size: large;
	color: #336633;
	}
.content-green {
	color: #336633;
}
h2 {
	font-size:medium;
	color:#a98d3f;
	}
.content-gold {
	color: #a98d3f;
}
p {
	}
a:link, a:visited, a:focus, a:hover, a:active {
	color: #994c4c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#layout {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
table, div {
	width: 100%;
}
#header, #navbar, #main, #sidebar {
	background-color:#FFFFFF;
	}
.toprow {
	background-image: url(../images/layout/top_horiz_repeat.gif);
	background-repeat: repeat-x;
	}
.lside {
	background-image: url(../images/layout/ls_vert_repeat.gif);
	background-repeat:repeat-y
	}
.rside {
	background-image: url(../images/layout/rs_vert_repeat.gif);
	background-repeat:repeat-y
	}
.bottomrow {
	background-image: url(../images/layout/bottom_horiz_repeat.gif);
	background-repeat: repeat-x;
	background-color:#CFDDA9
	}
.corner {
	width: 13px;
	}
#middle {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;
	}
#middle tr td {
	vertical-align: top;
	}
.padded {
	padding-right: 5px;
	}
#sidebar {
	width: 100%;
	}
#sidebar div.content div {
	text-align:center;
	margin-bottom: 10px;
	}
#footer {
	text-align:center;
	font-size: xx-small;
	}
#footer a:link, #footer a:visited, #footer a:focus, #footer a:active {
	color: #336633;
	text-decoration: none;
	}
 #footer a:hover {
 	text-decoration: underline;
 	}	
.content img {
	border: 1px solid #a98d3f;
	text-align: right;
	}
img.feature {
	margin-left: 5px;
	margin-bottom: 5px;
	}
.contentcentered {
	text-align: center;
}
#layout_home {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.thinbordertable {
	width: 400px;
	border: 1px solid #CFDDA9;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
