body {
	background-color: #F8ECDA;
	background-color: #777777;
	background-image: url(images/bggradient.png);
	background-repeat: repeat-x;
	color: #555555;
	font-family: Arial;
}

.emptytable{
	background-color: #FFFFFF;
	height: 101%;
}


a{
	color: #353535;
	text-decoration: underline;
}

a:hover {
	color: #42773b;
	text-decoration: underline;
}

h2 {
	color: #766dd5;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
	font-size: 2em;
}



.contenttable{
	
	width: 100%;
	background-color: #FFFDFE;
}

.contentrow{
	width: 600px;
	padding: 0px 0px 0px 30px;
	
	
}

.contenttable, .contenttable table {
	font-size: 14;
}

.hyperlinks a {
	color: #353535;
	text-decoration: none;
	font-weight: bold; 
}

.hyperlinks a:hover{
	color: #42773b;
}

.logobar{
	border-style: none none solid none;
	border-color: #227722;
	border-color: #8C81FC;
	border-width: 2px;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 150px;
}

.menu{
	width: 215px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	padding-left: 0px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-y;
	background-color: #B6AAAA;
	
	border-style: none solid none none;
	border-color: #8C81FC;
	border-width: 1px;
}

.menu, .menu li{
	font-size: 14;
}

.menu a, .menu a:visited{
	color: #353535;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}

.menu a:hover{
	color: #42773b;
}


ul.drawers {
list-style: none;
display: inline;
_margin: -5;
padding: 5px;
}

ul.drawers ul{

line-height: 100%;

}

h4.drawer-handle{
padding: 3px;
margin: 0;
font-size: 1em;
color: #353535;
}


h4.drawer-handle:hover{
	color: #42773b;
}

.note {
	font-size: 12;
	color: #000000;
	font-style: italic; 
}


img.topbutton {
	margin: 3px 0px 0px -26px;
	_margin: 0px 0px -1px -18px;
	
}



ul.menulist li {
	list-style: none;
	list-style-image: url(images/listbutton.png);	
	margin: -4px 0px 0px 0px;
}

ul.menulist li.last {
	list-style-image: url(images/bottombutton.png);	
	margin: -5px 0px 0px 47px;
}

.ultext {
	_margin: 0 0 0 30;
}

.announcement {
	font-size: 12;
	color: #766dd5;

}