#menu, #body, #header_top, #footer_content, #size_bar_content, #newsletter_signup {
	margin: 0px auto;
	width: 899px;
}
#header {
	height: 205px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #f2f2f2;
	background: url('/images/headerbg.gif') repeat-x;
}
#header h1 {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header img {
	float: left;
}
#menu_container {
	background: #383737;
	float: left;
	width: 100%;
	height: 35px;
	border-top: 1px solid #d9d9d9;
}
#menu {
	list-style: none;
	margin-top: -3px;
	padding: 3px 0px 0px 0px;
	background: url('/images/menubg.gif') repeat-x;
	height: 35px;
}
#menu li {
	float: left;
	position: relative;
}
#menu li:hover, #menu li.sfhover {
	background: url('/images/menubg_hover.gif') 0px -3px;
}
#menu li.selected {
	margin-top: -4px;
	padding-top: 3px;
	background: url('/images/menubg_selected.gif');
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu li a {
	font-size: 13px;
	font-family: Arial;
	line-height: 35px;
	display: block;
	color: white;
	border-right: 1px solid black;
	text-transform: uppercase;
}
#menu li:hover a, #menu li.sfhover a {
	color: black;
}
#menu li.selected a {
	color: black;
	border-top: 0px none;
	border-right: 0px none;
}
#menu li#donate {
	float: right;
}
#menu li#donate a {
	font-weight: bold;
	margin-top: -3px;
	padding-top: 3px;
	color: #383737;
	border-right: 0px none;
	background: url('/images/menu_donatebg.gif');
}
#menu li#donate.selected a {
	background: none;
}

#menu li ul {
	position: absolute;
	left: -9999px;
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #d9d9d9;
}
#menu li ul li {
	list-style: none;
}
#menu li:hover ul {
	left: -1px;
}
#menu li ul li a {
	border-right: 0px;
	color: #393939;
	text-transform: none;
	width: 205px;
}
#menu li ul li a:hover {
	background: #afafaf;
	color: white;
}
#menu li ul li.selected {
	background: none;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#menu li ul li.selected a {
	color: #c61b0d;
}
#menu li#donate a:hover {
	background: url('/images/menu_donatebg_hover.gif');
}
#menu li#donate.selected a:hover {
	background: url('/images/menu_donatebg_selected_hover.gif');
}
#footer {
	font-size: 11px;
}

#body_content_intro {
	padding: 1px 21px 21px 21px;
	margin-top: 35px;
	margin-bottom: 24px;
}

#body_content_intro, #body_content_right {
	background: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
}

#body_content_right p, #body_content_right h2 {
	padding: 0px 20px;
}

/* contents inside p tags need to break out */
#body_content_right p img, #body_content_right p embed, #body_content_right p object {
	margin-top: -14px;
	margin-left: -20px;
	padding-top: 14px;
	background: white;
}

#body_content_left {
	float: left;
	width: 550px;
}
#body_content_right {
	float: right;
	margin: 0px 0px 0px 29px;
	width: 320px;
	border-top: 1px solid #d9d9d9;
}
#body_content_right.empty {
	border: 0px none;
}

#body_content_right p.first_paragraph.complex_contents {
	margin-top: 0px;
}

#body_content_right p.last_paragraph.complex_contents {
	margin-bottom: 0px;
}

#body_content_right.complex_contents_first {
	margin-top: 14px;
}

.inquiries form label {
	width: 85px;
	margin-right: 10px;
	float: left;
}
.inquiries form input {
	width: 190px;
}
.inquiries form textarea {
	width: 451px;
}
.inquiries form input, .inquiries form textarea {
	border: 2px solid #d9d9d9;
}
.inquiries form .actions input {
	background: url('/images/button_bg.png');
	border: 0px none;
	height: 24px;
	font-size: 14px;
	color: #383737;
	width: auto;
}
.inquiries form .actions a {
	display: block;
	font-size: 11px;
	margin-top: 13px;
	color: #18478f;
}
.inquiries .field {
	margin: 12px 0px;
}
.inquiries form .actions, .inquiries .newsletter_signup {
	margin-left: 95px;
}
.inquiries .newsletter_signup {
	padding: 14px;
	background: #f2f2f2;
}
.inquiries .newsletter_signup input {
	width: auto;
}
.inquiries .newsletter_signup label {
	float: none;
	color: #2f2e2e;
}

.inquiries form {
	padding-top: 12px;
}
#footer {
	padding-top: 19px;
	height: 148px;
	background: #383737;
}
#footer * {
	color: white;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
}
#newsletter_signup_container {
	background: #f2f2f2;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	margin-top: 60px;
}
#newsletter_signup {
	text-align: center;
	line-height: 36px;
	height: 36px;
}
#newsletter_signup #newsletter_email {
	border: 1px solid #383737;
}
#newsletter_signup #newsletter_signup_button {
	vertical-align: middle;
	margin-top: -5px;
}