@font-face {
	font-family: Ravie;
	src: url("font_ravie.eot");
}
body{
	margin: 0;
	background-color: #FFFFFF;
}
p{
	text-align: justify;
}
img{
	border: none;
}
a.pdf,a[href$=".pdf"] {
	padding-right: 22px;
	background-image: url("/images/pdf.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

h1,h2,h3,h4,h5,h6{
	color: #C10803;
	font-family: Ravie, cursive, serif;
}
h1{
	margin-top: 0.1em;
}

div#header{
	background-image: url('/images/landscape.jpg');
	background-repeat: repeat-x;
	color: #C10803;
	font-family: Ravie, "Snap ITC", "Comic Sans MS", "Century Gothic", cursive, serif;
	font-size: 2.5em;
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align: justify;
	text-align-last: justify;
}
div#header img{
	margin-right: 30px;
}
div#header a{
	color: #C10803;
	text-decoration: none;
}

div#wrapper{
	
}

div#container{
	width: 100%;
	float: right;
	margin: 0;
	margin-left: -9.3em;
}

div#content{
	padding: 0 1em 0 0.7em;
	margin: 0 0 0 9.3em;
	background: #FFFFFF;
}

div#sidebar{
	width: 9.3em;
	margin: 0;
	padding: 0;
	float: left;
}

div#menu{
	width: 8.7em;
	margin: 0;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
}
div#menu a{
	color: white;
	text-decoration: none;
}
div#menu a:hover{
	color: #72AFDE;
}
div#menu ul{
	color: white;
	font-family: Ravie, "Snap ITC", "Comic Sans MS", "Century Gothic", cursive, serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu li{
	background-color: #C10803;
	padding: 0.3em 0.2em;
	margin: 0 0 0.5em 0;
	text-align: center;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
div#footer{
	font-size: smaller;
}
div#footertext{
	padding-bottom: 18px;
	padding-left: 0.5em;
	border-top: 1px solid #C10803;
	background-image: url(/images/grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div#footerimage{
	background: url(/images/lighthouse2.png);
	float: right;
	width: 40px;
	height: 131px;
	margin-right: 0.5em;
	margin-top: -105px;
}

.forecol{
	color: #C10803;
}
.bgcol{
	background-color: #C10803;
}
.printonly{
	display: none;
}
.clr{
	clear: both;
	float: none;
}
.r{
	float: right;
}
.l{
	float: left;
}
img.r{
	margin: 0 0 0.3em 0.5em;
}
img.l{
	margin: 0 0.5em 0.3em 0;
}
.fancy{
	font-family: Ravie, "Snap ITC", "Comic Sans MS", "Century Gothic", cursive, serif;
}
.centre{
	text-align: center;
}

table{
	width: auto;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
table td, table th{
	vertical-align: top;
	text-align: left;
	padding: 0.25em 1em 0.25em 0;
	margin: 0;
}
table th{
	color: #C10803;
}
tr.short td, tr.short th{
	padding-bottom: 0em;
}
div.thumbnail{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0;
	text-align: center;
}
div.thumbnail img{
	border: 2px solid #C10803;
}
div.folder{
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 60px;
	height: 90px;
	width: 110px;
	background-image: url(/images/galleryfolder.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Ravie, "Snap ITC", "Comic Sans MS", "Century Gothic", cursive, serif;
}
div.folder a{
	color: #ffffff;
}
.highlight {
	text-align: center;
	margin-bottom: 1em;
	padding: 0.3em;
	border: 3px solid #868239;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.nobr{
	white-space: nowrap;
}
dl dt {
	color: #C10803;
	margin-top: 0.6em;
}
dl dd {
	margin-top: 0.3em;
}

