
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background-color: black;
	text-align: center;

}

body {
	width: 748px;
	margin: 0 auto;
	font-family: 'Lucida Sans',Arial,sans-serif;
	font-size: 62.5%;
}

div#torso {
	background-color: white;
	text-align: left;
	background-image: url(/images/torsoBG.jpg);
	background-repeat: repeat-y;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	margin-bottom: .2em;
	text-transform: uppercase;
}

p, ol {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: .5em;
}

.red {
	color: #A71C20;
}

img#headerHome {
	width: 748px;
	height: 196px;
	margin: 10px 0 0 0;
}

img#header {
	width: 748px;
	height: 90px;
	margin: 10px 0 0 0;
}

ul#sidenav {
	margin: 2px;
	width: 162px;
	float: left;
	display: inline;
	list-style-type: none;
	padding: 12px 0;
}

ul#sidenav a:link, ul#sidenav a:visited {
	text-decoration: none;
	color: black;
}

ul#sidenav a:hover, ul#sidenav a:active {
	text-decoration: none;
	color: #A71C20;
}

ul#sidenav li {
	text-align: left;
	margin-left: 16px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}


body#home a#n-home, 
body#advocacy a#n-advocacy, 
body#announcements a#n-announcements, 
body#community a#n-community, 
body#news a#n-news, 
body#support a#n-support, 
body#waldenu a#n-waldenu, 
body#home a#n-home {
	color: #A71C20;
}
div#content {
	margin-left: 175px;
	padding: 15px 40px 10px 20px;
}


div#content a:link, div#content a:visited {
	text-decoration: none;
	color: #A71C20;
}

div#content a:hover, div#content a:active {
	text-decoration: underline;
	color: #A71C20;
}

div#content ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

div#content ul li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}



dl {
	font-size: 1.2em;
	line-height: 1.3em;
}

dl dt {
	margin-top: 12px;
	font-weight: bold;
	text-indent: -12px;
	margin-left: 12px;
}

dl dd {
	margin-bottom: 8px;
	margin-left: 12px;
}

div#footer {
	clear: both;
	padding: 20px 0 8px 0;
	color: white;
	background-color: #A71C20;
}

div#footer p {
	text-align: left;
	font-size: 1.1em;
	margin-left: 196px;
	margin-bottom: 12px;
}	

div#footer a {
	color: white;
	text-decoration: underline;
}

span.spread {
	padding-left: 8px;
	padding-right: 8px;
}

div.clear {
	clear: both;
	width: 100%;
	height: 0;
}	