/* @override 
	http://www.williamleechcharity.org.uk/style/index.css
*/

div#content {
	border-bottom-color: #849cb0;
	border-bottom: 1px solid #849cb0;
	background-color: white;
}

#sideText {
	width: 277px;
	float: right;
}

div#wrapper {
	width: 1000px;

	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-right: 1px solid #9eb8dc;
	border-left: 1px solid #9eb8dc;
	height: auto;
}

div#panelC {
	width: inherit;
	height: inherit;
	background-image: url(../images/bodyback.png);
	margin-bottom: 1px;
}

div#pageLeft {
	width: 200px;
	height: 100%;
	float: left;
}

div#pageRight {
	float: right;
	width: 200px;
	height: 100%;
}

.latestNews {
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

div#search {
	font-size: 13px;
	color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h5#rss {
	background-color: white;
}

h5.sideHead {
	background-color: #849cb0;
	color: white;
	width: 95%;
	position: relative;
	left: 10px;
}

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #003268;
}

a:hover {
	font-weight: normal;
	font-style: normal;
	color: #003268;
	text-decoration: underline;
}

.latestNews div {
	padding: 10px;
}

#search form label {
	font-size: 10px;
}

#search div {
	padding: 10px;
}

.latestNews h5 {
	font-size: 10px;
}

input#sbi {
	position: relative;
	width: 160px;
	border-style: solid;
	border-width: 1px;
}

input.button {
	border: 1px solid black;
}

#contactForm form ul {
	list-style-type: none;
}

#contactForm form ul li {
	margin-bottom: 60px;
	vertical-align: top;
}

input#newsName {
	margin-left: 100px;
}

input#newsEmail {
	margin-left: 100px;
}

textarea#newsMessage {
	margin-left: 80px;
	height: 100px;
	width: 154px;
}

input#sbb {
	border: 1px solid black;
}

#search form table tbody tr {
	padding: 0;
	margin: 0;
}

#search form table tbody tr td {
	position: relative;
}

div#page {
	padding: 10px;
	width: 580px;
	float: left;
	font-size: 12px;
}

div#menu {
	border-bottom: 1px solid #849cb0;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #ebeff2;
}

div#footer {
	text-align: center;
	background-color: white;
	border-bottom: 1px solid #849cb0;
	font-size: 10px;
	padding: 4px;
	color: #849cb0;
}

.clear {
	clear: both;
	width: 400px;
	margin: auto;
}

div.formRight {
	float: right;
}

dt {
	float: left;
	text-align: left;
	display: block;
	clear: left;
}

dd {
	margin-bottom: 3px;
	margin-left: 120px;
}

#newsAddress {
	width: 150px;
	height: 60px;
}

#project h6 {
	font-size: 10px;
	margin: 0 0 15px;
}

textarea#newsLetter {
	width: 580px;
}


div.formLeft {
	float: left;
}

.clearMain {
	clear: both;
}

div#contactForm {
	padding: 70px;
}