body
{
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

img
{
	display: block;
	border: 0;
}

.hide { display: none; }

a:link
{
	font-weight: bold;
/*	text-decoration: none;
	color: #c30;*/
	text-decoration: underline;
	color: #205040;
	background: transparent;
}

a:visited
{
	font-weight: bold;
/*	text-decoration: none;
	color: #c30;*/
	text-decoration: underline;
	color: #205040;
	background: transparent;
}

a:hover
{
	font-weight: bold;
/*	text-decoration: underline;
	color: #f60;*/
	text-decoration: underline;
	color: #203050;
	background: transparent;
}

a:active
{
	font-weight: bold;
/*	text-decoration: none;
	color: #f90;*/
	text-decoration: underline;
	color: #203050;	
	background: transparent;
}

/* default font for everything */
p, td, li, ul, ol, form, input, blockquote { font-family: Georgia, "New Century Schoolbook", Times, serif; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 3px;
	padding: 0;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .75em;
}

h4 {
	font-size: .70em;
}

/* blockquote formatting */
blockquote
{
	text-align: left;
	margin: 10px;
	padding: 0 0 0 5px;
	font-style: italic;
	border-left: 1px dotted #000;
}

/* page footer */
#footer { font-size: .5em; }

/* rounded boxes */
.brbroundbox { background: url(/i/rb/br/bb.gif) repeat; }
.brbtop { background: url(/i/rb/br/bbt.gif) repeat-x; }
.brbtop div { background: url(/i/rb/br/bbtl.gif) no-repeat top left; }
.brbtop div div { background: url(/i/rb/br/bbtr.gif) no-repeat top right; }
.brbbot { background: url(/i/rb/br/bbb.gif) repeat-x; }
.brbbot div { background: url(/i/rb/br/bbbl.gif) no-repeat top left; }
.brbbot div div { background: url(/i/rb/br/bbbr.gif) no-repeat top right; }
.brbcontentwrap { background: url(/i/rb/br/bbl.gif) repeat-y; }
.brbcontent { background: url(/i/rb/br/bbr.gif) repeat-y right; }

.brbtop div, .brbtop, .brbbot div, .brbbot
{
	width: 100%;
	height: 12px;
	font-size: 1px;
}

.brbcontent
{
	padding: 0 0 0 0;
	margin: 0;
}

.brbroundbox
{
	width: 600px;
	margin: 1em auto;
}

/* logo image for pagetop display */
h1#logo
{
	height: 50px;
	background: url(/i/logo.gif) no-repeat top left;
	padding: 0;
	margin: 5px 15px 10px 15px;
	clear: both;
}

h1#logo span { display: none; }

/* utility div for ensuring clear'ness */
div.everclear
{
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0px;
}

/* main content box */
div#innards
{
	padding: 0 0 0 0;
	margin: 0 10px 0 10px;
}

div#innards p
{
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-size: .85em;
	text-align: left;
}




/* main story container for a 2-column page */
div#innards div.mainstory { padding: 5px; 
font-size: .75em; 
}

div#innards div.mainstory p { 
font-size: 1em; 
}

div#innards div.mainstory h3 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	clear: both;
}

div#innards div.mainstory div.photobox
{
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 0;
	font-size: .5em;
}

div#innards div.mainstory div#jimphoto { width: 160px; }

div#innards div.mainstory img
{
	display: block;
	padding: 0px;
	margin: 0 0 5px 0;
	border: 1px solid #000;
}

/* right sidebar container for a 2-column page */
div#innards div.sidebar
{
	margin: 5px;
	padding: 5px;
	width: 29%;
	float: right;
	border: 1px solid #4F3D1B;
	font-size: .75em;
	background-color: #fff;
}




/* horizontal pyramid navigation bar */
#navPyra
{
	margin: 0 2px 20px 2px;
	padding: 6px 0 20px 10px;
	border-top: 1px solid #4F3D1B;
	border-bottom: 1px solid #4F3D1B;
	background-color: #fff;
}

#navPyra li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navPyra a:link, #navPyra a:visited
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #4F3D1B;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover
{
	color: #000;
	background: url(/i/tab_pyra.gif) no-repeat bottom center;
}

a#facebook {background: url(/i/fb.jpg) no-repeat center left; padding:20px 0 20px 40px;display:block;color:#000;}
