body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#8292A2;
	margin-top:50px;
	font-size:12px;
}
a, a:visited {
	font-weight:bold;
	color:#000047;
	text-decoration:none;
}
a:hover {
	color:#8292A2;
}
#container {
	width:765px;
	border:4px solid #FFF;
	background:#FFF;
}
#top {
	width:100%;
	height:127px;
	background-image:url(images/banner.png);
	border-bottom:4px solid #FFF;
}
#left {
	width:175px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	background-color:#000033;
}
.left {
	width:100%;
	height:100%;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
}
.left a, .left a:visited, .left a:active {
	line-height:25px;
	color:#FFFFFF;
}
.left a:hover {
	color:#FFFF00;
}
#meat {
	width:585px!important;
	width:555px;
	float:right;
}
#right {
	width:565px;
	text-align:justify;
	padding:10px;
}
#right.home {
	background-image:url(images/home_willie.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
#middle {
	text-align:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-image:url(images/left.png);
	background-position:left;
	background-repeat:repeat-y;
}
#bottom {
	width:100%;
	background:#999;
	color:#FFFFFF;
	text-align:center;
	padding:15px;
	font-size:12px;
	font-weight:bold;
}
h1 {
	margin:0;
	padding:0;
	color:#000047;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color:#000047;
	font-size:14px;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #8292A2;
	margin:0;
	padding:0;
	margin-top:20px;
	text-align:left;
}
h2 a img {
	border:none;
	padding-right:5px;
	}
p.home {
	width:380px;
	text-align:left;
	height:123px;
	margin-bottom:0;
	font-weight:bold;
}
p.quote {
	width:230px;
	text-align:center;
	height:70px;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
p.author {
	width:220px;
	text-align:center;
	height:30px;
	margin-top:0;
	margin-bottom:0;
	color:#000066;
	font-weight:bold;
	font-size:16px;
}
/* BEGIN MENU STYLE */
ul.navlist, #dropmenudiv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	width:100%;
	background-color:#000047;
}
ul.navlist {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:4px solid #FFF;
}
#dropmenudiv {
	position:absolute;
	background-color: #000047;
	border-left:2px solid #FFFF00;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
#dropmenudiv a:hover {
	color: #FFFF00;
}
.navlist li, .navlist li a, .navlist li a:visited {
	list-style-type:none;
	width:146px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	white-space:nowrap;
	padding-bottom:4px;
	padding-top:4px;
	margin:0;
	border-left:2px solid #000047;
}
.navlist li a:hover {
	color:#FFFF00;
	border-left:2px solid #FFFF00;
}
.navlist li.sub a:hover {
	color:#FFF;
	cursor: text;
}
.navlist li {
	padding:2px;
	text-indent:10px;
	margin:0;
/*	background-image:url(images/menu.png);
	background-position:center left;
	background-repeat:no-repeat;
*/}
/*.navlist li.sub {
	padding-bottom:8px;
	padding-top:7px;
	margin:0;
}
*//* END MENU STYLE */

