@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
p, table, li {
	margin-bottom: 1em;
}
ul, ol {
	margin-top: 1em;
	margin-left: 15px;
}
blockquote {
	margin: 0 3em 1em 2em;
	background: #E1F2FF;
	padding: 2em 2em 1em;
	border-top: 1px dashed #021B6E;
	border-bottom: 1px dashed #021B6E;
}
body {
	background: #021B6E url(../images/bg.jpg) no-repeat center top;
	font: 100% Arial, Helvetica, sans-serif;
	color: #686675;
}
h1 {
	font-size: 1.8em;
	color: #2c2378;
	margin-bottom: .8em;
}
h2 {
	font-size: 1.2em;
	color: #2c2378;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .8em;
}
a {
	font-weight: bold;
	color: #2c2378;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
#divWrap {
	background: url(../images/bg-wrap.jpg) no-repeat;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#divHeader {
	background: url(../images/header-blank.jpg) no-repeat;
	height: 203px;
	padding-top: 17px;
}
#divContent {
	background: #FFFFFF url(../images/bg-content.jpg) no-repeat;
	padding-bottom: 1px;
	padding-left: 20px;
}
.columns {
	background: url(../images/column.gif) repeat-y 170px top;
}
.leftcol {
	float: left;
	width: 160px;
	padding-right: 10px;
}
#divNav {
	width: 160px;
	padding-right: 10px;
}
#divNav ul, #divNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#divNav li {
	margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}
.text {
	float: left;
	padding-left: 20px;
	width: 585px;
}
.donate {
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.watermark {
	background: url(../images/watermark.gif) no-repeat right bottom;
	padding-right: 20px;
}
#divFooter {
	background: url(../images/footer.jpg) no-repeat;
	padding-top: 90px;
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: .9em;
}
#divFooter a {
	color: #ffffff;
}
.floatleft {
	float: left;
}
.rightphoto {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.divider {
	background: url(../images/divider.gif) no-repeat center center;
	height: 30px;
}
.smDivider {
	background: url(../images/divider-sm.gif) no-repeat center center;
	height: 40px;
}
.clear {
	clear: both;
}

