body {
	background-color: #E3F0E9;
}


/* ====== content styles ====== */
#content h2 {
	color: #666;
}
#content h2.blocktitle { color: #999; }
#content h3 {
	color: #44765C;
	border-bottom-color: #BCD9CA;
}
#content p, #content address { color: #333333; }
#content a { color: #702F26; }
#content a:hover { color: #990000; }
#content blockquote { color: #000066; }
#content ul li { color: #702F26; }

#sidebar {
	border: 1px solid #E3E8EB;
	border-width: 0 0 1px 0;
}
#sidebar h4 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1px 0;
	padding: 8px 10px 0 10px;
	width: 230px;
	height: 20px;
	background: #9C9C93 url(../images/sidebar-corner.gif) top right no-repeat;
}
#sidebar p { font-size: 11px; color: #999; margin: 10px 12px 8px 12px; }
#sidebar ul {
	list-style-type: none;
	margin: 0 0 6px 0;
	border-top: 1px solid #E0C889;
}
#sidebar ul li {
	width: 229px;
	background-color: #FFFFCB;
	margin: 0 0 1px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E0C889;
	border-width: 0 0 1px 0;
}
#sidebar ul li a {
	width: 240px;
	height: 16px;
}
#sidebar ul li a:hover { color: #FFB989; }


/*#content form ul li { background-color: #EEFBF4; }*/

#content table caption { color: #fff; background-color: #44765C; border-bottom-color: #fff; }
#content table thead th { background-color: #BCD9CA; border-left-color: #fff; }
#content table tr.stripe td, #content table tr.stripe th { background-color: #EEFBF4; }

/* ======= services structural styes ======== */
#right { width: 499px; }

.left-m { margin-left: 17px; margin-right: 0; }
.right-m { margin-left: 14px; margin-right: 18px; }
