body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #3C6FAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555753;
}

#mainTable {
	width: 900px;
	border-collapse: collapse;
}

#title {
	height: 200px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #A1C5ED;
}

#divider {
}

.leftCol {	
}

.middleCol {
	background-color: #79A6D4;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #A1C5ED;
}

.rightCol {
	background-color: #79A6D4;
	background-image: url(../images/bluebar.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 200px;
	padding-left: 5px;
}

#footer {
	border-top: 1px solid #00537d;
	
	height: 20px;
	
	font-size: 9px;
	color: #E7FDBF;
}

/**********END REQUIRED STUFF**********************************************/

a:link { 
	text-decoration: none; 
	color: #E7FDBF;
}
a:visited { 
	text-decoration: none; 
	color: #E7FDBF;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F3FFDF;
}

img {
	border: none;
}

.breadcrums {
	color: #E7FDBF;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.inputButton {
	background-color: #BFDFFF;
	border-left: 1px solid #A1C5ED;
	border-right: 1px solid #00537d;
	border-bottom: 1px solid #00537d;
	border-top: 1px solid #A1C5ED;
}

.inputField {
	background-color: #BFDFFF;
	border-right: 1px solid #A1C5ED;
	border-left: 1px solid #00537d;
	border-top: 1px solid #00537d;
	border-bottom: 1px solid #A1C5ED;
}

.userOverall {
	color: #E7FDBF;
	width: 90%;
	text-align: center;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
}

.userHeading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.userSmall {
	font-size: 10px;
}

.avatar {
	border: 2px solid #00537d;
	width: 50px;
	height: 50px;
}

.PBEntirePost {
	border-collapse: collapse;
	width: 100%;
	border-left: 1px solid #A1C5ED;
	border-right: 1px solid #00537d;
	border-bottom: 1px solid #00537d;
	border-top: 1px solid #A1C5ED;
}

.PBSubject {
	padding: 2px;
	background-color: #00537d;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #E7FDBF;
}

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

.PBPost {
	padding: 2px;
	text-align: left;
	font-size: 12px;
}

.PBBy {
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	font-style: italic;
}

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

.PBNav {
	text-align: right;
	font-size:10px;
}

.PBResponseList {
	border-collapse: collapse;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #A1C5ED;
	border-right: 1px solid #00537d;
	border-bottom: 1px solid #00537d;
	border-top: 1px solid #A1C5ED;
}

.PBResponseHeader {
	padding: 2px;
	background-color: #00537d;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #E7FDBF;
}

.PBResponseAuthorA {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 20%;
}

.PBResponseAuthorB {
	font-size: 12px;
	font-weight: bold;
	background-color: #6A98CA;
	padding: 2px;
	width: 20%;
}

.PBResponseDateA {
	font-size: 10px;
	font-style: italic;
	padding: 2px;
	vertical-align: top;
}

.PBResponseDateB {
	font-size: 10px;
	font-style: italic;
	background-color: #6A98CA;
	padding: 2px;
	vertical-align: top;
}

.PBResponsePostA {
	text-align: left;
	font-size: 12px;
	padding: 2px;
}

.PBResponsePostB {
	text-align: left;
	font-size: 12px;
	background-color: #6A98CA;
	padding: 2px;
}

.PBCommentsInsertA {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.PBCommentsInsertB {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #6A98CA;
}

.PBPostImage {
	border: 5px solid #00537d;
	margin: 10px;
}


.linksHeading {
	font-size: 12px;
	font-weight: bold;
	color: #E7FDBF;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #E7FDBF;
	margin-bottom: 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;
}