body {
	font-size: small;
	color: #333333;
	margin: 0px;
}
body#home{
	background:#f8f400 url(../images/homebg.gif) repeat-y center top;
}
body#sunset{
	background:#EC5B22 url(../images/sunsetbg.gif) repeat-y center top;
}
body#tunnels{
	background:#e7dbb3 url(../images/tunnelsbg.gif) repeat-y center top;
}
 #navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #A9122A;
	color: #FFF;
	width: 100%;
	font: bold normal 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #A9122A;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #03376A;
color: #fff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #A9122A;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
table#footer p {
	font-size: x-small;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	color: #A9122A;
	font-family: Arial, Helvetica, sans-serif;
}
#body p {
	line-height: 1.5em;
}
.imageleft {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #efefef;
}
.imageright {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #efefef;
	margin-left: 20px;
}
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.imgwithborder {
	border: 2px solid #A9122A;
}
#body ul {
	list-style-type: square;
}
#body li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	display: block;
}
body#dfhouse {

	background:#725488 url(../images/dfhousebg.gif) repeat-y center top;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #A9122A;
}

h3 a {
	margin-left: 25px;
}

h3 a:visited {
	color: #0000FF;
	text-decoration: none;
}
h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content a:link {
	color: #0000FF;
	text-decoration: underline;
}
#content a:visited {
	color: #990000;
	text-decoration: underline;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
