#intro-signin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 10px;
	width: 380px;
	float: left;
	background-color: #DFF2E6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B1CFBF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#intro-join {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 10px;
	width: 380px;
	float: left;
	margin-right: 20px;
	background-color: #F1F1C4;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D6D777;
	margin-top: 20px;
	margin-left: 20px;
}
#list-forums {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 20px;
	clear: left;
	float: left;
}
#guidelines {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #FFE187;
	clear: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C99967;
}
#guidelines h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}
#guidelines ul, #guidelines li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
	padding-bottom: 10px;
}
.forum {
	padding: 5px;
	clear: both;
}
.forum dt {
	width: 250px;
	height: 20px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F1F1C4;
	font-weight: bold;
}
.forum dd {
	padding-top: 10px;
	display: block;
	margin-left: 270px;
	height: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#list-topics {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 20px;
}
#list-topics ul {
	margin: 0px;
	padding: 0px;
}
.topic-details {
	font-size: 0.8em;
	color: #666666;
	padding-top: 5px;
	font-weight: lighter;
}

#topics { list-style: none; margin: 2em 2em 2em 0;}
#topics li{
	padding: 5px;
	margin: 0 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #55483C;
}
#topics a{
	display: block;
	padding: 10px;
	margin-bottom: 1px;
	background-color: #E4EDEA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E4EDEA;
	}
#topics a:link {
	text-decoration: none;
}
#topics a:visited {
	display: block;
	padding: 10px;
	margin-bottom: 1px;
	background-color: #BFD9ED;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFD9ED;
	text-decoration: none;
}

#topics a:hover{
	color: #000000;
	background-color: #F1F1C4;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D6D777;
	}	
.topicline {
	font-weight: bold;
	color: #000000;
}
#forum-header {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#top {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
}
#post {
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	background-color: #DFF2E6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B1CFBF;
	margin-bottom: 40px;
}
#page_select {
	float: left;
	margin-left: 20px;
	margin-top: -10px;
}
#list-messages {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#topic-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	background-color: #FBFED8;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
.user {
	padding: 10px;
	float: left;
	width: 150px;
	margin-right: 10px;
	font-size: 1em;
	line-height: 2em;
}
.user a {
	font-weight: bold;
}
.posting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.7em;
	float: left;
	width: 650px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D777;
}
#post-topic {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #473D35;
	background-color: #FFFFF0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D6D777;
}
.reply {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 1px;
}
.postdetails {
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D6D777;
	margin-top: 5px;
	padding-top: 5px;
	color: #999999;
}
.postdetails a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
#forum-header a {
	font-weight: bold;
}
.admin {
	background-color: #DFF2E6;
	padding-top: 5px;
	border: 1px solid #B1CFBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding-left: 5px;
}
#com-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 20px;
	padding-bottom: 20px;
}
#com-content li {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 10px;
}
.tblheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 3px;
	background-color: #372C23;
	color: #EDEBDA;
}
.tblrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 3px;
}
.imgpost {
	padding: 10px;
	overflow: auto;
	width: 600px;
}
#post-mail {
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	background-color: #DFF2E6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B1CFBF;
	margin-bottom: 40px;
	margin-top: 10px;
}
#mailmsg {
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #333333;
}
#com-col1 {
	width: 400px;
	margin-top: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	padding: 10px;
}
#com-col2 {
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	border: 1px solid #806C5A;
	padding: 10px;
	background-color: #EAD7C2;
}
#com-col2  ol, #results ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-weight: bold;
}
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #993300;
}
#results {
	padding-top: 20px;
}
#guidelines h3 {
	color: #7B5732;
	margin-top: 0px;
}
#headline {
	background-image: url(/imgs/borders/greendots.jpg);
	height: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #D3EBEB;
}
#com-content #guidelines {
	margin: 0px;
}
#box1 {
	background-color: #f7f5f0;
}
.pad {
	padding: 10px;
}
