/* Page Elements */
#nav {
	float: left;
} 
#nav a {
	display: block; 
	color: white;
	padding: 8px 5px;
	text-decoration: none;
} 
#nav a:hover, #nav a.menuButtonActive, #nav a.menuButtonActive:hover {
	display: block;
	width: 100%;
	color: #0161b1;
	background: #bbd5ea;
	padding: 7px 5px;
	border: solid white;
	border-width: 1px 0px;
} 
#nav .menu a.menuItem {
	padding: 5px 10px;
	color: white;
} 
#nav .menu a.menuItem:hover, #nav .menu a.menuItemHighlight {
	padding: 6px 10px;
	color: #0161b1;
} 
#content { 
	padding: 15px 50px 15px 50px;
}
#header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#subheader {
	font-size: 18px;
	text-align: center;
}

/* Styles */
body {
	font-family: arial; 
	margin: 0px 0px;
	padding: 0px 0px;
	color: black;
} 
table.smallfont td {
	font-size: .8em
}
table.smallfont th {
	font-size: .8em
	text-align: left
}
.uSectionHeader {
	border-bottom: 1px solid black;
	width: 350px;
}
.indent {
	padding-left: 10px;
}
img.flyer {
	margin: 10px 50px 10px 50px;
}
.super {
	vertical-align: super;
	font-size: x-small;
}
img.left {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}
img.right {
	float: right;
	margin-left: 35px;
	margin-bottom: 20px;
}

.float-left {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}

.float-right {
	float: right;
	margin-left: 35px;
	margin-bottom: 20px;
}

.break {
	clear: both;
	padding-top: 20px;
}

.blue {
	background-color: #0061B0;
	color: white;
}

table.simple td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

table.simple th {
	vertical-align: top;
}

table tr.even {
	background-color: LightGray;
}

td.center {
	vertical-align: top;
	text-align: center;
}

table.info  {
	padding: 0px 0px 0px 20px;
	border: 0px;
}

table.info td {
	padding: 5px 20px 5px 0px;
	vertical-align: top;
}

table.info td.nowrap {
	white-space: nowrap;
	padding: 5px 20px 5px 0px;
	vertical-align: top;
}

table.info td.right {
	padding: 5px 0px 5px 0px;
}

table.pics tr {
	margin-left: auto;
	martin-right: auto;
	text-align: center;
}

table.pics td {
	font-weight: bold;
	padding: 5px 5px 20px 5px;
}

.box {
	padding: 5px;
	background-color: LightGray;
	border: 1px solid black;
}

.box-small {
	padding: 5px;
	background-color: LightGray;
	border: 1px solid black;
	font-size: small;
}

/* MENU FLYOUTS */ 
.menu {
	border: 1px solid white;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
} 

.menu a.menuItem {
	padding: 5px 10px;
	text-align: left;
	white-space: nowrap;
	display: block;
	background: #0161b1;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
} 

.menu a.menuItem:hover, .menu a.menuItemHighlight {
	padding: 6px 10px;
	display: block;
	white-space: nowrap;
	background: #bbd5ea;
	color: #0161b1;
	text-decoration: none;
	border-bottom: 1px solid white;
} 
