/* screen.css file */

body {
	background: gray url(../images/wrap.png) repeat center top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font: normal normal 16px/120% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

div#Wrap {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	border: 1px solid #00277f;
	background-image: url(../images/bkgd.png);
}

div#Header {
	background: url(../images/masthead.jpg) no-repeat left top;
	width: 1000px;
	height: 279px;
}

body#Home div#Header {
	background: url(../images/homemast.jpg) no-repeat left top;
	width: 1000px;
	height: 475px;
}

div#Header h1.logo,
div#Header h2.logo,
div#Content h2.logo,
div#Header h3.tagline {
	text-indent: -1600px;
}

div#Container {
	margin: 0;
	padding: 0;
	width: 810px;
	_width: 800px;
	float: right;
	background: url(../images/bodybkgd.gif) no-repeat right top;
}

body#Home div#Container {
	margin: 0;
	padding: 0;
	width: 810px;
	float: right;
	background: url(../images/homebody.gif) no-repeat right top;
	/*height: 389px;*/
}

div#Nav {
	margin: 0;
	float: left;
	padding: 0;
}

div#Content {
	padding: 0;
	float: left;
	width: 700px;
	margin: 160px 48px 18px 48px;
	_margin: 160px 24px 18px 24px;
}

body#Home div#Content {
	padding: 0;
	float: left;
	width: 650px;
	margin: 170px 48px 18px 108px;
	_margin: 170px 24px 18px 54px;
}

div#Content h1 {
	font-size: 2em;
	color: #E22A31;
	line-height: 120%;
	margin-bottom: 0.5em;
}

div#Content h2 {
	font-size: 1.8em;
	color: #E22A31;
	line-height: 120%;
	margin-bottom: 1em;
}

body#Home div#Content h2,
body#Home div#Content h2 a {
	color: #01267F;
}

div#Content h3 {
	font-size: 1.6em;
	color: #E22A31;
	line-height: 120%;
	margin-bottom: 1em;
}

div#Content h4 {
	font-size: 1.4em;
	line-height: 120%;
	margin-bottom: 1em;
}

div#Content h5 {
	font-size: 1.2em;
	line-height: 120%;
	margin-bottom: 1em;
}

div#Content h6 {
	font-size: 1.0em;
	line-height: 120%;
	margin-bottom: 1em;
}

div#Content p, div#Content ul {
	font-size: 1em;
	line-height: 140%;
	margin: 1em 0;
}

div#Content p.small {
	font-size: 65%;
}

div#Content li {
	margin: 1em 0 1em 3em;
	list-style-position: outside;
	list-style-type: disc;
}

div#Footer {
	color: white;
	width: 1000px;
	height: 40px;
	padding: 0;
	clear: both;
	text-align: right;
	font-size: 1;
	margin: 0;
	line-height: 1em;
	background-color: #00277f;
}

div#Footer p {
	padding: 10px 48px;
}

div#Footer a {
	color: #f9dd3f;
}

div#Footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.contribute_button {
	background-color: #00277f;
	display: block;
	width: 170px;
	height: 28px;
	color: white;
	margin: 0 0 0 12px;
	padding: 0;
}

form#contribution_link table {
	margin: 0 10px;
}

