@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #D5AD64;
	background-image: url(images/terracottabk.jpg);
	background-repeat: repeat;
}
a {
	color: #D5AD64;
	text-decoration: none;
}
h1{
	color:#8c4335;
	font-size:16pt;
	font-style:italic
}
h2{
	color:#382308;
	font-size:12pt;
	font-style: italic;
}
#mainnav{
	background-color:#382308;
	border-top:solid black 3px;
	border-bottom:solid black 3px;
	font-size:10pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainnav a{
color: #D5AD64;
}
#mainnav a:hover{
color:#fcd48c;
}

#masthead{
background-image:url(images/masthead-brown.jpg);
background-repeat:no-repeat;
width:750px;
height:103px;
}
#masthead img{
position:relative;
top:35px;
left:370px;
}
#contentarea{
	width:524px;
	height:100%;
	color:#382308;
	line-height: 175%;
	font-size: 10pt;
	padding: 5px;
	list-style-image: url(images/contentlist.gif);
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/parchmentbkdark.jpg);
	background-repeat: repeat;
}
#contentarea a{
	color:#8C4335;
	text-decoration:underline;
}
#contentarea a:hover{
	color: #6B3221;
}
#sidebar{
	background-color: #382308;
	font-size:10pt;
	line-height:175%;
}

#sidebar li{
	color: #ab8d5c;
	list-style-image: url(images/fleurbullet.gif);
	list-style-type: none;
}
#sidebar a{}
#sidebar a:hover{
color:#fcd48c;
}
.Rfloat{
	float:right;
	margin:3px;
	border: 1px solid #4E1D0C;
}
#footer{
	background-color:#622819;
	border-top:solid black 3px;
	border-bottom:solid black 3px;
	font-size:10pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
color: #D5AD64;
}
#footer a:hover{
color:#f7dfc0;
}
.burntorangebold {
	font-weight: bold;
	color: #511D0C;
	font-size:10pt;
}
