body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c7edec;
	font-size: normal;
	color: #8B7C49;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
}
#Logo {
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 104px;
	margin-bottom: 3px;
	width: 800px;
	text-align: right;
}
#Banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 172px;
}
#Content {
	width: 800px;
	
}
#Footer  {
	color: #484126;
	font-weight: bold;
	text-decoration:none;
	border-top: 10px solid #0D3D76;
	width: 800px;
	margin-top: 1px;
	
}
a.footer_menu {
	color: #484126;
	font-weight: bold;
	text-decoration:none;
}
a.footer_menu:hover {
	color: #00808;
	font-weight: bold;
	text-decoration:none;
}
a.textlink {
	color: #0D3D76;
	text-decoration: underline;
}
a.textlink:hover {
	color: #008080;
	text-decoration: underline;
}
.blueheadertext {
	font-size: 14px;
	font-weight: bold;
	color: #0D3D76;
}
.brownheadertext {
	font-size: 20px;
	font-weight: bold;
	color: #8B7C49;
}
#menu {
	
	height: 26px;
	width: 801px;
}
.horizontal_line {
	border-top: 1px solid #CEC4A2;
}
.vertical_line {
	border-right: 1px solid #CEC4A2;
}

/*Drop down menu*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li {
	float: left;
	padding-bottom: 2px;
	
	/*width: 10em;*/
}
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border: 1px solid #008080;
	padding: 3px;
}
#nav li ul a {
	width: 160px;
	left: auto;	
	background-color: #E0E096;
	text-decoration: none;	
	color: black;
	font-weight: bold;
}

#nav li:hover ul , #nav li.sfhover ul {
	left: auto;
	background-color: #E0E096;
	text-decoration: none;
	
}
/*End Menu */
.table_border {
	border: 1px solid #996600;
	padding: 3px;
}

.giftbottom {
	font-size: 16px;
	font-weight: bold;
}
.missionstatement {
	font-size: 14px;
	line-height: 25px;
	color: #0D3D76;
	background-color: #A79557;
	text-align: center;
}
.fronttext {
	font-size: 13px;
	line-height: 20px;
}
.border {
	border: medium solid #336666;
}
hr {
	color: #0D3D76;
}
.float-left {
	float: right;
}

.holly {
	clear:none;
	float:left;
}
#nails {
	clear:right;
	float:left;
	margin-right:20px;
	
}