/* Visual Element Styling */
/* Reference "structural.css" for site layout styling */

body {
	background: url("../images/background.jpg") top center fixed no-repeat #99bea0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: #663300;
	}
	
p {
	margin: 2em 0 2em 0;
	padding: 0;
	}

a, a:link, a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover {
	color: #996633;
	text-decoration: none;
	}

#header h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #744930;
	z-index: 999;
	}

#home_left h3 {
	position: relative;
	z-index: 999;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	color: #744930;
	}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a7785e;
	}

#content h4 {
	margin: 1em 0 -1em 0;
	padding: 0;
	font-size: 18px;
	border-bottom: 1px solid #C09A83;
	}

.sideImage {
	font-size: .85em;
	font-weight: bold;
	}

#footer {
	font-size: .85em;
	}
	
.highlight_box {
	font-size: .85em;
	line-height: 1.5em;
	}