head {
	<link rel="Shortcut Icon" href="/favicon.ico">
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../graphics/grayscales.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #000000;
}

#mainTable {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

#title {
	height: 183;
	width: 1000;
	vertical-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}

#divider {	
	background-color: #FFFFFF;
	height: 30;
	width: 1000;
}

.leftCol {
	text-align: left;
	width: 1000px;
	padding: 10px;
	background-color: #FFFFFF;
}

.middleCol {
	width: 760px;
	text-align: center;
	padding: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	width: auto;
}

.rightCol {
	width: 180px;
	padding: 4px;
	background-color: #FFFFFF;
}

#footer {
	height: 0px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

a:link {
	text-decoration: bold;
	color: #1c2172;
}
a:visited { 
	text-decoration: bold; 
	color: #1c2172;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #1c2172;
}

img {
	border: none;
}

.breadcrums {
	width: 100%;
	padding-left: 5px;
	text-align: left;
}

.inputButton {
}

.inputField {
}

.userOverall {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.userHeading {
	font-weight: bold;
	font-size: 14px;
}

.userSmall {
	font-size: 10px;
}

.avatar {
	width: 50px;
	height: 50px;
	border: 3px solid #FFFFFF;
}

.PBEntirePost {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #1D2173;
	padding: 0px;
}

.PBSubject {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: 1c2172;
	background-image: url(../graphics/blog_table_header.jpg);
}

a.PBSubject:link { 
	text-decoration: bold; 
	color: #1c2172;
}
a.PBSubject:visited { 
	text-decoration: bold; 
	color: #1c2172;
}
a.PBSubject:hover, a:active { 
	text-decoration: underline;
	color: #1c2172;
}

.PBTopic {
	text-align: right;
	font-size: 10px;
}

.PBPost {
	text-align: left;
	padding: 5px;
}

.PBBy {
	text-align: left;
	font-size: 10px;
}

.PBComments {
	text-align: right;
	font-size: 10px;
}

.PBNav {
	text-align: right;
}

.PBResponseList {
	border: 1px solid #000000;
	width: 90%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.PBResponseHeader {
	background-image: url(../blog_table_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.PBResponseAuthorA {
	font-weight: bold;
	padding-top: 5px;
}

.PBResponseAuthorB {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
}

.PBResponseDateA {
	font-size: 10px;
	padding-bottom: 5px;
}

.PBResponseDateB {
	background-color: #000000;
	font-size: 10px;
	padding-bottom: 5px;
}

.PBResponsePostA {
	text-align: left;
	padding: 5px;
}

.PBResponsePostB {
	background-color: #000000;
	text-align: left;
	padding: 5px;
}

.PBCommentsInsertA {
	padding: 5px;
}

.PBCommentsInsertB {
	background-color: #000000;
	padding: 5px;
}

.PBPostImage {
	border: 3px solid #000000;
	margin: 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;
}