h1 {
	font: italic bold 16pt Verdana, Arial, Helvetica, sans-serif;
	color: #014308;
	border-bottom: 1px solid #4D0000;
}
p {
	font: .9em Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
.contact {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.contact a:link {
	text-decoration: none;
}
h2 {
	font-size: 1.3em;
	color: #4D0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
body {
	background: #4D0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#rightsidebar {
	border: 1px solid #006633;
	position: static;
	float: right;
	background: #789E6C;
	width: 300px;
	top: 115px;
	right: 150px;
}
#rightsidebar h2 {
	background: #779E6B;
	border-bottom: 1px solid #006633;
	margin-bottom: 3px;
	color: #000000;
	margin-top: 0px;
	padding-left: 5px;
}
#headerTbl {
	background: #FFFFFF;
	margin: 0px;
}
#mainTbl {
	font: .85em Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/template/Banner2.gif) no-repeat top;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
}
#footerTbl {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	background: #CCCCCC;
}
#mainTbl .menu {
	font: 12px Arial, Helvetica, sans-serif;
	background: #92AF81 url(images/template/right-menuBG.gif);
	color: #FFFFFF;
	border-top: 3px solid #381A11;
	border-right: 1px solid #381A11;
	border-bottom: 3px solid #381A11;
	border-left: 1px solid #381A11;
}
#footerTbl TD {
	background: #666666;
	border-top: thin solid #333333;
	border-right: thin #333333;
	border-bottom: thin #333333;
	border-left: thin #333333;
}
#Content {
	padding: 8px;
	background: #F0F0F0 url(images/template/pageBG.jpg);
	width: 700px;
}
#Content a, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#Content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#Content li {
	font-size: 0.9em;
}
#footerTbl P {
	padding: 2px 2px 2px 5px;
}
#footerTbl a, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	z-index: 10;
	width: 3em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 1em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;
	white-space:nowrap;
	padding-left: 15em;
	font-size: 1.1em;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #014308;
	text-decoration:none;
	font-size: 1.1em;
	}

#menuv a.parent 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	}
#menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-arrow-Hover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-color: #016B0C;
	text-decoration: none;
	}
#menuv a.solo, #menuv a.solo:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-solo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	text-decoration: none;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #FFFF00;
	background-color: #01690C;
	text-decoration: none;
	}
	
#menuv li
	{
	list-style-type:none;
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: -14.7em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13.5em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
a:link, a:visited{
	text-decoration: none;
	color: #0033CC;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.infoBox {
	border-left: 1px solid #B3AC62;
}
.infoBox td {
	background: #F2F0E3;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #B3AC62;
	border-right: 1px none #B3AC62;
	border-bottom: 1px solid #B3AC62;
	border-left: 1px none #B3AC62;
	font-size: 0.97em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
}
.redText {
	color: #FF0000;
}
.photoborder {
	border: 1px solid #6A0000;
}
.table {
	border: 1px dotted #C9C992;
	background: #F4F4E8;
	font-size: 0.85em;
}
.table TH {
	font-weight: bold;
	background: #CAD3AD;
}
.table TD {
	padding-bottom: 1em;
}
.locationtable {
	border: 1px dotted #C9C992;
	background: #F4F4E8;
	padding-left: 5px;
}
.locationtable TD {
	padding-left: 5px;
}.greenLargeText {
	color: #014308;
	font-size: 1.1em;
}

