@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	height: auto;
	width: auto;
}	
body {
	width: 100%;
	font-family: Arial, Lucida Grande, Lucida Sans;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	font-weight: normal;
	line-height: normal;
	background-color: #FFFFFF;
}

* html body {
	font-family:  Arial, Lucida Grande, Lucida Sans;
}

a {
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}	
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
#contentContainer {
	float: left;
	width: 1000px;
	margin-bottom: 1px;
	height: auto;
	
}
#headerContainer {
	float: left;
	width: 1000px;
	height: 202px;
	background-color: #A00;
}
#headerGraphics {
	background-image: url(../images/pbys_header.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 200px;
	width: 1000px;
	background-color: #F00;
}
#navContainer {
	float: left;
	width: 1000px;
	height: 26px;
	margin-bottom: 0px;
	background-color: #C00;
}
#navLevel {
	height: 26px;
	width: 1000px;
	margin-bottom: 1px;
	float: right;
	text-align: center;
	line-height: 26px;
	background-color: #C00;
}
#sideContainer {
	float: right;
	width: 350px;
	height: auto;
	padding-top: 10px;
	background-color: #EEE;
}
#sideLeft {
	width: 0px;
	float: left;
	height: auto;
}
#sideRight {
	float: right;
	width: auto;
	height: auto;
	background-color: #EEE;
}
#sideItem {
	float: left;
	width: 350px;
	height: auto;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
	background-color: #EEE;
}
#sideItem h3 {
	font-size: 14px;
}
#sideItem img {
	width: 120px;
	height: 90px;
	border: 3px solid #000;
	float: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}
#sideItem p {
	float: left;
	font-size: 12px;
	color: #000;
	width: 190px;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 14px;
}


#sideEnd {
	float: left;
	width: 350px;
	height: 100px;
	background-image: url(../images/bg_sideEnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EEE;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	color: #A40000;
	font-weight: bold;
	font-style: normal;
}
#mainContainer {
	float: left;
	width: 650px;
	height: auto;
	text-align: left;
	background-image: url(../images/bg_maincontent.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#mainContainer table {
	margin: 0px;
	font-size: 12px;
}
#mainContainer h2 {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#mainContainer h3, #mainContainer h4, #mainContainer h5 {
	margin: 0px 5px;
}

#mainContainer p {
	margin: 0px 20px;
}
#newsDiv {
	margin: 0px 15px;
}
#contentEnd {
	width: 1000px;
	height: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#footerContainer {
	float: left;
	width: 1000px;
	text-align: center;
	height: 27px;
	margin-top: 10px;
}
#footerTxt {
	width: 1000px;
	height: 26px;
	line-height: 26px;
	background-color: #FFF;
	font-size: 12px;
	color: #000000;
}
#spacerVert {
	float:left;
	width: 1000px;
	height: 1px;
	line-height: 1px;
	background-color: #FFF;
	font-size: 1px;
	margin: 0px;
}
#tickerLevel {
	height: 26px;
	width: 1000px;
	float: left;
	text-align: center;
	line-height: 26px;
	background-color: #444;
	margin-bottom: 1px;
}
#tickerTab {
	float: left;
	width: 150px;
	height: 26px;
	color: #FFF;
	font-weight: bold;
}
#tickerContainer {
	float: right;
	height: 26px;
	width: 850px;
}
#TICKER {
	display:none;
	overflow:hidden;
	background-color:#333;
	width: 885px
}
.postTime {
	font-size: 12px;
	text-decoration: none;
	color: #A00;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}
.postTopic {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	color: #A00;
	text-decoration: underline;
}
.postDetails {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	margin: 5px 0px;
	display: block;
	text-align: justify;
}
.postDetails img {
	float: right;
	border: 5px solid #000;
	vertical-align: middle;
	width: 160px;
	height: 120px;	


}
