/* Default attributes */

body {
	background-color: #003333;
	font-family: Georgia;
	font-size: 1em;
	color:#CDE4E3;
}

p {
	font-family:Georgia;
	color:#CDE4E3;
	font-weight:bold;
	font-size:1em;
}

h1, h2, h3, h4, ul {
	color:#CDE4E3;
}

h1 {
	font-weight:bold;
	font-size:0.75em;
	color:#CDE4E3;
	text-align:left;
}

h2 {
	font-size:0.65em;
	color:#CDE4E3;
	text-align:center;
}

h3 {
	font-weight:bold;
	font-size:1.0em;
	color:#CDE4E3;
	text-align:center;
}

h4 {
	font-weight:bold;
	font-size:0.75em;
	color:#CDE4E3;
	text-align:center;
}

h5 {
	font-weight:bold;
	font-size:1.00em;
	color:#CDE4E3;
	text-align:center;
}

p1 {
	font-weight:bold;
	font-size:larger;
	color:#CDE4E3;
	text-align:center;
}

/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #003333;
	margin: 0 auto 0 auto;
	width: 870px;
	max-width: 870px;
	height:513px;
	font-size: 1em;
	color:#CDE4E3;
	border: #CDE4E3 thin solid;
}

a {
  	display: block;
	text-decoration: none;
	line-height:20px;
}

a:link, a:visited, a:hover, a:active {
	display:block;
	text-decoration:none;
}

a:link {
	color:#CDE4E3;
}

a:visited {
	color:#CDE4E3;
}
a:hover {
	color:#CDE4E3;
}

a:active {
	color:#333;
}

current a:link {
	color:#CDE4E3;
	background-color:#000066;
}


/* Header */
#header {
	background-image:url(images/headeradk23.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 240px;
	width: 870px;
}

/*Horizontal navigation toolbar; sits under header*/

#horizontalnav {
	background-image: url(images/bottom.JPG);
	height:30px;
	width:870px;
	border: #CDE4E3 thin solid;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1em;
	color:#CDE4E3;
	text-align:center;
}

#horizontalnavbox {
	height:30px;
	width:870px;
	margin:0 auto 0 auto;
}
#content {
	max-width:870px !important;
	float: right;
	width:75%;
	height:180px;
	margin: 10px auto 0 auto;
	padding:5px;
	color:#CDE4E3;
	font-size:1.25em;
	overflow:auto;
}
#sidebar {
	background-image:url(images/pe-willowflycatcher.jpg);
	background-repeat:no-repeat;
	height:180px;
	width:20%;
	float:left;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
}

li {
	display:inline;
	float:left;
	margin: auto;
	padding:0 5px 0 0;
	width:90px;
}

ul {
	list-style-type:disc;
	margin:0;
}

ul a {
  	padding: 5px;
	display: block;
	text-decoration: none;
	line-height:20px;
	width:90px;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	text-decoration:none;
}
ul a:link {
	color:#CDE4E3;
}
ul a:visited {
	color:#CDE4E3;
}
ul a:hover {
	color:#CDE4E3;
	background-color:#003333;
}
ul a:active {
	color:#333;
}
ul current a:link {
	color:#CDE4E3;
	background-color:#000066;
}
/*Footer*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:40px;
	clear:both;
	border: #CDE4E3 thin solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
	