body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #47610f url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #011f29;
}
.douglas #container {
	width: 1000px;
	background: #e7e7e7;
	margin: 0 auto;
	border: 5px solid #FFF;
	text-align: left;
} 
.douglas #header {
	background: #FFF url(../images/bg_header.jpg);
	padding: 100px 30px 0 20px;
	text-align: right;
	height: 30px;
	word-spacing: 25px;
	font-size: 13px;
}
.douglas #subheader {
	background: #FFF;
	padding: 0px;
	height: 350px;
	border-bottom: 5px solid #FFF;
} 
.douglas #sidebar1 {
	float: right; 
	width: 210px;
	padding: 25px 30px 15px 25px;
	margin-top: 5px;
	text-align: right;
}
.douglas #mainContent {
	margin: 5px 265px 0 0;
	padding: 10px 45px 0 30px;
	background: url(../images/bg_maincontent.jpg);
	line-height: 19px;
} 
.douglas #footer {
	background:#DDDDDD;
	text-align: right;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	color: #27323A;
}
h2 {
	font-size: 20px;
	color: #2f8436;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
	color: #0281aa;
	letter-spacing: 1px;
}
.text_firstpara {
	font-size: 13px;
	color: #27323A;
	font-weight: bold;
	line-height: 21px;
}
.text_subhead {
	font-size: 16px;
	color: #0281aa;
	font-weight: bold;
}
.text_subheadtext {
	font-size: 14px;
	color: #2DA038;
	font-weight: bold;
}
.text_small {
	font-size: 10px;
	line-height: 17px;
}
a:link {
	color: #011f29;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #011f29;
}
a:hover {
	text-decoration: none;
	color: #aa0400;
}
a:active {
	text-decoration: none;
	color: #011f29;
}
a.page:link {
	color: #0281aa;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #015774;
}
a.page:hover {
	text-decoration: underline;
	color: #aa0400;
}
a.page:active {
	text-decoration: none;
	color: #0281AA;
}
