/* CSS Document */
body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	text-align:center;
	min-width:750px;
	background-color:#ccc;
}
		
/*typography*/
a, a:link {
	text-decoration:underline; 
	color:#036;
}
a:visited {
	color:#036;
}
a:hover {
	color:#000; 
	text-decoration:none;
}
a:active {}
h1 {
	font-size: 1.3em;
	font-style:oblique;
	color: #036;
	font-weight:bold
}
h2 {
	font-size: 1.1em;
	color: #036;
	font-weight:bold
}
h3 {
	font-size: 1.0em;
	font-style:oblique;
	font-weight:bold;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 1em 0em .2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/*styles*/


div#container {
	margin:20px auto;
	width: 750px;
	text-align: left;
	background-color:#fff;
}
div#head {
	font-size:2.3em;
	color:#666;
	font-weight:bold;
	margin:0 10px;
}
#content {margin:0 10px;}
#mission_banner {
	text-align:center;
	color:#666;
	font-size:1.1em;
	font-weight:bold;
	font-style:oblique;
}
#main_nav {
	border-top:double #333;
	border-bottom:double #333;
	font-weight:bold;
	padding:8px 0;
	margin:15px 10px;
}
#main_nav a {text-decoration:none;}
div#right_col {
	width:250px;
	float:right;
	margin-left:20px;
}

.donations {font-size:1.5em;font-weight:bold;color:#036;text-align:center;}
#updated {float:right;color:#036;margin-right:10px;}