html,body{
	margin:0px;
	background-color:#ffffff;
}
.left_bg{
	background-image: url(images/kilmokea_02.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width:14px;
}
.right_bg{
	background-image: url(images/kilmokea_04.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width:14px;
}
/*************************************BODY*********************************/
.body_orange_left{
	background-image: url(images/kilmokea_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:20px;
	height:191px;
}
.body_orange_mid{
	background-image: url(images/kilmokea_10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:191px;
}
.body_orange_right{
	background-image: url(images/kilmokea_12.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:20px;
	height:191px;
}
.body_green_bg{
	background-image: url(images/kilmokea_14.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#c1d381;
}
.body_green_pic{
	background-image: url(images/kilmokea_16.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body_header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #740305;
	text-decoration: none;
}
.body_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1d1d1d;
	text-decoration: none;
	text-align:justify;
	line-height:18px;
}
.body_text_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d1d1d;
	text-decoration: none;
}
.body_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1d1d1d;
	text-decoration: underline;
}
.body_link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.body_link_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1d1d1d;
	text-decoration: underline;
}
.body_link_other:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #568d1a;
	text-decoration: underline;
}

.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #687006;
	border: 1px solid #FFFFFF;
	width:200px;
	height:18px;
}
.input_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #687006;
	border: 1px solid #FFFFFF;
	width:150px;
	height:18px;
}
.field{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #687006;
	border: 1px solid #FFFFFF;
	width:200px;
	height:50px;
}
/**************************************FOOTER***************************/
.footer_bg{
	background-image: url(images/kilmokea_17.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:83px;
}
.footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
}
.footer_text_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #da6200;
	text-decoration: none;
}
.footer_menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
}
.footer_menu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.footer_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #da6200;
	text-decoration: none;
}
.footer_link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
/**********************************************INNER**************************/
.inner_bg{
	background-image: url(images/inner_body.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#eef2d9;
}

.inner_bg_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	padding:5px;
}

.inner_bg_pic{
	background-image: url(images/inner_body_pic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#eef2d9;
	height:109px;
}
.img{
	margin:5px;
	float:left;
	border: 1px solid #1d1d1d;
}
.border{
	border: 1px solid #1d1d1d;
}

