body
{
	font-family: Eurostile, Calibri, "Franklin Gothic Demi Cond", Tahoma, sans-serif;
	font-size: 16px;
	background: url(images/star.png) no-repeat bottom right fixed #FFFFFF;
	color: #000000;
	padding-bottom: 20px;
}

a
{
	color: #0000FF;
}

a:visited
{
	color: #800080;
}

a:hover
{
	color: #FF0000;
}

a img
{
	border: 0px;
}

ul.normal li, p
{
	line-height: 125%;
}

p.indent
{
	margin-left: 30px;
}

p.largetext, ul.normal li.largetext
{
	line-height: normal;
}

ul.normal li p
{
	margin-bottom: 5px;
}

ul.normal li
{
	margin-bottom: 5px;
}

h1
{
	color: #c0c0c0;
	font-size: 3em;
	margin-bottom: 0px;
}

h1 span.alt
{
	color: #908080;
	position: relative;
	top: -16px;
	left: 80px;
}

h1.alt
{
	margin-bottom: -16px;
}

h2
{
	color: #b0b0b0;
	font-size: 2em;
}

h2 span.alt
{
	color: #908080;
	position: relative;
	top: -8px;
	left: 80px;
}

h3
{
	color: #066DA6;
}

div.header
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 209px;
	position: relative;
}
div.header div.headerlinks
{
	padding-top: 163px;
	position: absolute;
	top: 0px;
	left: 0px;

	height: 46px;
	width: 270px;
	overflow: hidden;
	float: left;
	z-index: 1;
}

div.header div.headerimage
{	

	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 209px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.header div.headerimage a
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

div.header img
{

}

div.navcontainer
{
	width: 100%;
	clear: both;
}

ul.navigation
{
	list-style-type: none; /*Remove the bullet points*/
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

ul.navigation li
{
	display: inline;
}

ul.navigation li a
{
	width: 3em;
	font-weight: bold;

	color: #808080;
	padding: 0px 30px;
	margin: 0px 0px;
	text-decoration: none;
	font-size: 2em;
}

ul.navigation li a:hover
{	
	color: #603327;
}

ul.topnav
{
	list-style-type: none; /*Remove the bullet points*/
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 1;
	float: left;
}

ul.topnav li
{
	display: inline;

}

ul.topnav li a
{
	float: left;
	width: 120px;
	font-weight: bold;
	color: #808080;
	background-color: #FFFFFF;
	padding: 0px 5px;
	margin: 0px 0px;
	text-decoration: none;
	font-size: 1.3em;
}

ul.topnav li a:hover
{	
	color: #603327;
}

div.body
{
	width: 80%;
	margin: 0 auto;
	padding: 0px 30px 2px 30px;
	background: url(images/dot.png) repeat-y;
}

div.previmage
{
	float:left;
}

div.nextimage
{
	float:right;
}

div.previmage, div.nextimage
{
	width: 85px;
	font-size: 1.5em;
}

div.previmage a, div.nextimage a
{
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}

div.previmage a:hover, div.nextimage a:hover
{
	color: #603327;
}

div.imagecontainer
{
	text-align: center;
	margin-bottom: 25px;
	clear: both;
}

div.image
{
	
}

div.image + div.image
{
	margin-top: 10px;
}

div.image img.outdoor
{
	border: 1px outset #004080;
	padding: 3px;
}

div.caption
{
	margin-top: 2px;
}

ul.normal
{
	list-style-type: square;
}


span.label
{
	color: #066DA6;
	font-weight: bold;
}

em.important
{
	color: #066DA6;
}

strong.large
{
	font-size: 225%;
	color: #066DA6;
}

table
{
	border-collapse: collapse;
}

td
{
	padding: 0px 30px 5px 0px;
}

div.footer
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	text-align: right;
	padding: 5px 0px;
	border-top: 1px solid #066DA6;
	color: #066DA6;
	font-size: 80%;
	
}