#container {
background: #fff;
width: 95%
}

#content {
width: 65%;
float: left;
padding-left: 10px;
}

#content p {
margin-bottom: 10px;
}

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


.box {
	border: 1px solid #A4D07E;
	background: #fff;
	margin-bottom: 5px;
	text-align: left;
	}
	
.boxheader {	
	background: #BFDEA4;
	font-size:10px;
    font-weight:normal;
    text-decoration:none;
	text-align: left;
    color:#000;
    font-family: "Verdana", "Arial", sans-serif;
	line-height:15px;
	padding: 5px 0 5px 5px;
	}

.boxtext {
	padding: 5px;
	font-size: 10px;
	color:#BFDEA4;
    font-family: "Verdana", "Arial", sans-serif;
	line-height:15px;
	}



#subtitle {
font-size: 13px;
font-weight: bold;
color: #000;
}