body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}
.banner {
	height: 80px;
	min-width: 600px;
	background-image: url(bg_khaki_no_gradient.gif);
	background-repeat: no-repeat;
	color: #696451;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
}

.menu {
	float: left;
	width: 144px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}
.login_table {
	border: 1px solid #696451;
	width: 140px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	background: #cfbea4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 110px;
}
.search_box {
	border: 1px solid #696451;
	width: 140px;
	color: #FFFFFF;
	background: #cfbea4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/* float: right; */
	/* clear: right; */
	margin-top: 3px;
}
.search_string {
	width: 120px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 110px;
	height: 20px;
	font-size: 10px;
	vertical-align: middle;
}
.content {
	margin-left: 154px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(foot_khaki_gradient.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

/* Styles for the Event List */
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: normal; }
.post_short { text-align: justify; padding-bottom: 5px; }

.comment_title { font-weight: bold; }
.comment_text { font-weight: bold; background-color: #FDFDFD; border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; }
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }

