/* CSS Document */

body {
	background: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	}

* {
	margin: 0;
	padding: 0;
	}

h2 {
	text-decoration:underline;
	color: #445C26;
	}	
	
h3 {
	color: #445C26;
	}

p{
	text-align:left;
	font-style:italic;	
}


a {
	color: #445C26;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold
	}

#decoration {
	background: url(../images/greenbkgd.png);
	margin-top: 30px;
	}
/* ---------------------Begin Table: Background--------------------------- */

#background {
	background: #FFF;
	width: 900px;
	border: none;
	padding: 15px;
	margin: 5px;
	text-align: justify;
	overflow:scroll;
	}

#logo {
	background:url(../images/KudzuLogo.png) top left no-repeat;
	height: 200px;
	}

tr td#mainNav {
	margin-top: 165px;
	margin-left: 10px;
	padding-left: 10px;
	vertical-align: top;

	}

tr td#mainNav ul li {
	list-style:  none;
	list-style-type:  none;
	display: block;
	width: 165px;
	text-align:center;
	vertical-align:top;
	}
	
tr td#mainNav ul li a {
	list-style: none;
	list-style-type: none;
	font: 14px bold;
	display: block;
	width: 165px;
	line-height: 25px;
	text-align: justify;
	text-decoration: none;
	color: #445C26;
	background: fff;
	}

tr td#mainNav ul li a:hover {
	font: 14px bold;
	text-decoration: none;
	line-height: 25px;
	color: #FFF;
	background: #445C26;
	}
	
iframe#listingframe {
	width: 700px;
	height: 800px;
	overflow: scroll;
	padding: 5px;
	border: none;
	}

/* -----------------------End Table: Background--------------------------- */

#footer {
	width:1000px;
	color: #fff;
	font-size:10px;
	}
	
#footer a {
	color: #fff;
	font-weight:bold;
	font-size:10px;
	}	
	
#footer a:hover {
	color: #445C26;
	font-weight:bold;
	font-size:10px;
	}	