/* CSS Document */



body{

	font-family:"Corbel";

}





.link_bar_button{

	background:#FFCC33;

	border:#DDAE22 solid 1px;

	color:#000000;

	font-weight:bold;

	padding:5px;

	padding-top:2px;

	padding-bottom:2px;

}







.rightSideLink{

	border-bottom:#000000 solid 1px;

}



.rightSideLink:hover{

	background:#cb3c91

}





a.normalTextLink{

	color:#000000;

	text-decoration:none;

}



a.normalTextLink:hover{

	text-decoration:underline;

}	







a.whiteLink:link, a.whiteLink:visited{

	color:#FFFFFF;

	font-weight:bold;

	text-decoration:none;

}



a.whiteLink:hover{

	text-decoration:underline;

}





a.blackLink:link, a.blackLink:visited{

	color:#000000;

	font-weight:bold;

	text-decoration:none;

}



a.blackLink:hover{

	text-decoration:underline;

}





.pageStatus{

	color:#FF0000;

	font-weight:bold;

}



.tdGreenTitle{

	background:#006210;

	color:#FFFFFF;

	font-weight:bold;

	padding:5px;

	text-decoration:none;

}





.tdGreenBorder{

	border:#006210 solid 1px;

}



.tdGreenBottom{

	border-bottom:#006210 solid 1px;

}







.pageTitle, .sectionLegend{

	color:#cb3c91;

	font-size:24px;

	font-weight:bold;

}





.dropmenudiv{

	background:#FFCC33;

	border:0px;

	color:#000000;

	padding:5px;

	margin-right:15px;

	position:absolute;

	visibility:hidden;

	z-index:1;

}



.dropmenucontent{

	position:absolute;

	visibility:hidden;

	padding-bottom:10px;

	overflow:visible;

	background:#000000;

	z-index:2;

}