html { overflow-y: scroll; }
body {
	font: 12px Trebuchet MS, Verdana, sans-serif;
	background: #FFFFFF url(../img/bg_tile.jpg) repeat-x;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #e51937;
	text-decoration: none;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#articleDiv {
	padding-left: 25px;
	width: 600px;
	text-align: left;
}
#commentDiv {
	border-top: 1px solid #babbb3;
	padding-top: 15px;
	margin-left: -10px;
	padding-left: 20px;
}
#commentDiv td { padding: 0px 25px 8px 0px; }
#commentDiv input {
	width: 225px;
	font-size: 11px;
}
#commentDiv textarea {
	width: 475px;
	font-size: 11px;
}

#footer {
	border-top: 1px solid #babbb3;
	width: 600px;
	clear: both;
	margin: 20px 0 20px 25px;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	color: #000;
}

#mainContent {
	padding-top: 15px;
	float: left;
	width: 635px;
}
#hdr ul#RSS {
	width: 180px;
	font-size: 11px;
	float: right;
}
#hdr ul#RSS a { font-weight: normal; }
#hdr ul#RSS li {
	padding: 5px 10px 3px 5px;
	float: left;
	text-align: right;
	display: block;
}
#hdr ul#RSS li.last { clear: both; padding: 0px; }
#hdr ul#RSS li img {
	margin-right: 7px;
	vertical-align: text-top;
}
#hdr h1 {
	font-weight: bold;
	font-size: 16px;
	color: #e51937;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 23px;
}

#articleDiv { clear: both; }
#articleDiv a {
	color: #e51937;
	font-weight: bold;
}
#articleDiv a:hover { text-decoration: underline; }
#articleDiv blockquote {
	margin-left: 10px;
	margin-right: 10px;
}
#articleDiv h2 {
	font-weight: bold;
	font-variant: small-caps;
	margin-top: -8px;
	margin-bottom: 10px;
	font-size: 12px;
}

#articleDiv h2.copy {
	margin-top: auto;
}

#articleDiv h3 {
	font-weight: bold;
	font-variant: small-caps;
	margin-top: -8px;
	margin-bottom: 10px;
	color: white;
	font-size: 12px;
}
#articleDiv img#pic {
	padding-bottom: 15px;
	width: 600px;
	clear: both;
}
#articleDiv ol, #articleDiv ul {
	margin-left: 25px;
	margin-bottom: 10px;
}
#articleDiv ol li {
	list-style: decimal;
	margin-bottom: 5px;
}
#articleDiv ul li {
	list-style: square;
	margin-bottom: 5px;
}

#articleDiv p { 
	margin-bottom: 10px; 
}
#articleDiv p.comment {
	background: url(../img/quotes.gif) no-repeat;
	padding: 10px 10px 15px;
	min-height: 30px;
}
#articleDiv h2.qa {
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0px;
}

#video {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#sideNav {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-left: 15px;
}
img#logo {
	margin-bottom: 30px;
	margin-left: 10px;
}
#sideNav ul {
	display: block;
	min-height: 1px;
	padding: 10px;
}
#sideNav ul li {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}
#sideNav ul ul {
	padding: 0 0 2px 5px;
	background: none;
}
#sideNav ul li#arch ul li {
	font-size: 11px;
}
#sideNav ul li ul li {
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: normal;
}
#sideNav ul ul ul {
	padding: 0 0 2px 5px;
	background: none;
}
#sideNav ul li#arch ul ul li, 
#sideNav ul ul ul li {
	font-size: 9px;
	line-height: 11px;
}
#sideNav ul li.navSelect a {
	font-weight: bold;
	color: #e51937;
}

.pPlus {
	background: url(/pbj/img/plusminus.gif) no-repeat;
	margin-right: 5px;
}
.pMinus { 
	background: url(/pbj/img/plusminus.gif) no-repeat -11px; 
	margin-right: 5px;
}
.sml       {
	font-weight: normal;
	font-variant: normal; 
	font-size: 10px;
}
sub {
	font-size: 80%;
	line-height: normal;
	vertical-align: text-bottom;
}
sup {
	font-size: 80%;
	line-height: normal;
	vertical-align: text-top;
}

