body {
	margin:0;
	font: 1em normal "Trebuchet MS", helvetica, arial;
	background-color: #FFF;
	color:000;
}
body, p, td, th, li {
	font: 1em normal "Trebuchet MS", helvetica, arial;
	color:000;
	vertical-align:top;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { 
	font-size: 1.1em;
	margin: 5px 0 5px 0; 
	color: #930;
}
img.left { 
	float: left;
	padding-right: 5px;
}
img.right { 
	float: right;
	padding-left: 5px;
}
#header {
	position:absolute;
	top:o;
	left:0;
	width:100%;
	height:115px;
	background-color: #D4E9FA;
}
#header table {
	width:100%;
}
#header table, #header table td {
	vertical-align:middle;
	background-color: #D4E9FA;
}
td.left {
	text-align:left;
}
td.right {
	text-align:right;
}
td.center {
	text-align:center;
}
.bluebartop {
	width:100%;
	height: 25px;
	background: #2288D0 url(images/blubarbkgtop.jpg) repeat-x;
}
.bluebar {
	width:100%;
	height: 25px;
	background: #2288D0 url(images/blubarbkg.jpg) repeat-x;
	color:#FFF;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size: .9em;
	vertical-align:middle;
	text-align:center;
}
#nav {
	display:none;
	position:absolute;
	left: 0;
	top: 150px;
	width:0px;
}
#nav ul {
	list-style:none;
	margin-top: 15px;
}
#nav ul li {
	margin-left: -30px;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}
#nav ul li a:link {
	text-decoration:none;
	color:#006;
	padding-left: 15px;
}
#nav ul li a:visited {
	text-decoration:none;
	color: #660099;
	padding-left: 15px;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration:underline;
	background-image:url(images/traingle.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #660099;
	padding-left: 15px;
}
#nav p {
	margin-left: 10px;
	font-size: smaller;
}
#content {
	position:absolute;
	left: 0px;
	top: 143px;
	padding: 5px 0 0 10px;
	background-color:#FFF;
}
.photos {
	float:right;
	clear:both;
	text-align:center;
	margin-left: 5px;
	width: 200px;
	font: .7em Geneva, Arial, Helvetica, sans-serif;
	color: #900;
	background-color:#FFF;
}
.photos img { border: none; }
.photos a:link, .photos a:visited {
	text-decoration: none;
}
table#footer {
	display:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	background-color: #D4E9FA;
	margin: -10px -10px 0 -10px;
}
table#footer td { 
	padding: 0 15px 0 15px;
	background-color: #D4E9FA; 
	vertical-align:top;
}
.photo_table {
	width: 100%;
	text-align: center;
	border: thin solid #111111;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.photo_table td {
	width: 33%;
	text-align: center;
	vertical-align:top;
	border: thin solid #000;
	border-collapse: collapse;
	font-size:smaller;
}
table#calendar {
	border: 1px solid #699;
	background-color: #FFF;
	border-collapse:collapse;
	margin-bottom: 10px;
}
table#calendar th {
	border: 1px solid #699;
	border-collapse:collapse;
	background-color: #699;
	width: 14.3%;
	font-size:.7em;
	font-weight:normal;
}
table#calendar td {
	border: 1px solid #699;
	border-collapse:collapse;
	background-color: #FFF;
	width: 14.3%;
	font-size: .7em;
	padding: 0 2px 0 2px;
}
table#calendar td h2 {
	text-align:right;
	color: #699;
	margin: 0 0 5px 0;
	font-size: .9em;
}
table#calendar td p {
	line-height: .9em;
	margin-top: -5px;
}
table#calendar td.lghtblue {
	background-color: #D4E9FA;
}
.nextMonth {
	font-size: .6em;
	font-weight: normal;
}
.nextMonth a {
	font-size: 1em;
	font-weight: normal;
}