body {
    background-color: #8FBC8F;
    margin: 8px 0px 8px 0px;
	width:100%;
}
.head1Bolder {
	margin-bottom: 4px;
	color: #8FBC8F;
	font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
	margin-bottom: 16px;
}

div.tabs  {
    margin: 2px 0px 0px 0px;
    padding: 2px 0px 2px 8px;
    border-bottom-width: 0px;
}

div.main {
    background-color: #ffffff;
}


.blogHeaderLeft {
    border-bottom-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-width: 2px;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffe7;
    horizontal-align: left;
}

.blogHeaderRight {
    border-bottom-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-width: 2px;

	width:100%;
	height:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 10px 25px 0px 0px;
    background-color: #ffffe7;
    horizontal-align: right;
    vertical-align: bottom;

    text-align: right;
}

div.content {
    margin: 22px 25px;
    clear: both;
    float: none;
	margin-left:auto;
	margin-right:auto;
}

dt {
    font-weight: bold;
}



#centercol p {
	font-size: 12px;
}
