BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8125em;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#holder {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	width: 100%;
	height: 145px;
	padding: 0px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFCC00;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#oldheader {
	width: 100%;
	height: 145px;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav {
	width: 820px;
	padding: 5px;
	background-color: #003399;
	margin-bottom: 5px;
	clear: both;
}
#content {
	width: 600px;
	float: left;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contentfull {
	width: 800px;
	float: left;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
#rightnav {
	float: right;
	width: 189px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer {
	width: 820px;
	text-align: center;
	background-color: #003399;
	color: #FFFFFF;
	margin: 0px;
	clear: both;
	padding: 5px;
}
H1, H2, H3, H4 {
	line-height: 1.75;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 2em;
}
H2 {
	font-size: 1.5em;
}
H3 {
	font-size: 1.25em;
}
H4 {
	font-size: 1em;
}
.itemheader {
	line-height: 2;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#topnav ul {
	font-size: 1.25em;
	font-weight: 600;
	color: #FFFFFF;
	list-style-type: none;
	padding: 0px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#topnav ul li {
	display: inline;
	list-style-type: none;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	padding-bottom: 2px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav ul li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	text-decoration: none;
}

.photoleft {
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}

.bigbold {
	font-size: 1.5em;
	font-weight: 600;
}

.italicbold {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
