@charset "utf-8";

body {
	font-size: 12px; /*85%;*/
	font-family: Arial;
	background: #FFF;
	color: #000000;
	margin-top: 0px;
}

fieldset {
	margin: 2px 0 0 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input {
	width: 400px;
	margin-bottom: 5px;
}

textarea {
	width: 400px;
	height: 100px;
}

#wrapper {
	
	width: 847px;
	/*height: 600px;*/
	position: relative;
	left: 50%;
	margin-left: -424px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	/*background: #000;*/
}

#masthead {
	position: relative;
	padding: 0 0 0px 0;
}

#masthead img {
	width: 847px;
	height: 300px;
}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	/*visibility: hidden;*/
}

#sidebar {
	float: left;
	width: 152px;
	margin: 0 0 0 0;
	background: #781B17;
	height: 280px;
}

#sidebar ul {
	float: right;
	margin: 0;
	padding: 20px 15px 5px 0;
	list-style-type: none;
	text-align: right;
}

#sidebar ul a {
	clear:both;
	float: right;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	text-align: right;
}

#sidebar ul a:hover, .selected a {
	float: right;
	color: #fff;
	text-decoration: underline;
	text-align: right;
}

#content {
	float: right;
	width: 690px;
	height: 300px;
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	background: #FFF;
}

#primaryContent {
	float: right;
	width: 489px;
	margin: 0 0 0 0;
	/*border: 1px solid #000;*/
	background: #FFF;
	vertical-align: top;
}

#primaryContent p {
	
	margin: 5px 0 0 0;
}

#primaryContent .header {
	color: #781B17;
}

#secondaryContent {
	float: left;
	width: 196px;
	background: #FFF;
	margin: 0 0 0 5px;
}

#secondaryContent ul {
	font-size: 12px; /*85%;*/
	float: left;
	margin: 0;
	padding: 4px 5px 5px 0;
	list-style-type: none;	
}

#secondaryContent ul a {
	/*float: left;*/
	color: #781B17;
	text-decoration: none;
	line-height: 15px;	
}

#secondaryContent ul a:hover, .selected a {
	/*float: right;*/
	color: #781B17; /*781B17 999966*/
	text-decoration: underline;
}

#secondaryContent .firstParagraph {
	margin-top: 5px;
}

#peoplePicArea {
	
	width: 185px;
	margin: 5px 0 0 0;
}

#peoplePicArea img {
	/*float: left;*/
}

#peopleInfoArea {
	float: right;
	vertical-align: top;
	width: 265px;
	margin: 0 0 0 10px;
}

#peopleInfoArea .firstParagraph {
	margin-top: 0px;
}

#peopleInfoArea .header {
	padding-top: 5px;
}