body {
	background: #0b0b0b fixed;
	font: 78%/1.4em verdana, arial, sans-serif;
	margin: 0px auto 80px auto;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	border-bottom: 1px solid transparent;
}

#container {
	width: 600px;
	margin: 44px auto 0 auto;
	background: #ececec;
	text-align: left;
	position: relative;
	padding: 20px 60px 40px 60px;
}

.leftdragon {
	top: -44px;
	left: -80px;
	position: absolute;
}

.rightdragon {
	top: -44px;
	left: 617px;
	position: absolute;
}

/*h1 {
	color: white;
	background: #0b0b0b;
	border:1px solid white;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px 0 20px 0;
	text-align: center;
}*/
h1, h3 {
	color: #fff;
	background: #d20303;
	border-top:1px solid white;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid white;
	padding: 3px 5px 3px 5px;
	font: 14px Arial, Verdana, sans-serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	margin: 16px 0 20px 0;
}

h3 {
	margin: 16px 0 10px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;
}

h4 {
	margin-bottom: 8px;
	font-size: 1.4em;
	font-weight: normal;
}

h5 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1em;
	text-align: center;
}

.center {
	text-align: center;
}

.slideshow ul {
	width: 300px;
}


.slideshow li {
	list-style: none;
	margin-left: 0;
}

ul li {
	list-style: square;
	margin-left: 30px;
	margin-bottom: 8px;
}

ol {
	margin-left: 60px;
	font-weight: bold;
}

ol li {
	margin-bottom: 3px;
}

#leftcol {
	float: left;
}

#rightcol {
	margin-left: 160px;
	text-align: justify;

}

#nav ul {
	position: relative;

}

#nav ul li {
	list-style: none;
	margin-bottom: 3px;
	margin-left: 0;
}


#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	border-left: 4px solid #ececec;
	padding-left: 5px;
	display: block;
	width: 130px;
}

#nav li a:hover {
	border-left: 4px solid #c10505;
	padding-left: 5px;
	color: #bd0505;
}

a.current {
	color: #bd0505 !important;
}

a:link, a:visited {
	text-decoration: none;
	color: #c10505;
	font-weight: bold;
}

a img {
	border: none;
}

.floatr {
	float: right;
	margin-bottom: 5px;
	margin-left: 16px;
}

.floatl {
	float: left;
	margin-right: 10px;
}

#footer {
	text-align: center;
	color: #909090;
	font-size: .9em;
	clear: both;
	margin-top: 5px;
	font-variant: small-caps;
	margin-bottom:10px;
}

#footer a, #footer a:visited {
	color: #909090;
	text-decoration: underline;
	font-weight: normal;
}

.border {
	border: 1px solid black;
}



.jump {
	margin-top: 200px;
	margin-left: -10px;
	position: relative;
	float: left;

}

#footer a:hover {
	color: #c10505;
}

.clear {
	clear: both;
}

.blue, a:hover {
	color: #056fd4;
}

a.pagetop {
	background: #d20303;
	padding: 3px 5px;
	color: white;
}

a:hover.pagetop {
	background: #0b0b0b;
	color: #d20303;
}

#emph {
	border: 1px solid black;
	padding: 5px 5px 0 5px;
	background: #ebebeb;
}

ul, ol, p {
	margin-bottom: 10px;
}


ul, ol {
	text-align: left;
}

.pic {
	margin-bottom: 12px;
}

.question {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #c50303;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 4px;
}

.phone, .email {
	font-size: 1.5em;
	font-weight: normal !important;
}

.author {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 12px;
	text-align: right;
}

.clear {
	clear: both;
}
