.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #840000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFF00;
	border-left-color: #FFFF33;
}
.mainmenu a {
	color: #840000;
	text-decoration: none;
}
.mainmenu a:link {
	color: #840000;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainmenu a:visited {
}
.mainmenu a:active {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /* thick left border of menu */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #711600;

}

.slidedoormenu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #711600;
}

.slidedoormenu li a{
	display: block;
	color: #FFCC00;
	width: auto; /* White border beneath each menu item link, to add depth */
	/* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
	text-decoration: none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:13px;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana;
	padding-left:0;
	padding-right:0;
	padding-top:7px;
	padding-bottom:7px;
	background-image: url(images/vstrip.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F1E01;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #FFFF00;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #FFFFFF;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


body {
	margin:0px; background-color: #efefef;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #961F01;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #840000;
}
a:link {
	color: #840000;
}

