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

body {
	background-color: #3c7419;
	color: #000000;
	font-family: verdana;
}


#container { margin-left: auto;
margin-right: auto;
min-width: 800px;
border: 0;
width: 800px;
}

#banner {
	padding-top: 18px;
}

#footer { 
background-image: url(images/general/footerimage.gif);
background-repeat:repeat-y;
font-size: .60em;
font-style: italic;
text-align: center;
padding: 5px;
}

.floatright { padding-left: 30px;
padding-right:30px;
float: right;
padding-top:10px;
}

.maintext {
	color: #000000;
	background-image: url(images/general/creambackground.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-left:40px;
	padding-bottom:33px;
	font-size:14px;
	max-width:800px;
}

.myRow {height: 30px;
}

.mySubmit {margin: 10px;
padding: 25px 0px 0px;
}

.labelCol { float: left;
width: 100px;
text-align: right;
padding-right: 10px;
}

.h1 {font-size:18px;
}

.publish { float: left;
margin-left: 50px;
text-align: right;
padding-right: 5px;
}

.menu {
	color: #000000;
	background-image: url(images/general/creambackground.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:10px;
	font-size:14px;
	}
	
.tablemenu { border-collapse:collapse;
width:700px;
padding:10px;
border: 1px solid #090;
}

.tdthtable {
	border: 1px solid #090;
	padding:25px;
	border-collapse:collapse;
}

#thankyou { 
background-image: url(images/general/creambackground.gif);
background-repeat:repeat-y;
font-size:14px;
text-align: center;
padding: 10px;
min-width:780px;

}