﻿
body {
	margin:0px auto;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	display:block;
	color: #666666;
	line-height: 20px;
	background-color: #640008;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

a:link {
	color: #660000;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #666666;
}


img {
	border:none;
}

.bordered_image {
	padding: 5px;
	border: 1px outset #b2ba8f;
}

.image_right {
	float: right;
	margin-left: 14px;
}

.image_left {
	float: left;
	margin-right: 14px;
}

.image_padding {
	margin-bottom: 20px;
}

p {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 25px;
}

#pageBorderOne {
	padding: 3px;
	position: relative;
	top: 50px;
	margin:0px auto;
	width:810px;
	background-color: #b2ba8f;
}


#wrapper {
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #540000;
	width:800px;
	background-color: #ffffff;
	display: table-cell;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 800px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header_logo {
	position: absolute;
	top: 8px;
	left: 8px;
}

.navlink {
	padding-top: 10px;
	padding-bottom: 0px;
}



#left_right_divider_line {
	width: 1px;
	height: 100%;
	background-color: #b2ba8f;
	
}


#content {
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
}

#content #left_side {
	vertical-align: top;
	width: 139px;
	height: 550px;
	background-color: #e7e7da;
}

#content #right_side_home {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 40px;
}

#content #right_side_sub {
	vertical-align: top;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 40px;
}

#content_top_spacer {
	height: 34px;
}

.content_header {
	position: relative;
	left: -8px;
}

#home_page_body_image_container {
	position: relative;
	left: -5px;
	height: 405px;
	width: 650px;
	overflow: hidden;
}
#home_page_body_image {
	position: relative;
	top: -6px;
}

.red {
	color: #660000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic; 
}

.indented {
	margin-left: 20pt;
}

.padded_left {
	padding-left: 5px;
}

.oak_tree_icon {
	position: absolute;
	bottom: 8px;
	left: 24px;
}

.emailLink {
	text-decoration: underline;
	color: #333333;
}

