body {
	margin: 0px; /*just in case for some browsers who put in extra space*/
	padding: 0px; /*just in case for some browsers who put in extra space*/
	color: #0CF;
	background-image: url(index_images/tilingBG.png);
	background-repeat: repeat;
	text-align: center; 
	color: #000000;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #669933;
	text-decoration: underline;
}
#navigation {
	background: #000;
	padding-top: 10px;
	padding-bottom: 40px;
}
#logo { 
	background-color: #000;
}
#LDS { 
	background-color: #000; 
}
/*used for highlighting the calender links - .quick and .today*/
/*this applies only to the calender page*/
.quick {
	color: #669933;
	text-decoration: underline;
}
.today {
	color: #ccc;
}
#ulBox li {
	display: inline;
	font-size: 12px;
}
#calenderBox {
	float: right;
}
#auto {
	float: right;
	width: 260px;
}
#simple {
	width: 210px;
}
#galleryContainer {
	width: 510px;
	margin-left: 70px;
	padding: 20px;
}
#galleryContainerE {
	width: 580px;
	margin-left: 30px;
	padding: 20px;
}
#simple2 {
	width: 300px;
}
.footerlink a{
	text-decoration: none;
	color: #FFF;
}
.footerlink a:hover {
	text-decoration: none;
	color: #FFF;
}
.homepagequotes {
	font-size: 25px;
	color: #779348;
	font-style: italic;
}
.homepagequotesText li {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin-left: 20px;
	padding-right: 35px;
	padding-top: 18px;
	font-weight: bold;
	font-size: 19px;
	color: #151705;
	font-style:;
}
.oneColLiqCtr .textboxp {
	font-family: Tahoma, Geneva, sans-serif;
	size: 25px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.oneColLiqCtr #container {
	position: relative;
	width: 740px;
	height: 100%;
	background: #000;
	margin: 0px auto;
	border: 3px solid #1c1913;
	margin-top: 10px;
}
.oneColLiqCtr #mainContent {
	padding: 0px 20px;
	padding-bottom: 10px;
}
.oneColLiqCtr #topContents {
	text-align: center;
	padding-top: 0px;
}
.oneColLiqCtr .header {
 	position: absolute;
	left: 0px;
}
.oneColLiqCtr .hri {
	position: absolute;
	top: 265px;
	left: 8px;
}
.oneColLiqCtr #footer { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	width: 100%;
	color: #fff;
	background-color: #1c1913;
	margin-top: 15px;
	padding-top: 0px;
}
.oneColLiqCtr #footer p {
}
.oneColLiqCtr hr {
	color: #798833;
	width: 680px;
} 

