/* Note important paragraph info at bottom of page for internet explorer fix regarding text color being ignored */

img
{
border:none;
}

.backmenu
{
background-color:#BAD3FF; /* Blue Background */
}
.backcontent
{
background-color:#efe4b0; /* light tan color */
color:#000000;
}
div.title
{
font-size:125%;
color: #FF8040;
padding-bottom:20px;
}

div.center
{
text-align:center;
}

a.reg
{
vertical-align:middle;
color:#ff0000;
}

/*
td.LeftBorder
{
border-style:none solid none solid
}
*/

.orange
{
color: #FF8040;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 235px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;

	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
	
.arrowgreen li a{
	font: bold 9px Verdana, Arial, Helvetica, sans-serif; /* Changed from 12 */
	display: block;
	background: transparent url(/wp-content/uploads//arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #26370A;
}

.arrowgreen li a:hover{
	color: #5E7830;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
} 

p {color:black ! important}
ul {color:black ! important}









