/* Farris CSS */

body
	{	margin: 0px;
		font-family: Garamond, Georgia, "Times New Roman";
		background-color: #F2FFFF;
	}
li 
	{	margin: 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #000066;
		line-height:20px;
		letter-spacing: 1px;
	}

/* Layout */

#header 
	{	height: 100px;
		width: 800px;
		border-right: 1px solid #000033;
		border-bottom: 1px solid #000033;
		background: url(images/header.jpg);
	}
#container 
	{	width: 800px;
		margin: 0px;
		float: left;
		position: static;
		border-right: 1px solid #000033;
		border-bottom: 1px solid #000033;
		background-image: url(images/nav-bak.gif);
	}
.nav 
	{	font: 14px Garamond, Georgia, "Times New Roman";
		font-weight:bold;
		width: 175px;
		clear: left;
		float: left;
		margin: 0px;
	}
.nav img 	{	padding-left: 18px; }
.nav dd a.upline-dark {	border-top: 1px solid #000033; }
.nav dt a.upline-lite {	border-top: 1px solid #F4FFFF; }

.nav dt a, .nav dt a:visited 
	{	font: 14px Garamond, Georgia, "Times New Roman";
		font-weight:bold;
		color:#FFFFFF;
		line-height: 16px;
		border-bottom: 1px solid #349fd6;
		letter-spacing: 1px;
		display:block;
		padding:8px 0px 7px 5px;
		text-decoration:none;
		background-image: url(images/navbgdt.gif);
	}
.nav dd a, .nav dd a:visited 
	{	font: 14px Garamond, Georgia, "Times New Roman";
		font-weight:bold;
		color:#FFFFFF;
		display:block;
		border:none;
		text-decoration:none;
		padding: 4px 0px 4px 0px;
		margin-left: -42px;
		letter-spacing: 1px;
		text-align: center;
		border-bottom: 1px solid #349fd6;
		background-image: url(images/navbgdd.gif);
	}
.nav dt a:hover, .nav dd a:hover { background-color: #000033;	}
.barimg {	border-top: 10px solid #000000;	border-bottom: 10px solid #000000; }

#content 
	{	width: 565px;
		float: left;
		clear: right;
		padding: 30px;
	}
#content p 
	{	font-family: Georgia, "Times New Roman", Times, serif;
		color: #000066;
		line-height:20px;
		letter-spacing: 1px;
		font-size: 12px;
	}
#content p.quote
	{	font-style: italic;
		color: #059EBD;
	}
#content a, #content a:visited 
	{	font: 14px Garamond, Georgia, "Times New Roman";
		font-weight: bold;
		letter-spacing: 2px;
		color: #006699;
		text-decoration:none;
	}
#content a:hover { text-decoration:underline; }

#title 
	{	border-bottom: 10px solid #048FB3;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		color: #000066;
		letter-spacing: 2px;
		line-height: 2;
	}
#pageline 
	{	border-top: 3px double #048FB3;
		height:0px;
		width:425px;
		margin: 0px auto;
	}
#footer 
	{	height: 23px;
		width: 800px;
		padding-top:7px;
		text-align: center;
		font: 11px "Arial", Sans, Verdana; 
		color: #FFFFFF;
		background-color: #006699;
		float: left;
		background-image: url(images/footer.jpg);
		border: 1px solid #000033;
		border-left:0px;
	}
#footer a 
	{	color:#FFF; 
		font-weight: bold;
		text-decoration:none;	
	}
#footer a:hover { text-decoration:underline;}
