/* CSS Document */
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS",Arial;
	color: #505050;
}

a {
	color: #1F5F0E;
}

#news_text {
	font: 8pt Verdana;
}

#news_text a {
	color: #505050;
}
#header {
	background-color: #FFFFFF;
	background-image: url('../images/header.jpg');
	background-position: left;
	background-repeat: no-repeat;
	height: 70px;
}

#menu {
	background-image: url(../images/menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 10px;
	font: 10pt "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
}

#tabs {
	height: 27px;
	background-image: url(../images/menu.jpg);
	background-position: bottom;
	background-repeat: no-repat;
}

#tab.active {
	background-image: url(../images/tab_active.jpg);
	background-repeat: no-repeat;
	color: #1F5F0E;
}

#tab a{
	color: #004F00;
	text-decoration: none;
}

#tab.active a{
	color: #004F00;
	text-decoration: none;
}
#tab {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	height: 18px;
	* height: 27px;
	width: 185px;
	margin-left: 3px;
	margin-right: 2px;
	float: left;
	font: 9pt "Trebuchet MS";
	color: #004F00;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
}

#main {
	background-image: url(../images/main.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
	
#aff_left {
	margin-right: 398px;
	background-color: #FFFFFF;
	border-left: solid 2px #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
#left {
	margin-right: 255px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

.leftlite {
	background-image: url(template_images/home_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font: 10pt Verdana;
	color: #505050;
}

#rightlite {
	background-image: url(template_images/home_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 260px;
	* width: 260px;
	color: #505050;
	float: left;
	text-align: right;
}

#rightlite_content {
	font: 10pt Verdana;
	color: #505050;
	margin: 10px;
	margin-top: 5px;
}
.home {
	background-image: url(../images/rightlite.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#home_message_container {
	background-image: url(../images/home_message_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: solid 2px #FFFFFF;
	width: 350px;
}
#home_message {
	background-image: url(../images/home_message_middle.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font: 12pt Georgia;
	text-align: center;
	margin-bottom: 20px;
}


#aff_hilite {
	background-image: url(template_images/hilite.jpg);
	background-repeat: repeat-y;
	background-color: #004F00;
	width: 395px;
	* width: 395px;
	font: 10pt Verdana;
	color: #FFFFFF;
	float: left;
}
#hilite {
	background-image: url(../images/hilite.jpg);
	background-repeat: repeat-y;
	background-color: #004F00;
	width: 255px;
	* width: 255px;
	font: 10pt Verdana;
	color: #FFFFFF;
	float: left;
}
#hilite_content {
	font: 10pt Verdana;
	color: #FFFFFF;
	margin: 10px;
	margin-top: 5px;
}

#hilite_content a {	
	color: #FFFFFF;
}

#hilite_header {
	height: 20px;
	background-image: url(../images/hilite_header.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font: 12pt Georgia;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
	margin-left: 5px;	
}

#clear {
	clear: both;
}

#menu_link {
	margin-left: 5px; 
	margin-right: 5px;
	text-transform: uppercase;
}

#menu_link a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
	clear: both;
	border-bottom: solid 5px #F0E5C1;
	background-color: #FFFFFF;
	text-align: center;
	border-top: solid 1px #D9BE65;
}

#footer a {
	font: 8pt Verdana;
	color: #004F00;
}

#copyright {
	font: 8pt Verdana;
	color: #FFFFFF;
	text-align: center;
	background-color: #004F00;
}
	
#h1 {
	font: 20pt Georgia;
	color: #1F5F0E;
	font-weight: bold;
	line-height: 20pt;
	text-transform: uppercase;
}

#h2 {
	font: 15pt Georgia;
	color: #1F5F0E;
	font-weight: bold;
	line-height: 15pt;
	text-transform: uppercase;
}

label {
	display: block;
	width: 100px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	float: left;
}

input {
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #505050;
	margin-right: 25px;
}

#clearleft {
	clear: left;
}
#clearright {
	clear: right;
}
#clearboth {
	clear: both;
}

#category_list {
	height: 40px;
	text-align: center;
	background-color: #333333;
	border-bottom: solid 2px #CCCCCC;
	color: #CCCCCC;
}

#category_name {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#category_name a {
	color: #FFFFFF;
}

#board {
	margin: 20px;
}


#topic {
	margin-left: 20px;
	margin-top: 5px;
	width: 250px;
	height: 50px;
	background-image: url('../images/topic_background.jpg');
	background-repeat: no-repeat;
	float: left;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#topic_name, #reply_name {
	font-size: 11pt;
	font-weight: bold;
}

#reply_form {
	background-image: url('../images/reply_form.jpg');
	background-repeat: no-repeat;
	width: 350px;
	height: 200px;
	margin-top: 25px;
	clear: left;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	margin-left: 20px;
}

#reply_name {
	font-size: 11pt;
	font-weight: bold;
}

#topic_name a, #reply_name a {
	color: #FFFFFF;
}

#topic_author {
	font-size: 8pt;
	font-weight: bold;
}

#topic_left {
	font-family: "Trebuchet MS";
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 200px;
}

#topic_right {
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	width: 30px;
	font-family: "Trebuchet MS";
	font-size: 7pt;
	text-align: right;
}

#topic_replycount {
	font-size: 9pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

#topic_body, reply_body {
	clear: left;
	width: 250px;
	margin-left: 20px;
}

#topic_wide {
	/* background-image: url('../images/topic_background_wide.jpg');
	background-repeat: no-repeat; */
	margin-left: 20px;
	margin-top: 5px;
	width: 500px;
	height: 50px;
	color: #004F00;
	margin-bottom: 5px;
}

#topic_left_wide {
	font-family: "Trebuchet MS";
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 440px;
}

#topic_body_wide, #reply_body_wide {
	background-image: url('../images/reply_body_background.jpg');
	background-repeat: no-repeat;
	clear: left;
	width: 500px;
	margin-left: 30px;
	padding-left: 10px;
	padding-top: 10px;
}

#reply_header {
	background-image: url('../images/reply_background.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 6px;
	width: 500px;
	height: 30px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 7pt;
}

#date {
	height: 15px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	margin-left: 25px;
}

#post_form {
	margin-top: 15px;
	width: 500px;
	height: 300px;
	background-image: url('../images/new_topic.jpg');
	background-repeat: no-repeat;
	clear: left;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#profile_box {
	background-image: url('../images/profile_background.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 350px;
	padding: 10px;
	float: left;
	color: #F7F7F7;
}

#profile_box a {
	color: #F7F7F7;
}

#p_label, label {
	padding-left: 5px;
	width: 100px;
	text-transform: uppercase;
}

#p_title {
	padding-left: 25px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

#profile_address {
	padding-left: 20px;
	width: 200px;
	float: left;
}
