body {
	background: #E0E0E0 url('layout-bg.jpg') repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #6b5c52;
}
body, td, th, a, h1, h2, h3, h4, li, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
a {
	color: #94a800;
	text-decoration: none;
}
a:hover {
	color: #000;
}

ul , ol {
	margin: 0 0 0 20px;
	padding: 0;
	}

/* List */
.tablelist th {
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #618611;
	background-color: #87ae35;
	color: #FFF;
	}
.tablelist td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #978e88;
	}
	
.tablelist table td {
	border: 0;
	}
/* Table Form */
.tableform th {
	font-weight: normal;
	color: #332923;
	text-align: left;
	padding-right: 30px;
	}
.tableform th, .tableform td {
	padding-top: 3px;
	}

input, select, textarea {
	border: 0;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	padding: 2px;
	color: #4e3f30;
}




.inputfield, textarea {
	margin: 0 2px;
}
.inputfield {
	background: transparent;
	height: 22px;
	width: 196px;
}
.btn {
	border: 0;	
	font-size: 11px;
	line-height: 140%;
	height: 40px;
	background: url(../images/btn.gif) no-repeat;
	color: #3b3030;
	margin: 5px;
	width: 160px;
}
.squarebtn {
	border: 0;	
	font-size: 11px;
	line-height: 140%;
	width: 40px;
	height: 40px;
	background: #559a34;
	color: #3b3030;
}
textarea {
	background: url(textarea-bg.gif) no-repeat;	
	background-attachment: fixed;
	height: 116px;
	width: 296px;
}

hr {
	color: #a6937c;
	height: 1px;
}
.dothr {
	background: url(../images/dot.gif) repeat-x 0% 50%;	
	height: 15px;
}
label {
	width: 150px;
	float: left;
	vertical-align: middle;
}
label b {
	color: #d71921;
}
blockquote {
	margin: 5px 0 5px 40px;
}
h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #4e3f37;
}
h3{
	font-size: 12px;
	color: #000;
	margin: 0;
}
h4{
	font-size: 15px;
	color: #000;
	margin: 0;
}
.imgframe {
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 4px;
}
.option {
	padding-right: 30px;
}

small {
	font-size: 10px;
}

.tag, .tagover {
	background-color: #CCC;
	padding: 10px;
	margin-right: 1px;
}
.tagover {
	background-color: #FFF;
}
#sidemenu ul {
	margin: 0 0 0 10px;
	}
#sidemenu li {
	margin: 0;
	padding-top: 10px;
	}

#sidemenu ul {
	list-style-type: none;
}
#sidemenu a {
	color: #FFF;
}
#sidemenu a:hover {
	color: #000;
}
	
#events .item {
	background-color: #E0E0E0;
	color: #555;
	height: 60px;
	width: 300px;
	border-left: 5px solid #d22472;
	margin-bottom: 5px;
	cursor: pointer;
}

#events .item img{
	float: left;
	margin-right: 5px;
}
#events .item blockquote{
	padding: 5px;
}
#navFooter, #navFooterSub {
	padding-top: 10px;
	width: 890px;
	text-align: left;
}
#navFooter  a {
	color: #559a34;
	font-size: 11px;
	padding-right: 10px;
}
#navFooterSub  a {
	color: #695645;
	font-size: 11px;
	padding-right: 10px;
}
#navFooter  a:hover, #navFooterSub  a:hover, #navTop a:hover {
	color: #000;
}

#navTop {
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10;
	width: 445px;
	text-align: right;
}
#navFooterText {
	font-size: 10px;
	width: 890px;
	text-align: right;
	padding-bottom: 20px;
}
#navTop  a {
	color: #FFF;
	font-size: 11px;
	padding-right: 10px;
}