/* Global Styles */

#wrap {
	width:800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #C1AD72;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}
	
#capt {
width:325px;
height:244px;
position:absolute;
background:url('hv.gif') no-repeat;
padding-top:0px;
padding-left:0px;
font:11pt verdana ref;
font-weight:bold;
display:none;
filter:alpha(Opacity=100);
opacity:0.8;
-moz-opacity:0.8;
-khtml-opacity:0.8;
}


/* Class Styles */

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	color: #993333;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: "times new roman";
	font-size: 24px;
	}
	
.bodyText {
	color:#333333;
	line-height:normal;
	font-family: arial;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #333300;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	}
#map {
	height: 225px;
	width: 440px;
	}
	
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
  


