*
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}

body 
{
	text-align: center;
	margin:0px;
	padding:px;
	margin-top: 0px;	
	font-family: Book Antiqua, Palantino Linotype;
	font-size: 14px;
	background: url(../images/background.jpg);
	background-color: #CBC392;

	line-height: 150%;
}

.page
{
    margin:0 auto;
	padding: 0px;
    width: 1000px;
	text-align: left;
	border: 10px solid #030E08;
	background-color: #ffffff;
	background-image: url(../images/default.jpg);
	
	background-repeat: no-repeat;
	
	min-height: 600px;
}

.header
{
}

.bordercolor
{
	background-color: #030E08;	
}

.flash
{
	position: absolute;
	left: 295px;
	height: 148px;
}

.mainbit
{
	padding-right: 400px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #383838;
	line-height: 150%;
}


.mainbit h1
{
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
	color: #BFB256
}

.mainbit h2
{
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #BFB256;
}

.mainbit h3
{
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}

.mainbit a
{
	color: #000000;
	text-decoration: underline;
}

.mainbit a:hover
{
	color: #BFB256;
	text-decoration: underline;
}

.mainbit ul
{
	line-height: 140%;
	padding-bottom: 10px;
}

.mainbit li
{
	line-height: 140%;
}

.mainbit p
{
	line-height: 140%;
	margin-bottom: 10px;
}


.footer
{
	text-align: center;
	background-image:url(../images/bottom.png);	
	background-repeat: no-repeat;
	width: 1020px;
	margin: 0 auto;
}

.footer a
{
	color: #767052;
	text-decoration: none;
	font-size: 10px;
	line-height: 150%;
}

.footer a:hover
{
	color: #000000;
	line-height: 150%;
}



.menu
{
	padding: 0px;
	margin: 0px;
	display: visible;
	font-size: 13px;
	padding-bottom: 10px;
}

.menu a
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-bottom: solid 9px #030E08;
}

.menu a:hover 
{
	background-color: #BFB256;
	border-bottom: solid 9px #BFB256;
}

.menuitem 
{
	padding: 0px;
	margin-left: 0px;
	padding-right: 10px;
}



/* ######### Default class for drop down menus ######### */



.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
border-bottom-width: 0;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 175px;
font-size: 11px;
margin-left: 0px;
margin-top: 0px;
}

.anylinkmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

.anylinkmenu ul li a{
width: 100%;
display: block;

border-bottom: 1px solid #BFB256;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-align: left;
color: white;
background: #030E08;
padding-left: 5px;
line-height: 15px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #BFB256;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #B7972A;
text-align: left;
}

.anylinkmenucols li{
padding-bottom: 3px;
text-align: left;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #B7972A;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.address
{
	padding-top: 5px;
	text-align: center;
	color: #99986C;
	font-size: 12px;
}

.address a
{
	color: #99986C;
}


.address a:hover
{
	color: #FCF4D0;
}

.calltoaction
{
	padding-top: 20px;
	font-weight: bold;
}

