/* ----- Standard Styles ----- */

body {
	background: #fff;
	font: normal 17px/20px 'times new roman', georgia, serif;
	color: #000000;
	margin: 15px 0 25px 0;
	}
		
table, td, tr {
	font: normal 17px/20px 'times new roman', georgia, serif;
	color: #000000;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
img { border: none; }
p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

.hr {
	background: #cacaca;
	width: 95%;
	height: 1px;
	display: block;
	margin: 15px 0 25px 0;
	}
.hr hr { display: none; }

li { margin-bottom: 15px; }

.contentRight li { margin-bottom: 5px; }

/* ----- Link Styles ----- */

a:link, a:visited, a:active {
	color: #3d6e0e;
	text-decoration: underline;
	}
a:hover {
	color: #69a72d;
	text-decoration: underline;
	}
#copyright a { text-decoration: none; }

h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; }

/* ----- Text Styles ----- */

h1 {
	font: bold 18px 'trebuchet ms', tahoma, arial, sans-serif;
	color: #589553;
	}
h2 {
	font: bold 17px georgia, 'times new roman', serif;
	color: #000000;
	}
	
	
/* ----- Structure Styles ----- */

.site {
	width: 550px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
	}
.siteLeft {
	background: url(/images/siteLeft.gif) repeat-y;
	width: 4px;
	}
.siteRight {
	display: none;
	}
.main {
	background: #fff/*#fffcee*/;
	width: 550px;
	}
#menu { display: none; }
	
.content { 
	width: 730px;
	margin: 0 15px;
	}
.content td { vertical-align: top; }
.contentLeft {
	padding: 0 25px 0 40px;
	}
.contentRight {
	display: none;
	}
.contentRight ul {
	padding: 0;
	margin-left: 20px;
	}

.box {
	background: #dfffbf url(/images/backgroundBox.gif) repeat-y;
	width: 214px;
	border: 2px solid #589553;
	margin-bottom: 20px;
	}
.boxContent {
	font: normal 11px arial, 'trebuchet ms', tahoma, sans-serif;
	padding: 0 15px;
	}
	
.contact { }
.contact th {
	text-align: left;
	padding: 5px;
	}
.contact td { padding: 5px; }
	
#footer { text-align: center; }
	
#copyright {
	font: normal 11px arial, 'trebuchet ms', tahoma, sans-serif;
	color: #5D5D5D;
	padding: 0 10px;
	margin: 0 auto;
	}
	
#center, .center { text-align: center; }

	
/* ----- Photo Styles ----- */

.photo {
	background: #fff;
	border: 1px solid #589553;
	display: block;
	padding: 4px;
	margin: 5px;
	}
.photoRightColumn {
	background: #fff;
	border: 1px solid #589553;
	display: block;
	padding: 4px;
	margin-bottm: 20px;
	}
.photoLarge {
	display: none;
	}
.photoRight {
	background: #fff;
	border: 1px solid #589553;
	padding: 4px;
	display: block;
	margin: 5px 0 15px 15px;
	float: right;
	}
.h1Icon { 
	float: left;
	margin-left: -32px;
	padding-right: 10px;
	}
	
/* ----- Form Styles ----- */

.form {
	font: bold 11px Tahoma, Arial, Verdana, Geneva, Helvetica;
	color: #658545;
	background: #658545 url(/images/form.gif);  
	border: 1px solid #658545;
	padding: 3px;
	}
.formbutton {
	font: bold 11px Tahoma, Arial, Verdana, Geneva, Helvetica;
	color: #FFFFFF;
	background: #FF0000 url(/images/formButton.gif);  
	border: 1px solid #658545;
	padding: 3px;
	}
	
	
	
	
	
	
	
	
	