.tablebackground {
	background-attachment: scroll;
	background-image: url(/images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.editorBG {
	background-attachment: scroll;
	background-image: url(/images/editorBG.gif);
	background-repeat:repeat;
	background-position: 0px 0px;
}
.tabledrop {
	top: 113px;
	position: relative;
}
.horiznav {
	position: relative;
	top: 84px;
}
.contentmargin {
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.contentmargindonation {
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodytxtdonation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
}
.quicksearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;


}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;

}
.bodytxtserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.bodytxtindent {
	position: relative;
	left: 30px;
}
.bodytxtbold {
	font-weight: bold;
}
.bodytxtitalicbold {
	font-style: italic;
	font-weight: bold;
}
.bodyitalic {
	font-style: italic;
}
.indentli {
	padding-left: 20px;
}
.hr{
	border: 0px;
	color: #d8b164;
	background-color:#d8b164;
	height: 1px;
	width: 100%;
	}
.donatebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 2px;
	border-style: solid;
	border-color: #d8b164;
	background-color: #f4ead6;
	width: 113px;
}
.donatebutton a {
	text-decoration: none;
	color: #000000;
}
.donatebutton a:hover {
	text-decoration: none;
	color: #983333;
}





.textbox
{
 background-color:#F4F4F4;
 border: solid 1px #666666;
 font-weight:400;
 font-size: 12px;
 width:200px;
}

.divBox
{

	vertical-align: top;
	padding: 10px;
	border: solid 1px #666666;
	background-color:#EFEFEF;
	
}

.divBoxAdmin
{

	vertical-align: top;
	padding: 3px;
	border-bottom: solid 2px #92acc7;
	background-color:#FFFFFF;
	width:100%;
	height:35px;
}
.button
{
 background-color:darkslategray;
 border: solid 1px #D4D4D4;
 font-weight:bold;
 font-size: 12px;
 color:White;
}
.links
{
color:Maroon;
font-weight:bold;
text-decoration:none;

}	
	.links:hover
	{
		
		color: #4d0000;
		text-decoration:none;
	}


#MainStage
{
	width:780px;
	background-image: url(/Images/bg_darkGreen.gif);
	border: black 1px solid;
	padding: 15px;
	
}

#MainStageInner
{ background-color:White;
	border: black 1px solid;
	padding:5px;
	
}