html, body, #container
{
	min-width: 790px;
	height: 100%;
}

body
{
	background-color: #E5E5E5;
	font-size: smaller;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	text-align: center;
}

blockquote
{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	line-height: 130%;
	font-style: oblique;
}

#container
{
	margin: 0 auto;
	width: 790px;
	text-align: left;
}

#header
{
	position: relative;
	background: url(images/header.jpg) left top;
	height: 160px;
}

#logo
{
	position: absolute;	/* place the logo near the top left corner, floating */
	top: 50px;
	left: 30px;
}

#tabs
{
	margin: 0px 0px 0px -6px;
	padding-left: 0px;
    float: left;
    width: 100%;
    background: #E5E5E5 url(images/tabs/tabsbg.png) repeat-x bottom;
    font-size: 93%;
    line-height: normal;
    border: none;
}
#tabs ul
{
    padding: 0px 0px 0px 15px;
    list-style: none;
}
#tabs li
{
    float: left;
    background: url(images/tabs/norm_right.png) no-repeat right top;
    margin: 0;
}
#tabs a
{
    float: left;
    display: block;
    background: url(images/tabs/norm_left.png) no-repeat left top;
    padding: 5px 25px 4px 0px;
    text-decoration:none;
    font-weight:bold;
    color: #336600;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current
{
    background-image: url(images/tabs/norm_right_on.png);
}
#tabs #current a
{
    background-image: url(images/tabs/norm_left_on.png);
    padding-bottom: 5px;
}
#tabs a:hover
{
  color:#990000;
}

/* all these container, div, !important IE hacks are bullshit, but whaddya gunna do?*/
.sidebarContainer
{
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	text-align: center;
	font-size: smaller;
	width: 185px;
	position: relative;
	float: left;
	left: 10px;
	margin: 70px 0 0 10px !important;
	margin: 70px 0 0 5px;
	border: none;
}
.sidebar
{
	background: none !important;
/*	background: url(images/shadow2.gif) no-repeat left top;*/
	padding: 0 !important;
	padding: 0 6px 6px 0;
	border: none;
}
.sidebar div
{
	color: #000;
	background-color: #FFF;
	border: 1px solid #250;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}

.mainContentContainer
{
/*	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;*/
	text-indent: 2em;
/*	text-align: justify; */
	
	float: right;
	width: 555px;
	height: 100%;
	
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 5px;
}
.mainContent
{
/*	background: none !important;
	background: url(images/shadow2.gif) no-repeat left top;*/
	padding: 0 0 0px 0 !important;
	padding: 0 6px 6px 0;
}
.mainContent div
{
	color: #000;
	background-color: #FFF;
	border: 1px solid #250;
	padding: 32px 12px 4px 8px;
	margin: 0px 6px 6px -6px !important;
	margin: 0;
	text-indent: 0em;
}
.mainContent p
{
	text-indent: 1.5em;
}

hr
{
	border: none 0; 
	border-bottom: 1px dashed #9C3;/*#F99;*/
	width: 80%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;
}

img
{
	border: none;
}

img.center
{
	display: block;	/* what a bizarre language */
	margin-left: auto;
	margin-right: auto;
}
.imgRight
{
	float: right;
}
.imgLeft
{
	float: left;
}

.center
{
	border: none !important;
	text-align: center;
}
.FAQ p
{
	text-indent: 0;
}

/* hot dates, thanks to http://lab.christianmontoya.com/css-dates/ */
.published
{
	display:block; 
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 5px;
	border-bottom:none;
	
	background:url(images/dateClipBottom.png) right bottom no-repeat;
	width:2.2em;
}
.pub-month
{
	display:block;
	font-size: .9em;
	margin:0; 
	padding:0;
	padding-top:12px;
	background:url(images/dateClipTop.png) center top repeat-x;
}
.pub-date
{
	display:block; 
	font-size:1.4em;
	margin:0; 
	padding:0;
}

#footer
{
	clear: both;
	height: 2em;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #CCC;
	width: 100%;
	border-top: thin dotted #000;
	font-size: smaller;
	text-align: center;
}

a:link
{
	color: #336600;
/*	text-decoration: none;
	font-weight: bold*/
}
a:visited
{
	color: #336600;
/*	text-decoration: none;
	font-weight: bold*/
}
a:hover
{ 
	color: #990000;
/*	text-decoration: none;
	font-weight: bold*/
}
a:active
{ 
	color: #CC6600;
/*	text-decoration: none;
	font-weight: bold*/
}
