
#sectioncontainer {
	width : 100%;
	height : 144px;
	background-color : #9098d4;
	color : #ffffff;
	clear : both;
}

#sectionheadercontainer {
	display : inline;
	background-color : #9098d4;
	color : #ffffff;
	min-width : 340px;
	width : 45%;
	height : 124px;
	float : left;
	padding-top : 20px;
	margin-left : 25px;
	margin-right : 0px;
}

#sectionheader {
	display : block;
	background-color : #9098d4;
	color : #ffffff;
}

#sectionintro {
	display : block;
	background-color : #9098d4;
	color : #000000;
	font-size : 0.8em;
	margin-top : 15px;
	margin-right : 0px;
	width : 100%;
}

#sectionheaderimage {
	float : right;
	background-image : url('../images/06.jpg');
	background-color : #9098d4;
	color : #ffffff;
	width : 357px;
	height : 144px;
	clear : right;
	display : inline;
}

.websitelinks  {
	margin-top : 0px;
	list-style-type : none;
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

.websitelinks li {
	font-size : 0.8em;
	margin-left : -20px;
	margin-bottom : 3px;
	padding-left : 0px;
	background-color : transparent;
}

.websitelinks li a:link {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

.websitelinks li a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

.websitelinks li a:hover {
	font-weight : bold;
	text-decoration : none;
	color : #ff0000;
	background-color : transparent;
}

a.misclink:link {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

a.misclink:visited {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

a.misclink:hover {
	font-weight : bold;
	text-decoration : none;
	color : #ff0000;
	background-color : transparent;
}

#leftcolumn {
	padding-left : 5%;
	float : left;
}

#rightcolumn {
	float : right;
	padding-right : 20%;
}
