body
{
	background-color: #d4de2a;
	color: #607b02;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	font-weight: normal;
}

table.blog, table.contentpaneopen {width: 100%;}

h1
{
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a
{
	font-size: 10pt;
	color: #607b02;
}

#topline
{
	background: url(../images/topline.gif) no-repeat top center;
	height: 151px;
}

#bottomline
{
	background: url(../images/bottomline.gif) no-repeat top center;
	height: 141px;
}

#contentline
{
	background: url(../images/contentline.gif) repeat-y top center;
	margin: 0 auto;
	width: 744px;
}
#contentline #contentContainer {margin: 0 45px; border: 0; display: inline-block}

#content
{
	margin-bottom: 20px;
}

#header
{
	margin-bottom: 20px;
}

#left
{
	float: left;
	width: 25%;
}

#right
{
	float: left;
	width: 25%;
}

#main
{
	margin: 0 10px;
	width: 412px;
	height: 451px;
	min-height:520px;
	float:left;
	background: url(../images/blog.jpg) no-repeat;
}

#main_wide
{
	min-height:520px;
}

#footer
{
	clear: both;
	padding-top:20px;
}

.contentheading
{
	font-size: 14pt;
}

#main .homeblog
{
	padding: 50px 40px 0 40px;
	display: inline-block;
}


.downloadbox
{
	background: url(../images/downloadbox.gif) no-repeat;
	padding: 25px 0 0 30px;
	font-size: 9pt;
}

.componentheading
{
	display: none;
}


.center {text-align: center;}
.center div {text-align: left;}
#wrapper {min-width: 750px; max-width: 1050px; margin-left: auto; margin-right: auto;}