@import url(subpagetext.css);
/* CSS Document */

body	{
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_col4.gif);
	background-repeat: repeat;
}
td {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
#Table_01 {
	width: 1000px;
	height: 100%;
}

/*  Row 1 - Banner  */
td#banner {
	height: 104px;
	margin: 0px;
	padding: 0px;
}
/*  Row 2 - Main Nav Bar */
.R2 {
	background-image: url(img/bg_row2.gif);
	background-repeat: repeat;
	height: 22px;
}
/*  Row 3 - Nav Bar Bottom Line */
.R3 {
	background-image: url(img/bg_row3.gif);
	background-repeat: repeat-x;
	height: 1px;
}
/*  Row 4 - MAIN CONTENT */
td.Main {
 	background-color: #ffffff;
	vertical-align: top;
	height: 100%;
}
#Table_Main {
	margin: 20px 20px 40px 20px;
	padding: 0px 0px 0px 0px;
}
td#content {
	vertical-align: top;
	width: 649px;
	padding-right: 40px;
}
img.xtraImg {
	float: left;
	margin: 4px 10px 4px 0;
}
/* SubNav Menus */
td#subnav {
	width: 150px;
	vertical-align: top;
	text-align: right;
}

div.submenuDiv {
padding-right: 6px;
border-right: dotted 1px #666666; 
}
.subnav {
	line-height: 14px;
	font-family: verdana, arial, sans-serif;;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
a.subnavlink:link 		{ color: #666666; text-decoration: none; }
a.subnavlink:visited 	{ color: #666666; text-decoration: none; }
a.subnavlink:hover 		{ color: #663333; text-decoration: underline; }
a.subnavlink:active 	{ color: #663333; text-decoration: underline; }

/* Volunteer Spotlight box */
div.shadedBG {
	padding: 40px;
	vertical-align: middle;
	background-image: url(img/bg_poster.gif);
	background-repeat: repeat;
	border: 1px #887766 dotted;
}
/*  Row 5 - Utility Bar - top line */
.R5 {
	background-image: url(img/bg_row5.gif);
	background-repeat: repeat-x;
	height: 1px;
}
/*  Row 6 - Utility Bar */
.R6 {
	background-image: url(img/bg_row6.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: #996633;
	font-size: 9px;
	font-weight: bold;
	height: 22px;
}
a.utilink:link 		{ color: #996633; text-decoration: none; }
a.utilink:visited 	{ color: #996633; text-decoration: none; }
a.utilink:hover 	{ color: #cc6600; text-decoration: underline; }
a.utilink:active 	{ color: #cc6600; text-decoration: underline; }

/*  Column 1 - Left side BG */
.C1 {
	background-image: url(img/bg_col1.gif);
	background-repeat: repeat;
	width: 32px;
}
/*  Column 2 - Left side Edgeline */
.C2 {
	background-image: url(img/bg_col2.gif);
	background-repeat: repeat-y;
	width: 2px;
}
/*  Column 4 - Right Side BG  */
.C4 {
	background-image: url(img/bg_col4.gif);
	background-repeat: repeat;
	width: 27px;
}
/* GALLERY STYLE */
#galleryFrame {
	margin-right: 35px;
	float: right;
	text-align: center;
}
#galleryPhoto {
	border: 1px #000000 solid;
}
img.galleryThumb {
	margin: 0px 0px 0px 0px;
	border: 1px #000000 solid;
}
div#back {
	float: right;
	display: inline-block;
}