body {
	font-family: calibri, verdana, arial, helvetica;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center
}

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#mainlogo {
	width: 700px;
	height: 52px;
	text-align: right;
	color: #0f0;
}

#header {
	background-image: url('images/headerbg.jpg');
	width: 703px;
	height: 153px;
	font-weight: normal;
}

#header a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

#header .redlinks a {
	color: #d44343;
	font-weight: bold;
	font-size: 1.2em;
	margin-width: 60px;
	
}

.whitebg {
	height:50px;
	background-color: #0F0;
}

.redlinks {
	float: left;
	height: 10px;
	padding: 10px;
  position: relative;
  left: 50px;
  top: 6px;
  height: 10px;
	
	}


.headerlinks {
	position: relative;
	float: left;
	height: 40px;
	}

.leftfloater {
	position: relative;
	float: left;
	height: 20px;
}

.headertoppos {
	position: relative;
	top: 15px;
	}

#subnavtxt a {
	color: #FFF;
}

#footer {
	width: 720px;
	height: 61px;
	background-image: url('images/footer.gif');
}

#footertxt {
	padding-top: 15px;
	padding-left: 20px;
	color: #FFF;
	text-align: center;
}

#mainpanel {
	text-align: left;
	padding-top: 20px;
}

#redtext {
	color: #D44343;
	font-size: 1.5em;
}


.workbox {
	position: relative;
	float: left;
	width: 350px;
}

.whobox {
	position: relative;
	float: left;
	width: 700px;
}

.clearer {
	clear: both;
}

/***** CSS for the contact form *****/


label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input {
	margin-left: 4.5em;
}

input, textarea {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

fieldset {
	border: 1px solid #781351;
	width: 680px;
}

legend {
	color: #fff;
	background: #D44343; /* #ffa20c; */
	border: 1px solid #D44343; /* #781351; */
	padding: 2px 6px
}

