@charset "utf-8";

/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #06C;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
ul, ol, dl {padding: 0; margin: 0;}
	
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
	
a img { border: none;}

a:link {color: #000000;text-decoration: underline;}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover, a:active, a:focus {text-decoration: none;}

.container {
	width: 960px;
	background-color: #CCCCCC;
	margin: 0 auto;
	font-size: 14px;
	background-image: none;
}
	
header {
	background-color: #FFF;
	float: none;
	height: 100px;
	width: 750px;
}

.sidebar1 {
	float: left;
	width: 180px;
	background-color: #CCCCCC;
	padding-bottom: 0px;
	font-size: 14px;
}

.content {
	width: 590px;
	float: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../photos/letterhead%20eagle.JPG);
	background-repeat: repeat;
	background-color: #FFF;
	}

aside {float: left;
	width: 180px;
	background-color: #CCCCCC;
	padding: 10px 0;}
	
.content ul, .content ol {padding: 0 15px 15px 40px;}

ul.nav {list-style: none;border-top: 1px solid #666;margin-bottom: 15px;}

ul.nav li {border-bottom: 1px solid #666; /* this creates the button separation */}

ul.nav a, ul.nav a:visited {padding: 5px 5px 5px 15px;
	display: block;width: 160px;text-decoration: none;
	background-color: #CCCCCC;}
	
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {background-color: #999999;
	color: #FFF;}

footer {
	padding: 10px 0;
	background-color: #CCCCCC;
	clear: both;
	clip: rect(auto,auto,auto,auto);
	font-size: 10px;
}
	
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {float: right;
	margin-left: 8px;}
	
.fltlft {float: left;
	margin-right: 8px;}
	
.clearfloat {clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;}

header, section, footer, aside, article, figure {display: block;}
