/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td {
	font-size: 0.95em;
	font-family: "Century Gothic", "Trebuchet", "Arial", sans-serif;
}

h3 {
	font-size: 1.4em;
	font-family: "Century Gothic", "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
}

ul, li {
	font-family: "Trajan Pro", "Times New Roman", "Arial", sans-serif;
}

h1, h2, h4, h5 {
	font-size: 1.4em;
	font-family: "Trajan Pro", "Times New Roman", "Arial", sans-serif;
	color: #129447;
	font-weight: normal;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background: url("/images/halftone_green_mint.gif") repeat-x;
	background-color: #d4e2d1;
	color: #000000;
}

#total_container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	margin-top: 50px;
	border: 5px solid #70c492
}

#header {
	background: url("/images/header_splash.jpg") no-repeat;
	height: 129px;
}

#content_container {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 40px 0px 40px 0px;
}

#content_container a,
#content_container a:visited {
	font-family: "Trajan Pro", "Times New Roman", "Arial", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.7;
	color: #129447;
	text-decoration: none;
}

#content_container a:hover {
	color: #8f1f32;
}

.logo {
	padding: 40px 0px 20px 0px;
}

p.info {
	clear: both;
	padding-top: 40px;
}

#footer {
	background-color: #ecad20;
}

#footer h2 {
	background-color: #8f1f32;
	border-top: 10px solid #129447;
	padding-left: 40px;
	color: #ffffff;
}

#contact {
	padding: 0px 0px 15px 40px;
	font-size: 0.9em;
	margin-bottom: 0;
}

#contact a,
#contact a:visited {
	text-decoration: underline;
	color: #000000;
}

#contact a:hover {
	color: #129447;
}