@charset "UTF-8";
p {
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding-top: 20px;
	color: #CC0000;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
}
h2 {
	font-size: 17px;
	color: #CC0000;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 16px;
	color: #CC0000;
	letter-spacing: 0.1em;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}/* CSS Document */

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4b4540;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4b4540;
}
#topnav {
	height: 30px;
	background-image: url(images/menu_top_left2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	margin-left: 390px;
}
#topnav div {
	background-image: url(images/menu_top_right2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.bookmark {
	padding: 0px;
	float: right;
	margin: 0px;
}
#header  {
	margin-left: 155px;
	margin-bottom: 10px;
} 
#header  h1  {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 210px;
}
.logo {
	margin-top: 25px;
	margin-left: 215px;
}
#container  {
	width: 970px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 135px;
	background-image: url(images/menu_side_top2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 24px;
	margin-left: 20px;
	padding: 0px;
}
#sidebar1 #sidebot {
	background-image: url(images/menu_side_bot2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 135px;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	padding: 0px;
	width: 800px;
} 
#mainContent #maintop {
	background-image: url(images/body_top2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
}
#mainContent #content {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#mainContent #mainbot {
	background-image: url(images/body_bot2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
}
#footer  {
	font-size: 14px;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	color: #e5e9ec;
} 
#footer  a {
	color: #e5e9ec;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
#callout {
	width: 211px;
	float: left;
	padding-right: 19px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C0C0C0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#rightCol p {
	margin-right: 10px;
	margin-left: 10px;
}
#callout  .inside {
	background-image: url(images/callout_top2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.eventlist {
	font-size: 12px;
	line-height: 18px;
}
#callout .inside h4 {
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 8px;
	margin-top: 0px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: normal;
}
#content #mainCol {
	width: 480px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0C0C0;
}
#content #mainCol2 {
}
#content #rightCol {
	float: right;
	text-align: left;
	width: 231px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 19px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.eventheader {
	font-size: 16px;
	font-weight: bold;
}
.donate {
	text-align: center;
}
.AccordionPanelContent p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#ContactForm {
	margin-top: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.menu/* Side Menu */
 {
	display: block;
	list-style-type: none;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 40px;
}
ul.menu li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #e5e9ec;
}
ul.menu a {
	display: block;
	text-decoration: none;
	color: #032540;
	padding-left: 20px;
	width: 115px;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 0px;
}
ul.menu a:hover {
	color: #CC0000;
}
ul.menu a.current {
	color: #CC0000;
}
ul#simple-menu{
	list-style-type:none;
	font-weight:normal;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/menu_top_rt.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	letter-spacing: 1px;
	font-size: 16px;
}
ul#simple-menu li{
	display:block;
	float:left;
	height:30px;
	color: #FFFFFF;
	margin: 0;
	background-color: #e5e9ec;
}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#032540;
	line-height:30px;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#simple-menu li a:hover{
	color: #CC0000;
	background-image: url(images/menu_bg_over.gif);
	background-repeat: repeat-x;
}
ul#simple-menu li a.current{
	color:#CC0000;
	background-image: url(images/menu_bg_over.gif);
	background-repeat: repeat-x;
}
#myframe {
	width: 650px;
}
.news_home  {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.white {
	color: #FFFFFF;
}
p.backtotop {
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #0B286A;
}.contentheading {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	margin: 30px;
}
.nobullets {
	padding: 0px;
}
.nobullets li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.name {
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.testimonial {
	margin-bottom: 0px;
	text-align: justify;
}
.red {
	color: #C00;
}

