body{
	padding: 0px;
	margin: 0px;
}

hr{
	color: #8d5613;
	background-color: #8d5613;
	border: 0;
	height: 1px;
	width: 80%;
}

.title{
	font-size: x-large;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #8d5613;
}

/* font renders too heavy in browser, use images instead
.fancyTitle{
	font-family: Georgia, serif;
	font-size: 13pt;
	font-style: italic;
	color: #8d5613;
}
*/

.Content{
	color: #526364;
	font-size: small;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: justify;
	padding: 5px;
	width: 705px;
	border-left: 1px solid #8d5613; border-right: 1px solid #8d5613; padding: 0px 10px 0px 10px;
}

.Content a{
	color: #8d5613;
}

.Content a:hover{
	text-decoration: underline;
}

.pad5{
	padding: 5px;
}

.pad10{
	padding: 10px;
}

.pad20{
	padding: 20px;
}

.Nav{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #8d5613;
	text-transform: uppercase;
	font-size: small;
	list-style: none;
}

a{
	text-decoration: none;
}

.Nav a{
	color: #8d5613;
}

.Nav li{
	padding: 8px 0px 4px 0px;
	background-image: url(../images/layout/horz_line.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.NavSelected {
	color: #526364;
	/*list-style: url(../images/layout/diamond_bullet.gif);  once again, we had to remove elegant code and go ugly to make it work in IE */  
}

.NavSelected a{
	color: #526364;
}

.TopNavBox{
	padding: 2px 2px 11px 2px;	
	background-position: bottom;
	background-repeat: no-repeat;
}

.TopNavBoxMarked{
	background-image: url(../images/layout/top_marker.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 2px 2px 11px 2px;	
}

.LeftBar{
	text-align: right;
	width: 175px;
	padding-left: 0px;
	margin-left: 0px;
	vertical-align: text-top;
}

.BottomBar{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #8d5613;
	padding: 2px 0px 1px 190px;
	margin: 0px;
	border-top: 1px solid #8d5613;
	border-bottom: 1px solid #8d5613;
}

.MidBar{
	padding: 5px 0px 10px 10px;
}

.TopBar{
	background-image: url(../images/layout/top_bg.gif);
	height: 125px;
	padding: 0px 0px 0px 190px;
}

.TopBar2{
	background-image: url(../images/layout/top_bg2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 190px;
	margin: 0px;
}

.clean{
	padding: 0px;
	margin: 0px;
	border: none;
}

.diamond{
	background-image: url(../images/layout/diamond.gif); 
	background-repeat: no-repeat; 
	width: 20px; 
	height: 19px;
}

.bordered{
	border: 1px solid #526364;
}

.floatLeft{
	border: 1px solid #526364;
	margin: 0 10px 0 5px;
	float: left;
}

.floatRight{
	border: 1px solid #526364;
	margin: 0 5px 0 10px;
	float: right;
}

.caps{
	text-transform: uppercase;
}

.leftNavSubTitle {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #526364;
}