@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(graphics/bgyellow.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #859D15;
	margin: 0;
	width: 100%;
}
img {
	border: 0;
}
p {
	padding: 0 20px 20px 20px;
}
h1 {
	font-size: 16px;
	color: #ee3124;
	padding: 20px 0 0 20px;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
#header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(graphics/bgtop.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
}
#maincontent{
	margin: 0 auto;
	width: 1000px;
	height: 415px;
	padding-top: 10px;
}
#leftcontent {
    float: left;
    width: 180px;
	text-align: right;
	padding: 15px 15px 0 0;
}
#photo{
    float: left;
	width: 600px;
	text-align: center
}
#midtext {
	text-align: left;
}
#vertline {
    float: left;
    width: 2px;
	text-align: center;
}
#vertline img {
	padding-top: 15px;
}
#rightcontent {
    float: left;
    width: 180px;
	text-align: left;
	padding: 15px 0 0 15px;
}
#nav{
	clear: left;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#footer{
	clear: left;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 10px;
	color:  #C4CB81;
}
.numbers {
	padding: 0 15px;
}
.redtext {
	color: #ee3124;
}
.darktest {
	color: #90974c;
}
a:link {
	color: #859D15;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #859D15;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}