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

body { 
	background-color: #832C1A;
	background-image: url(images/wood_bk.jpg);
	background-repeat: repeat;
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 15pt
}  

.side_nav a {
	color: #243e31;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 20pt
}
.side_nav a:hover {
	color: #958448;
}

.quote {
	color: #958448;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 17pt
}

.location {
	color: #958448;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 12pt
}

.location a {
	color: #958448;
}

.location a:hover {
	color: #958448;
}

ul {
	list-style-image: url('images/bullet.gif');
	list-style-position: outside
}
ul.square {
    list-style-type: square;
	list-style-position: inside
}
ul.none {
    list-style-type: none;
	list-style-position: outside
}
.subhead {
	color: #243e31;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19pt
}

.subhead a {
	color: #243e31;
	text-decoration: underline
}

.subhead a:hover {
	color: #000000;
	text-decoration: underline
}



.subsub {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold
}


.title {
	color: #243e31;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 24pt
}


.copyright {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #fcf1c9;
	letter-spacing: 3px
}

.copyright a { color:#fcf1c9; text-decoration:none;}
.copyright a:hover { color:#fcf1c9; }

.address a { color:#fcf1c9; text-decoration:none;}
.address a:hover { color:#b5cb8b; text-decoration:none;}

.top_navigation {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #fcf1c9;
	letter-spacing: 3px
}

.top_navigation a { color:#fcf1c9; text-decoration:none;}
.top_navigation a:hover { color:#fcf1c9; text-decoration: underline; }

a { color:#243e31; text-decoration:none;}
a:hover { color:#958448; text-decoration: underline; }

