@charset "utf-8";
/* CSS Document */
<style type="text/css">
div#top {
	margin: 0px;
	padding: 0px;
}
div#container {	
	width: 800px;
	margin: 0px auto;
	background-color: #990000;
}
.leftDiv {
	background-color: #990000;
	background-repeat: repeat-y;
	height: 70px;
	width: 200px;
	float: left;
	border-bottom: 5px solid #FFFFFF;
	position: relative;
}
.rightDiv {
	background-color: #000000;
	background-repeat: repeat-y;
	width: 600px;
	height: 70px;
	float: right;
	border-bottom: 5px solid #FFFFFF;
}
#footer {
	height: 50px;
	border-top: 5px solid #FFFFFF;
	clear: both;
	text-align: center;
	color: #999999;
	line-height: 1.2em;
	font-size: 10px;
}
.giveNowButton {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 200px;
	text-align: center;
	z-index: 200;
}
#leftNav {	
	margin-bottom: 5px;
	text-align: center;
	height: 100%;
	background-color: #990000;
	background-repeat: repeat-y;
	width: 200px;
	float: left;
	padding-bottom: auto;
}
#main {
	width: 600px;
	height: 600px;
	background-color: #000000;
	background-repeat: repeat-y;
	float: right;
	padding: 0px;
	margin: 0px;
}
#content {
	margin: 0px;
	padding: 20px;
	width: 557px;
	float: right;
	background-color: #FFFFFF;
	border-right: 3px solid #CCCCCC;
	min-height: 600px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#content a {
	color: #990000;
	text-decoration: none;	
}
#content a:hover {
	text-decoration: underline;	
}
#content li {
	line-height: 1.5em;	
}
a img { border: none; }

div.links {
	text-align: left;
	line-height: 1.5em;
}
div.links a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.links a:hover {
	color: #999999;
}
.links ul {	
	list-style-type: none; 
	margin-left: 0px;
	padding-left: 14px;}

.links li {	margin: 10px 0px; }

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover { color: #999999; }

bigLetter {
	float: left;
	margin-top: 3px;
}
.rightCol {
	padding-left: 10px;
	margin: 0px;	
}
.leftCol {
	padding: 0px;
	padding-right: 30px;
	margin: 0px;
	width: 250px;
	float: left;
}
h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	font-size: 14px;
}
h3.right {	float: right; }

h3.left {
	float: left;
	text-align: right;
	width: 300px; 
}
.caption {
	font-size: 11px;
	color: #666666;
}
.center { text-align: center; }

.clear { clear: both; }

.indent { margin-left: 40px; }

/* Skip repetitive navigation links*/
#skipNav {position: absolute; left: -1000em; width: 20em;}