body {
background-color:#C4C4C4;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}

#outer {
width:100%;
background-image: url(../images/site_bg.jpg);
background-repeat:repeat-x;
}

#inner {
width:780px;
margin: 0 auto; /* auto centers the div */
}

#header {
height:125px;
width:780px;
background-image:url(../images/header_bg.jpg);
display:block;
margin: 0 auto; /* auto centers the div */
}

#topnav {
height:21px;
width:780px;
display:block;
}
#topnav a:link, #topnav a:visited {
	color:#FFFFFF;
	background-color:#64d901;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
}

#topnav a:hover, #topnav a:active {
	color:#64d901;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:underline;
}


#contenttopcap {
height:32px;
width:780px;
background-image:url(../images/content_top.jpg);
display:block;
overflow:hidden;
}

#main {
width:780px;
background-image:url(../images/content_bg.jpg);
text-align:center;
display:block;
overflow:hidden;
position:relative;
}

#content {
width:710px;
text-align:left;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
overflow:hidden;
margin: 0 auto; /* auto centers the div */
}

#footer {
width:100%;
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
}

#footerelements {
width:780px;
height:85px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
margin: 0 auto; /* auto centers the div */
}

#footertext {
width:780px;
padding-top:57px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}

#footertext a:link, #footertext a:active, #footertext a:visited {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

#footertext a:hover {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

a, a:link, a:visited, a:active
{
color:						#000000;
text-decoration:			underline;
}
 a:hover
{
color:						#cc0000;
text-decoration:			underline;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#344232;
	}
h1 {
	font-size:16px;
	color: #60b60d;
	background-color: #ffffff;
}
h2 {
	font-size:13px;
}
h3, h4, h5 {
	font-size:12px;
}
.redtitle {
	color: #3e0017;
	background-color: transparent;
}
img.stroke {
     border-width: 1px;
     border-color: #3e00170;
     border-style: solid;
	 align: center;
}
.homesplash {
	margin: 0 0 0 70px;
	font-size:10px;
}
.homesplashheaders {
	font-size:11px;
	font-weight: bold;
}
ul { 
	list-style-type: square; 
}
ul ul { 
	list-style-type: disc; 
}

