/* CSS Document */

	

/*************** start body, heading styles ***************/

	body {
	background-color: #691800;
	background-repeat: repeat-x;
	text-align:center;
	margin:0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background-07.gif);
	background-position: top;
		}
		
	.whiteTxt
	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
		
	.goldTxt
	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2942c;
	}
		
		
		
		hr	{
	color: #8C4131;
	height: 1px;
	}

h2	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #b2942c;
	font-weight: bold
	}
	
h3	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C4131;
	font-weight: bold
	}
	
h3.homepage	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C4131;
	font-weight: bold;
	}
	
h4	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16559c;
	font-weight: bold;
	}

p	{
	color: #333333;
	line-height: 16px;
	}
	

		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}


/*************** start link effects ***************/
a:link {
	color: #8C4131;
	text-decoration: none;
}

a:visited {
	color: #8C4131;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.popup:link	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b2942c;
	font-weight: bold
	}
	
.popup:visited	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b2942c;
	font-weight: bold;
	text-decoration: none;
	}
	
.popup:hover	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b2942c;
	font-weight: bold;
	text-decoration: underline;
	}
	

/*************** start footer styles ***************/
#footer	{
	font-size: 11px;
	text-align:center;
	border-top: 1px solid #8C4131;
	padding: 6px;
	color: #333333;
	margin-left:6px;
	margin-right:6px;
	margin-top:10px;
	margin-bottom:6px;
}

#footer	a {
	color: #8C4131;
	text-decoration: none;
}

#footer	a:hover {
	text-decoration: underline;
}
	
/*************** start layout divs ***************/	

	
	#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:768px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff;
		width:768px;
		}
		

		
/*************** start horizontal nav ***************/
 div#navcontainer
{
	background-color: #791F04;
	border-top: solid 1px #4D0C00;
	border-bottom: solid 1px #4D0C00;
	
	width:768px;

}

div#navcontainer ul
{
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;

}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #D4B72F;
text-decoration: none;
border-right: 1px solid #4D0C00;
}

div#navcontainer ul li a:hover
{
background-color: #4D0C00;
color: #ffffff;
}

#active a { 
background-color: #4D0C00;
color: #D4B72F;

}




/*************** start table styles ***************/
td.borderL	{
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8C4131;
	vertical-align: top;
}

td.water	{
	padding:6px;
	vertical-align: top;
	background-image: url(images/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	
	}

td	{
	padding:6px;
	vertical-align: top;
}

.white	{
	background-color:#FFFFFF;
	padding:6px;
	vertical-align: top;
}

.border	{
background-color:#999999}

.noborder	{
background-color:#FFFFFF
}

