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

body {
	background-color: #ffffff;
	font: normal 0.8em "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
img {
	border:none;
}
h1 {
	line-height: 20px;
}
h2 {
	line-height:18px;
	font-size:1.5em;
}
h3 {
	line-height:12px;
	font-size:1.1em;
	color: #5a5a43;
}
a /*, a:active, a:hover, a:visited*/ {
	text-decoration:none;
	color:#666666;
}
.left a {
	color: #000099;
}
.container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	overflow:hidden;
}
.title {
	background: url(/img/title.png) no-repeat;
	width: 780px;
	height: 52px;
	line-height:17px;
	float: left;
	text-align:right;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom:0px;
	overflow:hidden;
}
.header {
	background: url(/img/header.png) no-repeat;
	width: 780px;
	height: 40px;
	float:left;
	margin-bottom: 1px;
	overflow:hidden;
}
.topLinks {
	width: 485px;
	float: left;
	margin-bottom: 5px;
	overflow:hidden;
}
.topLinks a {
	color:#333333;
	display: inline-block;
	padding: 5px;
}
.topLinks a:hover {
	background: #dddddd;
}
.topEmail {
	float:right;
	text-align:right;
	color:#000099;
	overflow:hidden;
	width:295px;
	margin-top:5px;
}
.topEmail a {
	color: #000099;
	padding: 5px;
}
.left {
	width: 570px;
	margin-right: 10px;
	float:left;
	overflow:hidden;
}
.right {
	width: 200px;
	float:left;
	overflow:hidden;
}
.footer {
	width: 780px;
	float: left;
	margin: 0 0 10px 0;
}
.box {
	width: 570px;
	float: left;
	margin-bottom: 10px;
}
.sideNav {
	width: 200px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
}
.sideNavDarlene {
	width: 200px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
}
.sideNav a {
	display:block;
	height:20px;
	width: 198px;
	text-indent:20px;
	margin-left:1px;
	color:#333333;
}
.sideNavDarlene a {
	font-size:0.75em;
}
.rightTop {
	width: 200px;
	height: 10px;
	float: left;
	background: url(/img/rightTop.png) no-repeat;
	overflow:hidden;
}
.rightContent {
	width: 200px;
	float: left;
	background: url(/img/rightSides.png) repeat-y;
}
.rightBottom {
	width: 200px;
	height: 10px;
	float: left;
	background: url(/img/rightBottom.png) no-repeat;
	overflow:hidden;
}
.boxTop {
	background: url(/img/top.png) no-repeat;
	width: 570px;
	height: 10px;
	float:left;
	margin: 0px;
	overflow:hidden;
}
.boxBottom {
	background: url(/img/bottom.png) no-repeat;
	width: 570px;
	height: 10px;
	float: left;
	margin: 0px;
	overflow:hidden;
}
.boxContent {
	width: 570px;
	float:left;
	background: url(/img/sides.png) repeat-y;
	margin: 0px;
}
.textBox {
	margin-left: 15px;
	margin-right: 15px;
	float:left;
}
.descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.footerBox {
	width:780px;
	float:left;
}
.footerTop {
	width:780px;
	height:10px;
	float:left;
	background: url(/img/footerTop.png) no-repeat;
	overflow:hidden;
}
.footerSides {
	width:780px;
	float:left;
	background: url(/img/footerSides.png) repeat-y;
}
.footerBottom {
	width:780px;
	height:10px;
	float:left;
	background: url(/img/footerBottom.png) no-repeat;
}
.red { color:#FF0000; }
.bold { font-weight:bold;}
.i { font-style:italic; }
.ul { text-decoration:underline; }
.hr {
	height: 1px;
	background: #999999;
	width: 504px;
	margin-left: auto;
	margin-right: auto;
}
.hrDashed {
	height: 1px;
	background: url(/img/hrDashed.png) repeat-x;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.admin_desc {
	width: 310px;
	float: left;
}
blockquote {
	background: url(/img/quote.png) no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	margin-top: 10px;
}
.pageTitle {
	background: url(/img/hrDashed.png) repeat-x bottom;
	line-height: 26px;
	font-size:1.5em;
	float: left;
	width: 206px; /*Golden ratio*/
	margin-right:334px;
	margin-bottom:15px;
}
.pageTitleLong {
	background: url(/img/hrDashed.png) repeat-x bottom;
	line-height: 26px;
	font-size:1.5em;
	float: left;
	width: 350px; /*Golden ratio*/
	margin-right:190px;
	margin-bottom:15px;
}
.pageTitleXLong {
	background: url(/img/hrDashed.png) repeat-x bottom;
	line-height: 26px;
	font-size:1.5em;
	float: left;
	width: 450px; /*Golden ratio*/
	margin-right:90px;
	margin-bottom:15px;
}
.listings_desc {
	width: 330px;
	float:left;
}
.documentLinks {
	margin-top:20px;
}
.documentLinks li {
	list-style-image: url('/img/document.png');
}
ol li {
	margin:10px 0 10px 0;
}
.copy {
	font-size:0.8em;
	font-style:italic;
	text-align:center;
}
.alan {
	color: #666666;
}
.alan a {
	color: #000099;
	text-decoration:none;
}