﻿<style type="text/css">
* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
}
html, body, div, h1, h2, h3, h4, ul, ol, li, p, blockquote, form , fieldset, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size: 100%;
}
body {
	font-family: Calibri;
	font-size: 1.1em;
	line-height: 1.2em;
	background-color: #FFFFFF;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #CC9933;
	text-decoration: underline;
}
a:active {
	color: #6666CC;
	text-decoration: underline;
}
#container {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 798px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	/*background-image: url('divider.gif');
	background-repeat: repeat-y;
	background-position: 0, 141px;*/
}
#header {
	width: 798px;
	height: 140px;
	background-image: url('birdheadermaroon.jpg');
}
#header a {
	display: block;
	width: 798px;
	height: 140px;
}
#breadcrumb {
	width: 945px;
	height: 26px;
	float: left;
	background-color: black;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}
#breadcrumb a {
	text-decoration: underline;
	color: white;
}
#content {
	width: 798px;
}
#main {
	width: 565px;
	float: right;
	padding-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	/*border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #000080;*/
}
#nav {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-top: .25em;
	padding-bottom: .75em;
	width: 209px;
	float: left;
	background-color: #EFEFEF;
}
#navleft {
	font-family: Calibri;
	font-size: 1em;
	font-weight: normal;
	color: #8D0209;
	margin-left: 0;
	padding-left: .75em;
	padding-right: .75em;
}
#navleft li {
	list-style-type: none; /*padding-bottom: 1em;*/;
	padding: .5em 0 .5em 0;
	border-bottom: 1px #CCCCCC solid;
}
#navleft li a {
	font-weight: bold;
	text-decoration: none;
}
#navleft li a:link {
	color: #000033;
	text-decoration: none;
}
#navleft li a:visited {
	color: #000033;
	text-decoration: none;
}
#navleft li a:hover {
	color: #000033;
	text-decoration: underline;
}
#navleft li a:active {
	color: #000033;
	text-decoration: none;
}
#footer {
	margin-top: 18px;
	margin-bottom: 18px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #8D0209;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: small;
}
#footer a:link {
	color: #8D0209;
	text-decoration: underline;
}
#footer a:visited {
	color: #8D0209;
	text-decoration: underline;
}
#footer a:hover {
	color: #8D0209;
	text-decoration: underline;
}
#footer a:active {
	color: #8D0209;
	text-decoration: underline;
}
#footer p {
	color: #8D0209;
}
#footlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	color: #8D0209;
}
#copyright {
	padding-top: .5em;
	font-weight: bold;
}
.articleintro {
	font-size: 12pt;
	font-family: Calibri;
	font-weight: bold;
	display: block;
	padding-top: .5em;
	padding-bottom: 1em;
	/*border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #000033;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #000033;*/
	/*margin-bottom: 1.5em;*/
}
.editcomm {
	font-style: italic;
}
.byline {
	font-style: italic;
	font-size: small;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
}
.image {
	margin: 8px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: right;
}
.imagenoborder {
	margin: 8px;
	padding: 3px;
	float: right;
	border: 0px;
}
blockquote {
	padding-left: 5em;
	padding-right: 5em;
}
p {
	padding-bottom: 1em;
	font-size: medium;
}
p.really {
	margin-top: 1.5em;
}
h1 {
	font-size: xx-large;
	line-height: 1em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0em;
}
h2 {
	font-size: x-large;
	line-height: .75em;
	font-weight: bold;
	padding-bottom: .5em;
}
em {
	font-style: normal;
	font-weight: bold;
}
ol, ul {
	font-size: medium;
}
.order {
	/*list-style: decimal;*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}
.order li {
	padding-bottom: 1em;
}
.unorder {
	/*list-style: decimal;*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.unorder li {
	padding-bottom: 1em;
	/*font-weight: bold;*/
}
.video {
	text-align: center;
	margin-bottom: 1.5em;
}
</style>

