	/* globals */

body {
	background: #663e18 /* url(Images/) bottom right no-repeat fixed */;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	scrollbar-face-color: #C6D5FD;
	scrollbar-highlight-color: #C6D5FD;
	scrollbar-shadow-color: #C6D5FD;
	scrollbar-3dlight-color: #C6D5FD;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #C6D5FD;
}



/* basic href hovers */

A            {color: #c0a172; font-weight: bold; text-decoration: none;}
A:hover      {
	color: #c0a172;
	font-weight: bold;
}

A.subdued       {color: #000000; font-weight: normal; text-decoration: underline;}
A:hover.subdued {color: #c0a172; font-weight: normal; text-decoration: underline;}

A.lite       {color: #c0a172; font-weight: bold; text-decoration: none;}
A:hover.lite {color: #c0a172; font-weight: bold; text-decoration: underline;}


/* colors */

.white {color: #c0a172;}
.tan {color: #c0a172;}
.black {color: #c0a172;}


	
/* header footer */
	
							
#headerContainer {
 width:100%;
	background: #663e18;
 text-align:center;
}					
#header {
	width: 800px;
	padding: 50px 30px 20px 50px;
	margin: 0px;
	text-align: left;
}
#header ul {
display:inline;
list-style:none;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0;
letter-spacing:3px;
}
#header li {
display:inline;
border:1px solid #58421b;
margin:0px 5px;
padding:0;
}
#header li a {
color:#c08831;
padding:5px 8px;
text-decoration:none;
background:#442d09;
}
#header li a:hover {
color:#c08831;
padding:5px 8px;
text-decoration:none;
background:#58421b;
}
					
							
		


#containerHome {
text-align: center;
width: 100%;
margin: 0px;
padding: 0px;
border-top: 10px solid #C0A172;
border-bottom: 10px solid #C0A172;
background: #996600;
}

#contentHome {
 background:url(/image/bkgdHomeTable.gif) left top repeat-x;
	text-align: center;
 padding: 0px 0px 0px 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
	}
	
	    #content p {
					text-align: left;
					}