body { 
	margin: 15px;
	background-color: #EFEFEF;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.layouttable {
	background-color: white;
	width: 700px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.logocell {
	height: 100px;
	background-image: url(../images/website_logo.jpg);
	border-bottom: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.bottomcell {
	background-color: #EFEFEF;
	border: 1px dotted silver;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #a4bd98;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.menutable {
	border: 0;
	margin: 0;
	padding: 0;
	height: 35px;
	font-family: serif, times;
	font-size: 14px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
}

.menutable a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;	
}

.menutable a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
	font-weight: bold;	
}

.menutable a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;	
}

.menutable a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;	
}

.contenttable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

.ct_heading {
	width: 550px;
	height: 35px;
	margin: 3px;
	border-bottom: 1px dotted #962020;
	text-align: right;
	font-family: serif, times;
	font-size: 16px;
	color: black;
}

.ct_content {
	text-align: left;
	font-family: sans-serif, helvetica;
	font-size: 12px;
	padding: 10px;
	line-height: 170%;	
}

.seltable {
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	padding: 3px;
	vertical-align: top;
	background-color: #5ea43b;
	width: 450px;
	overflow: hidden;
	height: 15px;
	line-height: 130%;
	text-align: left;
}

div#seltable:hover {	
	background-color: #3b5e00;
	height: 110px;
}

.sectd {
	background-color: #5ea43b;
}

.description {
	font-family: sans-serif, helvetica;
	font-size: 11px;
	padding-left: 15px;
}
