body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: url(../_img/bodybg.png);
}
a
{
	color: #000;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	width: 100%;
	background: url(../_img/topbg.png) repeat-x;
}
#wrappero
{
	width: 785px;
	margin: 0px auto;
	background: url(../_img/wrappero.png) repeat-y;
}
*html #wrappero {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/wrappero.png', sizingMethod='scale');
}
#wrapperi
{
	position: relative;
	margin: 0px auto;
	width: 755px;
}
#wrapperbottom
{
	margin: 0px auto;
	width: 785px;
	height: 19px;
	background: url(../_img/wrapperbottom.png) no-repeat;
}
*html #wrapperbottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/wrapperbottom.png', sizingMethod='crop');
}
/*----------------
Header
----------------*/
#header
{
	width: 755px;
	height: 176px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	width: 755px;
	background: url(../_img/contentbg.gif) repeat-y;
}
#contento
{
	width: 755px;
	background: url(../_img/contentobg.gif) left bottom no-repeat;
}
#contentl
{
	float: left;
	width: 224px;
	padding-top: 10px;
	padding-bottom: 110px;
}
#contentl ul
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-size: 18px;
}
#contentl li
{
	margin-left: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#contentl li a
{
	display: block;
	width: 197px;
	color: #B8DEF0;
	text-decoration: none;
}
#contentl li a:hover, .onpage, #home #lhome, #report #lreport, #relay #lrelay, #admin #ladmin, #links #llinks, #shop #lshop, #blog #lblog, #contact #lcontact
{
	font-weight: bold;
}
#contentl .spacer
{
	background-color: #B8DEF0;
	line-height: 1px;
	display: block;
}
#donate
{
	margin: 10px 0px;
	text-align: center;
}
#sponsors
{
	margin: 0px auto;
	width: 137px;
	overflow: hidden;
	border: solid 1px #fff;
}
#sponsors img
{
	float: left;
}
#contentr
{
	float: right;
	width: 531px;
}
#contentpic
{
	width: 531px;
	height: 222px;
	overflow: hidden;
}
#contenti
{
	width: 511px;
	padding: 10px;
}
.blogpostseperator, .gbpostseperator
{
    margin: 15px 0px;
    border-width: 0px;
    border-top: solid 1px #000;
    height: 1px;
}
.blogtitle
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.blogtitle a
{
    text-decoration: none;
}
.blogdate
{
    margin: 5px 0px 10px 0px;
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.permalink
{
    margin: 10px 0px;
    display: block;
    font-size: 12px;
    font-style: italic;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #000;
	text-align: right;
}
#credit img
{
	padding-top: 8px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #659CA0;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.selectbox
{
    border: solid 1px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input, .buttonbox
{
    border: solid 1px #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}
.buttonbox
{
    margin: 0px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}