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;}
/* 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;
	clear:both;
	position:relative;
}

/* 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{
	position:absolute;
	top:10px;
	right:40px;
}
span#indexdonate-now{ text-align:center; }

ol.lower-roman{
	list-style:lower-roman;
}