html, body 
{
	height: 100%;
	text-align: center;
}

body 
{
	background-color: #cc0000;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#wrapper
{
	position: relative;
	height: 1200px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#wrapper_volunteer
{
	position: relative;
	height: 1100px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#nav ul
{
	position: absolute;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	margin-top: 166px;
	background-color: #036;
	color: White;
	width: 100%;
	height: 22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}


#nav ul li { display: inline; }

#nav ul li a
{
	padding: 0px 10px;
	background-color: #036;
	color: White;
	font-size: 16px;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#nav ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#header
{
	position: absolute;
	margin: 1px 5px 5px 5px;
	width: 950px;
	height: 160px;
	background-color: #33ccff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

#footer
{
	position: absolute;
	bottom: 0px;
	left: 50px;
	width: 860px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

#content
{
	position: absolute;
	top: 190px;
	left: 225px;
	width: 530px;
	background-color: #ffffff;
}

#standout
{
	position: absolute;
	top: 190px;
	left: 5px;
	width: 210px;
	background-color: #0000b3;
	font-size: 14px;
	color: #ffffff;
}

#contributeholder
{
	position: absolute;
	top: 190px;
	right: 5px;
	width: 195px;
	color: #ffffff;
}

.contribute{display:block}
.contribute *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#0000B3
}

.contribute1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #9191de;
	border-right:1px solid #9191de;
	background:#3f3fc6
}

.contribute2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #e5e5f7;
	border-right:1px solid #e5e5f7;
	background:#3030c1
}

.contribute3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #3030c1;
	border-right:1px solid #3030c1;
}

.contribute4
{
	border-left:1px solid #9191de;
	border-right:1px solid #9191de
}

.contribute5
{
	border-left:1px solid #3f3fc6;
	border-right:1px solid #3f3fc6
}

.contributefg
{
	background:#0000B3;
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}


A.contribute, A.contribute:active, A.contribute:link, A.contribute:visited
{
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
}

A.contribute:hover
{
	background-color: #99ccff;
	color: White;
	font-family: Arial;
	font-size: 16px;
}

A.content, A.content:active, A.content:link, A.content:visited
{
	color: #0000b3;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

A.content:hover
{
	background-color: #99ccff;
	color: White;
	font-family: Arial;
	font-size: 13px;
}

p
{
	margin: 5px 10px 5px 10px;
}

p.sectionhead
{
	font-size: 20px;
	font-weight: bold;
}

p.subsectionhead
{
	font-size: 16px;
	font-weight: bold;
}