table { border:1px; border-collapse:collapse ; width:800px} 
td {vertical-align:top; padding:0px; }


p, td, table, select, input, textarea{
	font-family: GillSans, Arial, Helvetica;
	font-size:11px;
	vertical-align:top;
	line-height:15px;
	color:#000000
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#5C8D70;}

ul{margin:0px; padding:0px; list-style:none; line-height:17px; type:disc}
ul li { background:none}
ul li a {text-decoration:underline; color:#000000}
ul li a:hover { text-decoration:none; color:#3A694E}

a {text-decoration:underline; color:#000000}
a:hover {text-decoration:none; color:#3A694E}

.top {height:30px}
.main { height:100%; width:800px}
.bot {background:#5C8D70; height:100%}

div.container { 
width: 800px; 
/*position: relative; */
top: 20px;} 

/* header */
#header {height:152px; background:url(i/header.jpg)}

/* content */
#content { height:401px; background:url(i/middlehome.jpg)}

/* footer */
#footer {height:72px; padding:29px 0 0 41px; background:#000000}


/* homepage */
#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	border:1px solid #000;
	background:#FFF;
}

#contentWrapper {
	width:800px;
	float:left;
}

#content {
	margin:0 152px;
	border:1px solid #FFFFFF;
}

#nav {
	width:180px;
	float:left;
	/*margin-left:2px;*/
	position: absolute;
	top: 340px;
	left: 13%;      
	/*border:1px solid #FFFFFF;*/
}

#Container{
position: absolute;
z-index:1;
width: 800px;
height:auto;
left: 50%;
margin-left: -350px;
border-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-color: #ccbbaa;
background-color: #ffffff;
text-align:left;
}




.form input {
	width:187px;
	height:18px;
	padding:1px 0 0 9px;
}

.form textarea {
	width:187px;
	height:69px;
	overflow: auto;
	padding:1px 0 0 9px;
}



