body
{
	padding: 2em 0 2em 0;
	margin: 0;
	text-align: center;
	font: 62.5% verdana, sans-serif;
	/*background: #ffcc00 url(top.gif) repeat-x;*/
	background-color: #0a2900;
	color: #333;
	line-height: 150%;
}

#menu
{
	list-style-type: none;
	margin-left: -30px;
}

h2
{
	font-size: 16px;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	padding: 0 0 1em 0;
	position: relative;
	/*background: #c0c0c0 url(background.jpg) repeat-y;*/
	/*border: 3px solid #362f3b;*/
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);*/
}

.page
 {
	background-color: #FFFFFF;
	padding: 0px;
	border: solid 2px #FFFFFF;
 }

a {text-decoration: none;}
a:link {color: #a8161f;}
a:visited {color: #a8161f;}
a:hover {color: #240b0a;}

.main_header
 {
    font-family: verdana, arial, sans-serif;
	font-size: 30px;
	font-weight: bolder; 
    color: #0a2900;
	height: 56px;
	text-align: left;
	text-valign: middle;
 }	
.main_left
 {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
    color: #000000;
	text-align: justify;
	text-valign: top;
	width: 297px;
 }	
.main_middle
 {
	width: 20px;
 }	
.main_right
 {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
    color: #000000;
	text-align: justify;
	text-valign: top;
	width: 297px;
 }
.main
 {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
    color: #000000;
	text-align: justify;
	text-valign: top;
 }	
.title
 {
    font-family: verdana, arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bolder; 
    color: #000000;
 }
 .prev
 {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
    color: #000000;
	text-align: left;
	text-valign: top;
	width: 307px;
 }	
 .next
 {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
    color: #000000;
	text-align: right;
	text-valign: top;
	width: 307px;
 }
 




.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: bold;
}

.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;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}