/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#linklist {
	width: 160px;
	background-color: #082E52;
	border-right: #4D4937 0px solid;
	border-left: #4D4937 0px solid;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #987346;
	height: inherit;
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 480px;

}

#sitecontent {
	background: url(../images/pagebg.jpg) top right no-repeat;
	width: 548px;
	height: inherit;
	min-height: 480px;
	float: right;
	text-align: left;
}

#sitecontent h3{
	border-bottom: solid 1px #082E52;
	font-family: "Times New Roman", Times, serif;
	font-weight:200;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 24px 8px 8px 8px;
	color: #082E52;
	margin-bottom: 20px;
}

#sitecontenthead {
	background: #fff url(../images/canyongraphics.jpg) no-repeat left;
	width: 550px;
	float: right;
	height: 100px;
	margin-bottom: 4px;
}

#indextxt {
	width: 349px;
	float: right;
	text-align: left;
	padding: 9px;
	margin: 0px;
	color: #516C1B;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}

#backdrop {
	background: url(../images/main/bg/sidebg.jpg);
}

#indextxt a {
	color: #042F52;
	text-decoration: none;
}

#indextxt a:hover {
	color: #000;
	text-decoration: underline;
}

#indextxt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#indextxt li {
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}