﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color:#1F1F1F;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	margin: 10px 10px 0 0;
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
#container {
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	overflow: auto; 
	padding: 0;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #c20000;
	width: 780px;
	height: 120px;
}
#column_l {
	width: 430px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px 0 10px;
	background-color: #fff;
}
#column_r {
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #F2E9D2;
	background-color: #a9a9a9;
	position: static;
}
#footer {
	width: 780px;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #c20000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	margin: 10px 0 0 20px;
	float: left;
}
#masthead p {
	font-size: medium;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* added by tony */
.getinvolved {
	background: #E8F2F4 none repeat scroll 0 0;
	border-top: 5px solid #8ABEC4;
	color: #202020;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px;
/*	padding:0 10px; */	width: auto;
/*	margin: 0; */
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.getinvolved ul {
	margin: 0 0px 0 0;
	padding: 0;
}      
.getinvolved li {
	border-bottom: 1px solid #8ABEC4;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 11px;
	padding: 12px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
}
.getinvolved li.last {
	border-bottom:medium none;
}
#column_r .getinvolved li h3 {
	color: #202020;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
#column_r .getinvolved h3 {
	letter-spacing:0;
	padding:0;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
