body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background-color: #eee; }

#header {
	background: #222 url('images/banner.jpg') right no-repeat;
	width: 100%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #eee url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	margin: 0 auto;
	width: 100%;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	/*padding-right: 1px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 100%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 0% 20px 0%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
	float: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 0%;
	width: 100%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
	float: left;
}

#footer2 {
	margin: 0 auto;
	padding: 0px 0%;
	width: 100%;
	text-align: right;
	color: gray;
	letter-spacing: 0.1em;
	border: 0px solid #a0c80e;
	font-size: 60%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { 
	margin-left: 2em; 
	margin-right: 10em; 
}

.TDBorder {
	border: 1px solid #88ac0b;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: Normal;
	font-size: 12px;
	text-decoration: none;
	}
	
.TDHeader {
	border: 1px solid #88ac0b;
	color:white; 
	background-color:#88ac0b; 
	text-align:center
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
	
	

#menu2_left {
	padding: 0px 10px 10px 10px;
}
#menu2_left ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	margin: 0px; 
	float:left;
	list-style-type: none;
	background-color: #88ac0b;
	border-bottom: #999999 1px solid;
}
#menu2_left ul li {
    border-top: #999999 1px solid;
	background: #eee url('images/menu-background.png') repeat-x;
}
#menu2_left ul li a {
	display: block;
	width: 130px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}
#menu2_left ul li a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color:#FF9966;
}