body {
	background-color: #C7C8DC;
}

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}
ul, ol{
	list-style-image:url(../images/site_img/bullet.gif);
}
img, div, input { *behavior: url(/js/iepngfix/iepngfix.htc) }
.clear{clear:both;}
.clear-block{clear:both;height:0;overflow:hidden;}
/* Error Message Styles */
div.flash_message{
	top: 0;
	left: 0;
	padding: 0;
    position:absolute;
	background: #EEE;
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	z-index:1000;
}
#flash_ok{background: #CCFFCC; color:#000; }
#flash_error{background: #ffc1c1; color: #fff; }
.fieldError { background-color:#FFC1C1 !important; }
span.error { color: red !important; }
/* End Error Message Styles */

/* Id's */
#home_body {
	background-color: #ffffff;
	background-image: url(../images/site_img/content_bg.jpg);
	background-repeat: repeat-x;
	width: 919px;
	height: 450px;
	overflow: hidden;
}

#home_content{
	width: 500px;
	clear:left;
	float:left;
}
	
#home_content_right{
	width: 400px;
	float:left;
}

#interior_body {
	background-color: #ffffff;
	background-image: url(../images/site_img/content_bg.jpg);
	background-repeat: repeat-x;
	width: 919px;
	overflow: hidden;
}

#jacket{
	width:919px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border: 1px #000000 solid;
}

#map{
	width: 400px;
	height: 360px;
	overflow: hidden;
	float: right;
	margin: 20px 0;
	border: 1px #006f3a solid;
}

#subheader{
	width: 919px;
}

/* Elements */
a:link {
	color: #006f3a;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:visited {
	color: #006f3a;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:hover {
	color: #006f3a;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

img {
	border: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* Classes */
.content {
	margin-left: 4px;
	width: 400px;
	height: 350px;
	overflow: auto;
}
.content p {
	margin: 0 0 7px 0;
	padding: 0;
}

.floatRight {
	float: right;
}

.footer {
	padding: 10px 34px;
	background-image: url(../images/site_img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ababab;
	font-size: 12px;
}

.interior_content {
	margin: 0 0 20px 46px;
	width: 835px;
}

.nav {
	color: #ffffff;
	background-color: #6f3997;
}

.pn_content {
	width: 400px;
	height: 300px;
	overflow: auto;
}

dl.nopad{
    height:auto;
    margin:0;
    padding:0;
}

dl.nopad input.wide,
dl.nopad textarea.wide{ width:285px; resize:none; }
dl.nopad select.wide{ width:290px;}

dl.nopad dt{
    font-size:12px;
    font-weight:bold;
    margin:4px 0 2px 0;
}
dl.nopad dd{
    margin-left:0;
}
dl.nopad dt.header{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}
span.yellow-burst{ color:yellow; font-family:Arial; font-size:12px; }
span#donate-now{ float:right; padding:10px 40px 5px 0; }

ol.lower-roman{
	list-style:lower-roman;
}