/* CSS Document */

/* OFFICIAL COLORS      */
/* #0061AA = Blue       */
/* #FFE151 = Gold       */
/* #88898A = Dark Gray  */
/* #CCCCCC = Light Gray */

body {
    text-align: center;     /* Makes IE center the table */
    background-color: #CCCCCC;
	font-family: Tahoma, Helvetica, sans-serif;
	color: white;
}
body, td {
    margin: 0;
    padding: 0;
	vertical-align: top;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFE151;
	padding: 0;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFE151;
	padding: 0;
	margin: 0 0 2px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 0;
	margin: 2px 0 6px 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}
ul {
	margin: 0 0 10px 20px;
}
li {
	font-size: 12px;
}
a {
	color: #FFE151;
}
a:hover {
	color: white;
}
img {
    border: none;
}
#table_main {
    background-color: #88898A;
    border-collapse: collapse;
    margin-left: auto;      /* Makes Mozilla center the table */
    margin-right: auto;
    text-align: left;
	width: 749px;
}
html, body, #table_main, #table_main #bottom {
    height: 100%;
}
#leftWidth {
	width: 174px;
}
#rightWidth {
	width: 575px;
}
#top {
    height: 294px;
}
#navCell {
	width: 174px;
	vertical-align: top;
}
#navCell ul {
	padding: 20px 0 20px 54px;
	margin: 0;
}
#navCell ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}
#navCell ul li a {
	color: white;
	color: #FFE151;
	text-decoration: none;
	display: block;	
	margin: 0;
	padding: 0 0 4px 6px;
}
#navCell ul li a:hover {
	color: #FFE151;
	color: white;
	background-color: #0061AA;
}
#mainCell {
	width: 565px;
	vertical-align: top;
	padding: 22px 50px 20px 50px;
	color: white;
}
#mainCell img {
	margin: 2px 4px 2px 4px;
}
#mainCell td {
	padding: 0 4px 0 0;
	margin: 0;
}
#mainCell ul {
	padding: 0;
}
#mainCell ul li {
	padding: 0;
}
#photoGallery {
	width: 340px;
	padding: 2px;
	table-layout: fixed;
}
.leftCol {
	padding: 0 10px 0 0;
}
.rightCol {
	padding: 0 0 0 10px;
}
#eventCalendarTable {
	width: 100%;
	border: none;
}
#eventCalendarTable td {
	padding: 2px 4px 2px 0;
}
#eventCalendarTable .left {
	width: 100px;
}
#eventCalendarTable .right {
}
#contactForm td {
	text-align: left;
	vertical-align: top;
}
#contactForm .f1-leftWidth {
	width: 130px;
}
#contactForm .f1-rightWidth {
}
#footerLeft {
	background-image: url(../img/BG-footerBlue.gif);
	background-repeat: repeat-y;
}
#footerRight {
	padding: 0 2px 20px 54px;
}
#footerRight p {
    text-align: left;
	font-size: 11px;
}
#footerRight img {
	margin: 0 1px 2px 1px;
}
#bottom {
	background-image: url(../img/BG-footerBlue.gif);
	background-repeat: repeat-y;
}