/* CSS Document */

body{
	background:url('../images/page_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Times New Roman";

}

a:link, a:visited{
	color:#500000;
}

a:hover{
	color:#b30738;
}

.link_bar_button{
	background:#FFCC33;
	border:#DDAE22 solid 1px;
	color:#000000;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}



a.normalTextLink{
	color:#000000;
	text-decoration:none;
}

a.normalTextLink:hover{
	text-decoration:underline;
}	

a.mainLink, a.mainLink:link{
	font-family:"Trebuchet MS";
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.mainLink: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;
}

.tdRedTitle{
	background:#500000;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}


.tdRedBorder{
	border:#500000 solid 1px;
}

.tdRedBottom{
	border-bottom:#500000 solid 1px;
}

.tdRedLeft{
	border-left:#500000 solid 1px;
}





.pageTitle, .sectionLegend{
	color:#a2161f;
	font-family:"Trebuchet MS";
	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;
}