/*Fonts*/
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background:white;
}
a:link,a:visited{
	color:#194995;
}
a:hover,a:active{
	color:#194995;
	text-decoration:none;
}
h1,.h1 {
	color:#194995;
	text-transform: uppercase;
	font-size: 17px;
	padding-top:4px;
}
h2,.h2 {
	color:#194995;
	text-transform: uppercase;
	font-size: 15px;
	padding:0px;
	margin:0px; 
}
h3,.h3 {
	color:#194995;
	font-size: 13px;
	padding:0px;
	margin:0px; 
}
h2 a, h3 a{
	color:#194995;
}
.white {
	color: white;
}
.small {
	font-size: 11px;
}
p, .medium {
	font-size: 13px;
}
.large {
	font-size: 15px;
}
.xlarge {
	font-size: 17px;
}
.blue {
	color: #003399;
}
#addInfo {
	color: white;
	background: #003399;
	padding: 3px;
	margin-left: 5px;
}
/* Header */
#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}
#header {
	height: 173px;
}
#logo {
	float: left;
	width: 236px;
	height: 173px;
}
#header_right {
	float: right;
	width: 754px;
	height: 173px;
}
#header_right_top {
	width: 754px;
	height: 132px;
}
#tagline {
	height: 31px;
	float: left;
	padding: 100px 0px 0px 5px;
	font-weight: bold;
}
#utility {
	float: right;
}
#help {
	text-transform: uppercase;
	border: 1px solid #663399;
	border-bottom: none;
	height: 33px;
	text-align: center;
	background: #C1D0E5;
	padding: 14px 0px 0px 0px;
	width: 332px;
	font-size: 12px;
	font-weight: bold;
}
#navigation {
	padding-top:10px;
	width: 754px;
	height: 31px;
	background: #B589BE;
	clear: both;
}
#search {
	height: 44px;
	text-align: center;
	width: 293px;
	padding:20px;
}
input.button {
	background: #333399;
	height: 20px;
	border: none;
	color: white;
	font-size: 11px;
	padding: 3px;
}
input {
	border: 1px solid black;
}
/* Main*/
#main {
	margin-bottom: 3px;
}
#mainLeft {
	float: left;
	width: 658px;
	margin-right: 3px;
	margin-bottom:3px;
}
#main_right {
	float: right;
	width: 327px;
}
#welcome {
	padding-left: 20px;
	height: 205px;
	margin-bottom: 3px;
	width: 320px;
}
#donate {
	padding: 10px 12px 0px 20px;
	background: #84A1CD;
	height: 80px;
	width: 295px;
}
#donate img {
	border: none;
}
#donate_left h2 {
	margin: 3px 0px 0px 0px;
}
#donateRight {
	float: right;
	width: 135px;
	padding: 1px 0px 0px 0px;
}
/*Stories*/
div.story {
	background: #C1D0E5;
	width: 288px;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 20px 20px 0px 20px;
}
.story.last {
	margin-right: 0px;
}
.filler{
	height:52px !important;
	overflow:hidden;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
/*Mailing List*/
#join {
	background: #b589be;
	padding:7px 15px 14px 15px;
	width:298px;
	margin-right: 0px;
	height:31px; 
}
/*Footer*/
#footer {
	color: #333399;
	clear: both;
	text-align: center;
	padding: 10px;
}
.footerLinks {
	margin-bottom: 5px;
}
.footerLinks a {
	text-decoration: none;
}
/*Rando*/
.clearingBlock {
	width: 0px;
	height: 0px;
	clear: both;
}
div {
}

