* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body {
	background-color: white;
	color: #447827;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
}
h2 {
	text-align: left;
	padding: 5px;
	margin: 5px;
	clear: both;
}
h3 {
	text-align: left;
	padding: 5px;
	margin: 5px;
	clear: both;
}
h5 {
	margin: 0px 0px 0px 10px;
}
p {
	text-align: justify;
	padding: 5px;
	margin: 5px;
	clear: both;
}
a {
	color: #8EC278;
	text-decoration: none;
}
a:hover {
	color: #30452C;
}
a img {
	border: none;
}
.main {
   float: none;
	width: 1000px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F0F8EB;
	border-bottom: 4px solid #3C7B20;
	height: auto;
	display: inline-block;
	overflow: hidden;
}
.header {
	width: 1000px;
	height: 90px;
	text-align: left;
}
.media {
	float: left;
	display: inline;
	width: 1000px;
}
.menu {
	float: left;
	display: inline;
	width: 200px;
	background-color: #F0F8EB;
}
.content {
	float: left;
	display: inline;
	width: 790px;
	margin-right: 10px;
}
.head {
	float: left;
	display: inline;
	width: 780px;
	min-height: 400px;
	background-color: #FFF;
	padding: 5px;
}
.feet  {
	float: left;
	display: inline;
	width: 780px;
	background-color: #6B9861;
	color: #DEF0DA;
	border: 5px solid white;
	border-bottom: 2px solid white;

}
.feet a{
	color: white;
}
/* images */

.lefty {
	float: left;
	clear: left;
	padding: 0px;
	border-bottom: 4px solid #F0F8EB;
	margin: 1px;
}
.righty {
	float: right;
	clear: right;
	padding: 0px;
	border-bottom: 4px solid #F0F8EB;
	margin: 1px;
}
/* specials */

.caty {
	width: 780px;
	float: left;
	display: inline;
}
.catt {
	width: 524px;
	float: left;
	display: inline;
}
.cati {
	width: 125px;
	height: 125px;
	float: left;
	display: inline;
	margin-top: 40px;
}
.cati2 {
	width: 125px;
	height: 125px;
	float: left;
	display: inline;
	border: 1px solid #C7E1BC;
	padding: 1px;
	margin-left: 40px;
}
.ci, .i {
	width: 780px;
	float: left;
	display: inline;
	margin: 10px 0px 10px 0px;
}
.ci {
	width: 
}
.cidata {
	width: 600px;
	float: left;
	display: inline;
}
.cit {
	font-size: 15px;
	padding: 2px;
	font-weight: bold;
	text-decoration: underline;
}
.i {
	width: 770px;
	float: left;
	display: inline;
	margin: 10px 0px 10px 0px;
}
.ii {
	width: 270px;
	height: 270px;
	float: left;
	display: inline;
	vertical-align: top;
}
.idata {
	width: 500px;
	float: left;
	display: inline;
}
.it {
	font-size: 15px;
	padding: 2px;
	font-weight: bold;
	text-decoration: underline;
}
.id {
	width: 240px;
	text-align: left;
	float: left;
	display: inline;
}
.il {
	font-weight: bold;
}
.itable {
	width: 270px;
	border: 1px solid #DEF0DA;
	vertical-align: top;
	margin-top: 0px;
}
.itable td {
	font-size: 10px;
	text-align: left;
}
.tdspecs {
	border-bottom: 1px solid #DEF0DA;
	padding: 5px;
}
.tr1 {
background-color: #DEF0DA;
}
.tr2 {
background-color: #CEE9C9;
}
.tr1 td, .tr2 td {
	padding: 3px;
}
.cntnt {
	float: left;
	display: inline;
	width: 530px;
	text-align: left;
}
input, textarea {
	border: 1px solid #C7E1BC;
}

/* -- Login Form  -- */

.lf {
	width: 180px;
	float: left;
	display: inline;
	margin: 10px;
}
.lf h5 {
	text-align: left;
	padding: 0px 0px 1px 0px ;
	margin: 10px 0px 5px 0px ;
	border-bottom: 1px solid #C7E1BC;
}
.text {
	width: 100px;
	padding: 2px;
	background-color: #E8F4DF;
	text-align: left;
	color: #447827;
	font-size: 10px;
}
.button {
	width: 50px;
	font-size: 10px;
}
.register {
	border-top: 1px solid #C7E1BC;
	border-bottom: 3px solid #C7E1BC;
	padding: 10px;
}
.logout {
	border-top: 1px solid #C7E1BC;
	border-bottom: 3px solid #C7E1BC;
	padding: 10px;
}
table.loginf td{
	padding: 5px;
}
