body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 100%;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#bodytxt {
	line-height: 1.7em;
}
#header {
	height: 90px;
	background-image: url(grafx/headr.jpg);
	width: 780px;
	float: left;
	background-repeat: no-repeat;
}
#nav {
	font-size: 12px;
	margin-top: 69px;
	width: 535px;
	text-align: center;
	margin-left: 175px;
	color: #999;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}
#nav li a:link, #nav li a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #C91D1C;
	text-decoration: none;
}
#bodywrap {
	float: left;
	width: 780px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar {
	display: inline;
	width: 210px;
	float: right;
	font-size: 0.75em;
	padding: 2px;
	margin-top: 9px;
}
#sidecenter {
	text-align: center;
}
#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar h4 {
	background-color: #C91D1C;
	color: #FFF;
	padding: 3px;
	letter-spacing: .2em;
	font-weight: normal;
}
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B80000;
}
#onecol {
	padding-right: 50px;
	padding-left: 50px;
}
#twocol {
	margin-right: 222px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	padding-right: 7px;
}
#fullcol {
}
#content {
	font-size: 0.675em;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
#content h1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D22021;
}
#content h2 {
	padding-bottom: 7px;
}
#content ul {
	list-style-image: none;
	list-style-type: none;
}
#content li  {
	padding-left: 15px;
	padding-bottom: 4px;
}
#content p {
	padding-bottom: 10px;
	line-height: 1.4em;
}
#content p a {
	color: #DC2020;
	text-decoration: underline;
}
#photos {
	text-align: center;
}
#footer {
	font-size: 0.626em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E02122;
	color: #CCC;
	letter-spacing: 0.1em;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
.boldred {
	font-weight: bold;
	color: #DF0221;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.whit {
	color: #FFF;
}

