﻿:root 
{
	overflow-y:scroll; /*firefox scroll bar ghost */
}
body 
{
text-align:center; /* for IE */ 
margin:0 auto; /* for the rest */ 
background-image:url('images/backgrad.jpg');
background-repeat:repeat-x;
background-color:#070964;
}
td
{
	padding:0px;
}	
a
{
	color: yellow;
}
.textcontent
{
	font-family:Arial;
	font-size:16px;
	/*color:#18245C; blue text*/ 
	color:#FFFFFF;
}

.content
{
	/*vertical-align:top;*/
	width:650px;
	min-height:300px;
	/*background-color:transparent;*/
}	
.margins
{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.pageheader
{
	font-family:Arial;
	/*text-decoration: underline;*/
	vertical-align:top;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	border:0;
	color:#FFFFFF;
}
div#wrapper { 
margin:0 auto;
text-align:left; 
width:800px; 
} 
.menuback{
	width: 150px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}
.menuback ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menuback li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/menuback.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;
}	
.menuback li a:link, .menuback li a:visited {
	color: #5E7830;
}
.menuback li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}
.menuback li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
