@charset "windows-1252";
/* a Stu Nochols / CSS Play design */
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: rgb(209,205,193);
	font-size: 76%;
	font-family: georgia, palatino linotype, times new roman, serif; /* hide overflow:hidden from IE5/Mac */ /* \*/;
	overflow: hidden; /* */
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #eed;
	background: #FFFFCC url('../../Images/Lannon.gif') repeat fixed;
}
#content {
	display: block; /*overflow: hidden;*/;
	position: absolute;
	z-index: 3;
	top: 100px;
	bottom: 32px;
	width: 975px;
	margin-left: -489px;
	left: 50%;
	border-left: 1px #b7b8a8 solid;
	border-right: 1px #b7b8a8 solid;
	background: #eed;
}
* html #content {
	top: 0;
	bottom: 0;
	height: 100%;
	width: 977px;
	border-top: 100px solid #fff;
	border-bottom: 30px solid #eed;
}
#head {
	position: absolute;
	margin-left: -489px;
	left: 50%;
	top: 0;
	width: 975px;
	min-width: 75px;
	height: 100px;
	background: #fff url('../Head3_Grad.gif') repeat-x fixed;
	z-index: 5;
	border-left: 1px #b7b8a8 solid;
	border-right: 1px #b7b8a8 solid;
}
/* * html #head {top:0; width:777px; height:98px;} */
#foot {
	text-align: center;
	position: absolute;
	margin-left: -489px;
	left: 50%;
	bottom: 0;
	width: 975px;
	min-width: 775px;
	height: 30px;
	font-size: 1em;
	z-index: 5;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #000;
	border-top: 1px #b7b8a8 solid;
}
* html #foot {
	bottom: 0px;
	width: 977px;
	height: 28px;
	background-image: url('../../Images/Lannon.gif');
}
#leftnav {
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	width: 125px;
	text-align: center;
}
.nav {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #228;
	border: 1px #b7b8a8 solid;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	top: -3px;
	background-color: #fffff8;
	text-align: center;
}
.nav a {
	text-decoration: none;
	border: 1px #fff solid;
	color: #228; /*  margin: 5px;*/;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.nav a:hover {
	border: 1px #bba solid;
	background-color: #ddc;
}
#main {
	overflow: auto;
	margin-right: 10px;
	margin-top: 20px;
	margin-top: -0;
	float: right;
	width: 808px;
	height: 480px;
	bottom: 10px;
	background-color: #fffff8;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: -1px;
	border: 1px #b7b8a8 solid;;
}
* html #main {
	bottom: 40px;
	border-bottom: 20px solid #eed;
}
#main a {
	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}
#main a:link, #main a:visited {
	color: #44a;
	text-decoration: none;
}
#main a:hover, #main a:active {
	border-color: #00f;
	background-color: #eed;
}
#main h1{font-size: 16pt;}
#main h2{
	font-size: 13pt;
}
#main h3{font-size:12pt}

em {font-style:italic;}

.blind a:link {font-weight: normal; color: black; text-decoration: none; background-color: transparent}

