body {
  background-color:#F8DFB1;
  background-image:url('background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

div.body {
  width:100%;
}

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

div.menu {
  clear:both;
  border-top:3px solid #a81f1f;
  border-bottom:3px solid #a81f1f;
  padding:10px;
  background-color:white;
}

div.footer {
  border-top:3px solid #a81f1f;
  background-color:transparent;
  height:70px;
  padding:10px;  
  text-align:right;
  background-image:url('footer_background.png');
  background-repeat:repeat-x;
	font-family: 'Arial Narrow';
	font-size:11pt;
	color:maroon;
}

div.headertitle {
  background-color:transparent;
  background-image:url('header_top_background.png');
  background-repeat:no-repeat;
  text-align:left;
  padding-left:10px;
	font-family: 'Arial Narrow';
	font-size:13pt;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:30px;
	color:maroon;
}

div.headertitle2 {
  background-color:transparent;
  background-image:url('footer_background.png');
  background-repeat:repeat-x;
  font-family: 'Arial Narrow';
	font-size:16pt;
	font-weight:bold;
	text-transform:uppercase;
	color:maroon;
	width:120px;
	height:90px;
	text-align:center;
}

div.gallery {
  font-size:11pt;
  text-align:center;
  padding:10px;  
}

div.block {
  border-bottom:3px solid #a81f1f;
  padding:10px;
  margin-bottom:5px;
}

div.blocktitle {
	font-family: 'Arial Narrow';
	font-size:10pt;
	color:maroon;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:10px;
}

span.newsDate {
  background-color:#F8DFB1;
  font-variant: italic;
  font-size:10pt;
}

span.newsTitle {
  font-weight:bold;
  font-size:13pt;
}

tr.header {
  background-image:url('header_background.png');
  background-repeat:repeat-x;
}

div.menu {
	font-size: 12pt;
	text-align: center;
}

.menuItem {
  padding-left:3%;
  padding-right:3%;
}

b.menuItem {
  font-variant:small-caps;
}

a.menuItem:link, a.menuItem:visited {
	color: maroon;
	text-decoration: none;
	font-size: 13pt;
	font-variant: small-caps;
	font-family: 'Arial Narrow';
	font-weight: bold;
}

a.menuItem:hover, a.menuItem:active {
  color:navy;
}

a:link, a:visited {
  color:blue;
  text-decoration:none;
}

a:hover, a:active {
  color:maroon;
}

td.pictureCell {
  padding:10px;
  background-color:#F8DFB1;
  margin:10px;
  text-align:center;
  width:175px;
  height:175px;
  border:2px dotted black
}

td.leftColumn, td.rightColumn {
  background-color:white;
  width:20%;
  vertical-align:top;
}

td.leftColumn {
  border-right:3px solid #a81f1f;
}

td.rightColumn {
  border-left:3px solid #a81f1f;
}

img.galleryThumb {
  border-width:3px;
  border-style:solid;
  border-color:navy;
  cursor:pointer;
}

div.ajaxDiv {
  background-color:#dFdFdF;
  display:none;
  position:absolute;
  width:620px;
  height:auto;
  border:3px ridge grey;
}

div.quote {
  background-color:#F8DFB1;
  padding:10px;
  margin:0px;
  margin-left:10px;
  margin-right:10px;
  border:2px dotted black;
}

h5 {
  font-size:14pt;
}

h6 {
  font-size:11pt;
  font-variant:small-caps;
}

.commentForm {
  background-color:#EEE;
  border:2px dashed #CCC;
}

.sectionHeader {
  font-size:13pt;
  font-weight:bold;
}