
/* ----- CSS ----- */

body{
background: #FCFBE9;
	font: small/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #68694A;
	background-image:url(assets/template/rightback3.gif);
}

/* ----- IDS ----- */

#container{
	width: 795px;
	margin: 0;
	padding: 0;
	background-image: url(assets/template/sideback.gif);
	background-repeat: repeat-y;
}

#header{
	padding: 10px 5px 5px 5px;
		float: left;
	width: 248px;
	text-align: center;
}

td img {display: block;}

#nonnavcontainer{
padding-left: 248px;
}
#primaryContent{
	padding: 20px;
	background-image: url(assets/template/contentback.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #53423E;
}
#footer{
	background: #fcfbe9;
	background-image:url(assets/template/footerback.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 20px 0px 0px 80px;
}

#prevnextnav {
	padding: 10px;
	background: #eee;
	margin: 0;
list-style-type: none;
text-align: center;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}

.footnote{ vertical-align: super;}

/* Pictures */

.cutline {
	float: right;
	width: 300px;
	color: #630;
	font: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 20px;
	text-align: center;
	font-size: 12px; 
	line-height: 15px;
	}
.cutline p {
	float: right;
	width: 200px;
	color: #9D4309;
	font: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 20px;
	text-align: center;
	font-size: 12px; 
	line-height: 15px;
	}

.contentbox {
border-bottom: 1px dotted #DAB243;
}
.textdivider {
border-bottom: 1px dotted #DAB243;
clear: left;}

div.photoright {
float: right;
width: 100px;
}

div.photoleft {
float: left;
width: 100px;
}
div.contentright {
width: 250px;
float: right;}

div.contentleft {
width: 250px;
float: left;
}
/* ----- HEADINGS ----- */

h1{
font-family: Georgia, "Times New Roman", Times, serif ;
font-size: 1.5em;
color: #9D4309;
margin: 0;
}
h2{
font-size: 1.3em;
font-family: Georgia, "Times New Roman", Times, serif ;
color: #4D6B45;
margin: 0;
}
h3{
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif ;
color: #4F83A5;
text-align: left;
margin: 0;
}



/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em;}

li {
line-height: 1.2 em;
margin-bottom: 5px;
}

/* ----- LINKS ----- */

a:link{
color: #2f3871;
}
a:visited{
color: #4350a1;
}
a:hover{
color: #9D4309;
background-color: #f5d7b4;
}
a:active{
color: #9D4309;
}

/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}




/* ----- FOOTER ----- */

#footer h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #992629;
margin: 0 0 0 0;
text-align: left;
}

#footer p {
font-size: smaller;
line-height: 1.2em;
}
p#websiteby {
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
font-size: x-small;
margin: 0;
}
p#websiteby a:link{
color: #333;
}

/* ----- MISC ----- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* ----- NAV ----- */


#navlist
{
padding: 0 1px 1px;
margin-left: 22px;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 193px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #97996A;
background: #E1D790;
text-decoration: none;
}

#navlist li a:link { color: #97996A; }
#navlist li a:visited { color: #97996A; }

#navlist li a:hover
{
border-color: #68694A;
color: #FCFBE9;
background: #992629;
}