/*For print stylesheet, enable display:none for #heada, #pdf-image, both flow pointers, .content-table-no-print, and #footer*/
BODY
{
	margin: 0px;
}
A
{
	text-decoration: none;
	color: #1C77D7;
}
A:hover
{
	text-decoration: underline;
}
IMG
{
	border: none;
}
TABLE
{
	border-collapse: collapse;
}
/*Header -----------------------------------------------------------------*/
#heada
{
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
	width: 100%;
	background: #000000 url(header-grad.jpg) repeat left center / contain;
}
#subsection-box
{
	/*+placement: float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 33%;
	height: 106px;
	text-align: center;
	min-width: 340px;
}
#section-title
{
	/*text-shadow: 1px -1px #000000;*/
	font-size: 13.1pt;
	font-style: italic;
	font-family: cursive;
}
#section-description
{
	font-size: 9.1pt;
	font-style: italic;
	color: #1C77D7;
	font-family: cursive;
}
#logo-box
{
	/*+placement: float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 33%;
	text-align: center;
	min-width: 340px;
	height: 112px;
}
#Rako-contents
{
	font-family: cursive;
	font-style: italic;
	font-size: 14.3pt;
}
#search-box
{
	width: 33%;
	height: 106px;
	/*+placement: float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	min-width: 340px;
}
INPUT[type=submit]
{
	width: 148px;
	font-size: 11.8pt;
	color: #1C77D7;
	font-family: cursive;
	font-style: italic;
}
/*Lede table or full page width styles-------------------*/
.deck
{
	line-height: 25px;
	font-size: 21px;
	margin: 0px 0px 17px 12px;
	width: 75%;
	font-weight: bold;
}
#pdf-image
{
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
	width: 43px;
	/*+placement: float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
/*Flow pointer style for all page widths*/
.flow-pointers-r
{
	position: relative;
	float: right;
	z-index: 3;
	display: none;
}
.flow-pointers
{
	position: relative;
	float: left;
	left: -48px;
	z-index: 5;
	display: none;
}
.pointer-cell
{
	/*[disabled]background-image:url(flow-back.gif);*/
	background: transparent url(bot-grad.gif) repeat top / contain;
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
	height: 34px;
}
.post-pointer-cell
{
	background: transparent url(bot-grad.gif) no-repeat top / cover;
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
	/*[disabled]background-color:#4DE83B;*/
	margin: 0px;
	padding: 0px;
}
/*Half-page column styles*/
.content-table
{
	width: 340px;
	float: left;
}
.content-table TD
{
	vertical-align: top;
	margin: 0px;
}
.content-table .deck
{
	font-size: 21px;
	margin: 4px 27px 0px 0px;
	width: 100%;
	font-weight: bold;
}
.content
{
	height: 860px;
	padding: 4px;
	font-family: Times;
	line-height: 20px;
	font-size: 17px;
}
.content H3
{
	margin: 0px;
	line-height: 27px;
	padding: 23px 0px 0px;
}
.content IMG
{
	width: 50%;
	padding-bottom: 0px;
	padding-right: 7px;
	float: left;
	padding-top: 8px;
}
.horz-bar
{
	height: 4px;
}
.home-text
{
	height: 360px;
}
.recent-lede
{
	height: 210px;
}
.recent-posts
{
	height: 160px;
}
.home-table UL
{
	margin: 13px 0 -16px;
}
.home-table LI
{
	margin: -14px 0px 0px -24px;
}
IMG.horz-bar
{
	width: 100%;
}
.content .home-table .H3-summary
{
	margin: -18px 0 0;
	line-height: 1;
}
.col-title
{
	text-shadow: 1px -1px #000000;
	font-size: 21.5pt;
	font-style: italic;
	font-family: cursive;
	margin-bottom: 11px;
}
/*Style for Category page columns*/
.short-half-col
{
	height: 59%;
}
.short-half-col LI
{
	margin: -16px 0 0 -14px;
}
/*Category sidebar-----------------------------------------*/
.content-table-no-print
{
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
}
/*Footer-----------------------------------------------------------------*/
#footer
{
	/*enable for print stylesheet*/
	/*[disabled]display:none;*/
	height: 60px;
	/*+placement: float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	/*[disabled]background:#000000 url(footer-grad.jpg) repeat left center / contain;*/
	padding: 0px;
}
#footer-content
{
	color: #A8A8A8;
	font-weight: bold;
	font-size: 14pt;
	padding: 18px 18px 18px 60px;
}
