body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #344308;
	background-color: #8b986a;
}

#mainTable {
	width: 800px;
	background-color: #a1ac84;
	border-collapse: collapse;
}

#title {
	height: 250px;
	background-image: url(../images/top.jpg);
}

#divider {	
	height: 5px;
}

.leftCol {
	width: 150px;
	text-align: left;
	font-style: italic;
	font-size: 16px;
	padding: 10px;
}

.middleCol {
	width: 500px;
}

.rightCol {
	width: 150px;
}

#footer {
	font-size: 8px;
}

a:link { 
	text-decoration: none; 
	color: #344308;
	font-weight: bold;
}
a:visited { 
	text-decoration: none;
	color: #344308;
	font-weight: bold;
}
a:hover, a:active { 
	text-decoration: underline;
	color: #344308;
	font-weight: bold;
}

img {
	border: none;
}

.breadcrums {
	width: 100%;
	text-align: left;
}

.inputButton {
}

.inputField {
}

.userOverall {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

.userHeading {
	font-size: 12px;
	font-weight: bold;
}

.userSmall {
	font-size: 10px;
}

.avatar {
	width: 50px;
	height: 50px;
}

.PBEntirePost {
	border: 3px solid #344308;
	border-collapse:collapse;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.PBSubject {
	background-color: #dfe1d4;
	color: #344308;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
}

.PBTopic {
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}

.PBPost {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #344308;
}

.PBBy {
	text-align: left;
	font-size: 10px;
	padding-left: 5px;
}

.PBComments {
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}

.PBNav {
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}

.PBResponseList {
	border: 3px solid #344308;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.PBResponseHeader {
	color: #344308;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background-color: #dfe1d4;
	border-bottom: 1px solid #344308;
}

.PBResponseAuthorA {
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
}

.PBResponseAuthorB {
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
	background-color: #8b986a;
}

.PBResponseDateA {
	padding-bottom: 10px;
	font-size: 10px;
}

.PBResponseDateB {
	padding-bottom: 10px;
	font-size: 10px;
	background-color: #8b986a;
}

.PBResponsePostA {
	padding: 10px;
	text-align: left;
}

.PBResponsePostB {
	padding: 10px;
	text-align: left;
	background-color: #8b986a;
}

.PBCommentsInsertA {
	padding: 10px;
}

.PBCommentsInsertB {
	padding: 10px;
	background-color: #8b986a;
}

.PBPostImage {
	padding-top: 5px;
	padding-left: 5px;
}

.popularTopics {
	text-align: left;
}

.popularTopicsHeading {
	font-weight: bold;
}

.popularTopicsContent {
	font-size: 10px;
	padding-left: 5px;
}

.popularTopicsSubContent {
	font-size: 10px;
	padding-left: 10px;
	font-style: italic;
}