body
{
	margin: 0px;
	padding: 0px;
	background: #0099CC url(../_img/body_bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
}
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;
}
.picborder
{
    border: solid 1px #99CC00;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 788px;
}
/*----------------
Header
----------------*/
#header
{
	width: 788px;
	height: 165px;
	overflow: hidden;
}
/*----------------
Menu
----------------*/
#menu
{
	width: 788px;
	height: 30px;
	background-color: #99CC00;
	overflow: hidden;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#menu li
{
	float: left;
}
/*----------------
Content
----------------*/
#content
{
	width: 768px;
	padding: 10px;
}
#content a
{
	color: #fff;
}
#content h1
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.blogpostseperator, .gbpostseperator
{
    margin: 15px 0px;
    border-width: 0px;
    border-top: solid 1px #99CC00;
    height: 1px;
}
.blogtitle
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}
.blogtitle a
{
    text-decoration: none;
}
.blogdate
{
    margin: 5px 0px 10px 0px;
    display: block;
    font-weight: bold;
    color: #99CC00;
}
.permalink
{
    margin: 10px 0px;
    display: block;
    font-size: 12px;
}
/*----------------
Footer
----------------*/
#f
{
	width: 100%;
	height: 69px;
	background: url(../_img/f_bg.gif) repeat-x;
}
#footer
{
	margin: 0px auto;
	width: 788px;
	height: 69px;
	background: url(../_img/footer_bg.gif) no-repeat;
}
#footer a
{
	display: block;
	position: absolute;
	width: 194px;
	height: 69px;
	margin-top: 0px;
	margin-left: 587px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #99CC00;
}
#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 #99CC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #99CC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #99CC00;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}