body {
	background-color: #A8A8A8;
}

p {
	color: #006837;
	font-family: arial narrow, arial, sans-serif; 
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
/*
	House burnt down p tags
*/
#not_active {
	padding: 50px;
}
#not_active p {
	color: #006837;
	font-family: verdana, arial, sans-serif; 
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#not_active .link { 
	font-family: verdana, sans-serif;	font-size: 15px; font-weight: normal; 
	color: #1B5323; text-decoration: none; 
}
#not_active.link:hover { color: #8CC63F; text-decoration: none; }
/* end House burnt down */

ol { margin: 0px; }
ul { margin: 0px; padding: 0px; }
li { 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin-left: 50px; 
	margin-right: 30px; 
}

.bb1 { 	border: solid #97CB5D 1px; }
.greenmainborder { 	border: solid #103415 4px; }
.greenb3 { 	border: solid #97CB5D 5px; }

.bg_pattern {
	background-image: url('../images/bg_img.gif');
	background-repeat: repeat-y;
	background-position: right top
}

.text {
	color: #006837;
	font-family: arial narrow, arial, sans-serif; 
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.home_content_table {
	background-color: #FFFFC9;
	border: 1px solid #fff;
}

.link { 
	font-family: arial narrow, sans-serif;	font-size: 15px; font-weight: normal; 
	color: #1B5323; text-decoration: none; 
}
.link:hover { color: #8CC63F; text-decoration: none; }
.lime_link { 
	font-family: arial narrow, sans-serif;	font-size: 15px; font-weight: normal; 
	color: #67922E; text-decoration: none; 
}
.lime_link:hover { color: #1B5323; text-decoration: none; }

.nav_link { 
	font-family: arial narrow, sans-serif;	font-size: 15px; font-weight: normal; 
	color: #1B5323; text-decoration: none; 
}
.nav_link:hover { color: #8CC63F; text-decoration: none; }
.black_link { 
	font-family: arial narrow, sans-serif;	font-size: 15px; font-weight: normal; 
	color: #000000; text-decoration: none; 
}
.black_link:hover { color: #cccccc; text-decoration: none; }

.accom_direct_link	{
	color: #8BC743;
	text-decoration: underline;
	font-weight: bold;
}

.accom_direct_link:hover	{
	color: #006837;
	text-decoration: none;
	font-weight: bold;
}

/* WebWorX */
.wwx { 
	color: #fff; 
	font-family: verdana, san-serif; 
	font-size: 10px;
}
.wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
}
.wwx_link { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;; 
	font-weight: bold; 
	text-decoration: none;
}
.wwx_link:hover { 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}
/* form */
.textfield {
	border: solid #000 1px; background-color: #fff; color: #333;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif; padding-left: 2px; font-size: 12px;	
}
.form_text {
	color: #333;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #FF9934; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: pointer; border: 1px solid #000;	
}