body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #efeeee;
 margin: 0px auto;
}

/* General */

a:link{
	color: #006699;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a:visited{
	color: #006699;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a:hover {
 color: #006699;
 text-decoration: underline;
 padding: 0px;
 margin: 0px;
}

 a:active {
	color: #006699;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


h1 {
 line-height: 24px;
 padding-top: 0px;
 margin-top: 0px;
 color: #2d6b6a;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
}

h3 {
 line-height: 16px;
 padding-top: 0px;
 margin-top: 0px;
 color: #2d6b6a;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	width: 797px;
	padding: 0px;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
}

select {
	font-size: 11px;
	border: 1px solid #000;
}

input {
	font-size: 11px;
	border: 1px solid #000;
}

/* Header */

#preheader {
 color: #333;
 width: 775px;
 float: left;
 padding: 0px 11px 0px 11px;
 height: 30px;
 line-height: 30px;
 margin: 0px;
 text-align: center;
 font-size: 11px;
}

a.preheader:link{
	font-size: 11px;
	text-decoration: none;
}

a.preheader:visited{
	font-size: 11px;
	text-decoration: none;
}

a.preheader:hover{
	font-size: 11px;
	text-decoration: underline;
}

a.preheader:active{
	font-size: 11px;
	text-decoration: none;
}

#header {
 color: #333;
 width: 775px;
 float: left;
 padding: 0px 11px 0px 11px;
 height: 132px;
 margin: 0px;
 z-index: 0;
}

/* Nav */

#navigation {
	float: left;
	width: 775px;
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/bg_mm.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a.nav:link{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

a.nav:visited{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

a.nav:hover{
	font-size: 13px;
	text-decoration: underline;
	color: #fff;
}

a.nav:active{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

td.dd {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #2d6b6a;
	text-align: center;
}

td.dd_empty {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 1px;
	text-align: left;
	/*background: #ccc;*/
}

a.dd:link{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

a.dd:visited{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

a.dd:hover{
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}

a.dd:active{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}


/* Content Cols */

#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 15px 35px 15px 26px;
	/*height: 500px;*/
	width: 521px;
	float: left;
	background-image: url(../images/bg_content_half.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*
#rightcolumn {
	float: left;
	color: #333;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	height: 500px;
	width: 204px;
	display: inline;
	background-image: url(../images/bg_rightcol.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
*/


#rightcolumn  {
background-attachment:inherit;
background-image:url(../images/bg_rightcol.gif);
background-position:center bottom;
background-repeat:no-repeat;
color:#333333;
float:left;
margin:0;
min-height:500px;
padding:15px 0 0;
position:relative;
width:204px;


}

#fullcolumn {
	color: #333;
	margin: 0px;
	padding: 15px 35px 15px 26px;
	/*height: 500px;*/
	width: 725px;
	float: left;
}

/* Footer */

#footer {
	width: 753px;
	height: 53px;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 40px 22px 0px 22px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
}

#footer a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

#green {
	font-size: 12px;
	font-weight: normal;
	color: #2d6b6a;
}


#green_bold {
	font-size: 12px;
	font-weight: bold;
	color: #2d6b6a;
}

#quotes {
	font-size: 12px;
	font-weight: normal;
	color: #2d6b6a;
	font-style: italic;
}

img.bdr {
	border: 4px solid #2d6b6a;
}

div.grey_bg {
	background-color: #eeeeee;
}
div.lt_grey_bg {

	background-color: #e2ecf5;
}

.volunteer_form_short { width:120px; padding:3px 5px; border:solid 1px #999999;float:right; }

.volunteer_form_shorter { width:100px; padding:3px 5px; border:solid 1px #999999;}

.volunteer_form_long { width:370px; padding:3px 5px; border:solid 1px #999999; float:right;}

textarea.volunteer_form { width:480px; height:100px;padding:3px 5px; border:solid 1px #999999; }

.volunteer_form td { text-align:left;padding:3px 2px; }

table.volunteer_form { width:500px;color:#363636; }

.volunteer_form .label { width:100px; float:left; padding:3px 0; }