/* general layout styles */
html,body {
	margin:0;
	padding:0;
	color:black;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	}
ul {
	list-style-image:url('../i/bullet1.gif');
	margin:0;
	padding:10px 0 0 25px;
	}
li { 
	padding:1px 0;
	}
#sitecontainer {
	position: absolute;
	width:100%;
	height:578px;
	top:50%;
	left:0;
	margin:-290px 0 0 0;
	}
#header {
	width:911px;
	margin:auto;
	padding:0 0 5px 15px;
	text-align:left;
	}
#content {
	height:454px;
	background:#D9D7BE;
	border-bottom:5px solid #D9D7BE;
	}
#content .textarea {
	text-align:left;
	width:auto;
	height:178px;
	margin:auto;
	background:#E9E8D8 url('../i/landing-content.jpg') no-repeat 50% 50%;
	}
#content .textarea .textleft {
	position:absolute;
	left:50%;
	margin:10px 0 0 -480px;
	padding:0 0 0 20px;
	width:430px;
	}
#content .textarea .textright {
	position:absolute;
	left:50%;
	margin:10px 0 0 40px;
	padding:0 0 0 25px;
	width:410px;
	}
#content .textarea .textright ul {
	list-style-image:url('../i/bullet2.gif');
	}
#footer {
	clear:both;
	margin:0;
	padding:3px 0 0 0;
	text-align:center;
	font-size:0.95em;
	color:#586964;
	}

/* general text styles */
a:link, a:visited {
	color:#C60A0B;
	text-decoration:underline;
	}
a:hover {
	color:#960707;
	text-decoration:none;
	}
a:active {
	color:#242D31;
	text-decoration:underline;
	}
h1 {
	font-size:1.45em;
	font-weight:normal;
	color:#C70B0B;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
p {
	margin:8px 0;
	padding:0;
	}
p.small {
	font-size:0.8em;
	}
h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#586964;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #CBD497;
	}
h3 {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
	}
h3 a:link, h3 a:visited {
	color:#323D43;
}
em {
	display:block;
	clear:both;
	font-style:normal;
}
