body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00183E;
}
#bottomemenu {
	height: 19px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
}
#footer p {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: .6em;
}
#footer a {
	color: #CCFF00;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomcont {
	height: 20px;
}
#content {
	background-image: url(images/content_boxmid.jpg);
	background-repeat: repeat-y;
}
#content p {
	font-size: 0.8em;
	padding: 0px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
}


#content object{
	display: block;
	margin-left: 50px;
	margin-top: 30px;
	background-color: transparent;
}

	
	
#content .imagestyle {
	margin-right: 15px;
	border: 3px solid #00FFFF;
	margin-bottom: 10px;
}
#content h2 {
	color: #CCFF00;
	font-size: .9em;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: bold;
}
#content ul {
	padding: 0px;
	margin-right: 35px;
	margin-left: 70px;
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 8px;
}
#content h3 {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: bold;
}
#content a {
	color: #CCFF00;
	text-decoration: none;
}
#content a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/*afeeney@heritagewebdesign.com additions*/
#edit_table{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

td.edit_table_cell{
	padding: 5px;
}

#admin_hr{
	width: 98%;
}

.pagination{
	margin: 10px;
}

.form_container{
	margin: 15px;
	margin-left: 30px;
}

label.column{
	display: block;
	float: left;
	width: 150px;
}
input{
	margin: 5px;
}