/* CSS Document */
html {
	background-color:#086535;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

body {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
}

h3 {
	font-size:14px;
	margin-left:10px;
}

h4 {
	font-size:12px;
	margin-left:10px;
	font-style: italic;
}

#navbar {
	background-color: #8F0027;
	width: 700px;
	text-align:center;
	margin-left: 10px;
}

#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#linkbar {
	background-color: #666;
	width: 700px;
	text-align:center;
	margin-left: 10px;
}

#linkbar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#content ul, #content ol {
	padding: 0.5em 0 0.5em 4em;
}

#content ul.columnone {
float:left;
width:40%;
}

#content ul.columntwo {
float:right;
width:40%;
}

#column2 {
	position: relative;
	float: left;
	width: 78%;
	overflow: hidden;}
#column2-inner {
	position: relative;
	height: 1%; /* IE6 fix */
	padding-left: 20px;}

span {
	margin:15px 20px 50px 10px;
	width:85%;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

ul li a {
	color:white;
	text-decoration:none;
	margin:20px;
}

ul li a:hover {
	color:#e60d2e;

}

#navbar li {
	display:inline;
}

#navbar a {
	font-weight:bold;
}

#linkbar li {
	display:inline;
}

#linkbar a {
	font-weight:bold;
}

#content {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:50px;
	padding-left:20px;
}

#donate {
	text-align:center;
	margin-top:10px;
}

#donate a img {
	border:none;
}

#content p {
	margin:5px 20px 2px 10px;
	width:85%;
}

iframe.target {
	width: 800px;
	height: 600px;
	margin-left: -59px;
	border: #086535 5px solid;
}

.floatright {
	float: right;
	margin: 0 10px 10px 25px;
	clear: right;
	border: none;
}

p.containingbox { 
	margin-top: 0;
}

h2 {
	margin-left:10px;
	font-variant:small-caps;
	font-size:14px;
}

#locations a {
	color:green;
	font-weight:bold;
}

#locations a:hover {
	color:red;
	border-bottom:2px dotted red;
}

a {
	color:green;
	text-decoration:none;
}

a:hover {
	color:red;
}

#locations li {
	list-style-type:none;
	margin-bottom:10px;
}

#address li {
	margin:10px
	list-style-type:circle;
}

#footer {
	margin-top:-20px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-color: #000;
}

#footer p{
	margin-top: -10px;
	text-align: center;
	font-color: #ffffff;
}