body {
}
#wrapper {
	margin: auto;
	height: auto;
	width: 900px;
}
#wrapper #header {
	background-color: #FFF;
	height: 100px;
	width: 900px;
	background-image: url(../images/Homepage.jpg);
}
#wrapper #menubar {
	height: 30px;
	width: 900px;
	background-color: #8ECA3E;
	text-align: center;
}
#wrapper #content {
	background-color: #CCEBAF;
	height: auto;
	width: 900px;
}

#wrapper #footer {
	background-image: url(../images/footer.jpg);
	height: 50px;
	color: #ACD872;
	text-align: center;
}
#wrapper #content table {
	margin: 1em;
	border-collapse: collapse;
	width: auto;
}
.subtable {
	background-color: #CEE9AB;
	font-size: 15px;
	text-align: center;
}
.tablefont {
	font-size: 15px;
	text-align: left;
}


#wrapper #content td, th {
	padding: .3em;
	border: 1px solid #70A32C;
}
.tbodycolor {
	background-color: #E6F5D8;
	text-align: justify;
	width: 600px;
}

#wrapper #content table tbody tr .tbodycolor a{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C;
}
.sss {
	font-weight: bold;
	color: #78AD30;
}

#wrapper #content table tbody tr .tbodycolor a:hover{
	color: #638F27;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFF2CE;
}

.theadcolor {
	background-color: #88C536;
	font-weight: bolder;
	font-size: 18px;
	text-align: left;

}
.table {
	height: auto;
	width: 300px;
}
