body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #26283C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #150A59;
}
.wickham #container {
	width: 1020px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
} 
.wickham #header {
	background-color: #8B86C0;
	color: #FFF;
	text-align: right;
	background-image: url(../images/bg_header.jpg);
	font: 13px Verdana, Geneva, sans-serif;
	padding: 10px 20px;
	border-top: 5px solid #443D87;
	border-bottom: 8px solid #0377BB;
} 
.wickham #headernavbar {
	background-color: #150A59;
	color: #FFF;
	height: 15px;
	font: bold 13px Verdana, Geneva, sans-serif;
	padding: 10px 30px;
} 
.wickham #headerpic {
	background-color: #FFF;
	font-size: 14px;
	text-align: left;
	height: 55px;
	background-image: url(../images/bg_headerpic.jpg);
	padding: 140px 40px 10px;
	border-bottom: 10px solid #150A59;
}
.wickham #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px;
	background-color: #FFF;
	padding: 30px 10px 15px 30px;
}
.wickham #mainContent {
	line-height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.wickham #footer {
	background-color: #73A23B;
	height: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/bg_footer.jpg);
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #1C2259;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424055;
}
a:hover {
	text-decoration: none;
	color: #76AE57;
}
a:active {
	text-decoration: none;
	color: #424055;
}
a.navbar:link {
	color: #FFF;
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
	color: #F9F6F1;
}
a.navbar:hover {
	text-decoration: none;
	color: #76AE57;
}
a.navbar:active {
	text-decoration: none;
	color: #EAE6E3;
}
h1	{
	font-size: 19px;
	color: #150A59;
	line-height: 23px;
}
h2	{
	font-size: 17px;
	color: #1F72BE;
	line-height: 18px;
}
.text_first_para {
	font-size: 16px;
	color: #626262;
}
.text_small_byline {
	font-size: 10px;
	color: #8C95CE;
}
.text_header {
	font-size: 16px;
	font-weight: bold;
	color: #4B9B60;
}

