/* CSS Document */

body {
	background-color: #491112;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #240807;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #240807;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #240807;
}
a:hover {
	text-decoration: underline;
	color: #461010;
}
a:active {
	text-decoration: none;
	color: #240807;
}


.subFont{
	font-family: Tahoma;
	font-size: 12px;
	color: #C2AE8B;

}

.title{
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	font-style: italic;
	padding:10px;
	background-color:#B59C73;
}


.titleitem{
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight:bold;
	color:#C2AE8B;
	font-style: italic;
	padding-top:2px;
	padding-left:10px;
	width:512px;
	height:25px;
	background-image:url(images/bgtitle.gif);
}






#Nav {
	float:left;
	width: 100%;
	margin-bottom: 0px;	
 	padding: 5px 10px 5px 2px;	 
}
#Nav ul{
	margin:0;
	padding: 0;
 	line-height: 14px;

}
 #Nav li {
 	list-style-type: none;
	display: block;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #997E51; 
	height:auto;
	margin:0px; 
	padding:5px; 
}
#Nav li a {
	text-decoration:none; 
	height:auto;
}
 #Nav li a:hover {
	text-decoration:underline; height:auto;
}
#Nav li.selected, 
#Nav li.selected a:link { margin:0px; background-color: #B59C73; font-weight: bold;	height:auto;}

/*    INTERIOR PAGE: SECOND NAVIGATION     */

li#sec_level {
 	line-height: 14px;
	font-weight:normal;	 
	padding:5px 6px 0 0;
	margin: 3px 0 3px 15px;
	border-bottom: 1px dotted #997E51;
	list-style-image: url(arrow.gif);
	list-style-position:inside;
}
li#sec_level_active {
 	font-weight:bold;
}

