body{font-family:  Helvetica,Arial,Verdana,  sans-serif;background: black; margin-top: 0;}

div#header {
	width: 760px;
	height: 72px;
	margin: auto;
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
}
div#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background-color: #652718;
	border-top: 2px solid #fed464;
	color: #fed464;
	padding: 10px 0;
	/*
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	*/
}

div#footer a{color: #fff;font-size: 12px;}
div#footer p{font-size: 12px;}
div#footer a:hover{color: #fed464;}
div#contentArea {
	width: 730px;
	/*height: 450px;*/
	overflow: auto;
	margin: 0 auto;
	background-image: url("../images/background2.jpg");
	background-repeat: repeat;
	background-position: center;
	border-top: 1px solid #D1CFCE;
	border-bottom: 1px solid #D1CFCE;
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
}
/*
div#contentArea p{
background-image: url("../images/background.jpg");
}
*/
table {
border-collapse: collapse;
margin: 0;
padding: 0;
}
table#contentArea {
width: 760px;
background-color: #D1CFCE;
margin: 0 auto;
}
table#footer {
width: 760px;
margin: 0 auto;
}
td#footerData {
	text-align: center;
	background-image: url("../images/footer.jpg");
}
div#navcontainer
{
padding: 2px 4px;
width: 752px;
height: 18px;
margin: 0 auto;
background-color: #652718;
border-top: 1px solid #fed464;
border-bottom: 1px solid #fed464;
}
div#navcontainer {font-size: 14px;}
div#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

div#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
/*
position: relative;
top: 68px;
left: 0px;
*/
}

div#navcontainer A
{
color: #fed464;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 1px 5px;
border-right: 1px solid #fed464;
}

div#navcontainer A:hover, div#navcontainer A:active { color: white;font-style: italic;}

div#navcontainer A.active:link, div#navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #D1CFCE;
font-weight: bold;
}


/*news styles*/
.newsQuote {
	width: 200px;
	float: right;
	background: url(../images/newsQuoteBack.gif);
	color: black;
	padding: 5px;
	font-style: italic;
	margin: 3px 10px 3px 3px;
	border: 1px solid black;
}
.newsQuoter {
	font-weight: bold;
	font-style: normal;
}

.newsImage {
	float: left;
	border: none;
	margin: 0 10px 10px 0;	
}
.newsImage img {border: none;}

/*end news style*/

.center {text-align: center;}
.emphasis {font-style: italic;}

#imageRight{float: right; width: 250px; margin-right: 5px;}
#imageRightImg{margin: auto;border: 1px solid black;}

/* Error Message */
div.errMsg {margin: auto;width: 500px;}
div.errMsg p,div.errMsg li {color: #B22222;}
div.row,div.ed_toolbar { 
	clear: both;  
	padding-top: 5px;
	width: 100%;
	margin: 5px 0; 
}
div.label { 
	float: left; 
	margin: 0 10px 1px 0px; 
	font-weight: bold; 
	text-align: right; 
	width: 250px; 
	
}
div.html{
}

span.requiredErrLabel { 
	color: #B22222; 
}
span.requiredAsterik { 
	color: #B22222; 
}