/*------- Base Tags -------*/

body {
 	font-family: sans-serif;
    	background: #fefef6 url(/img/back_mainAlt.jpg) repeat-x top center;
    	font-size: 12px;
 	color: #000000;
 	margin: 0px;
}

td {
	font-size: 12px;
}

dd {
	margin: 0px 10px 5px;
}

form {
	margin: 0px;
}

/*------- Structure -------*/

.outerShell {
	background: url(/img/back_photoTile.gif) repeat-y top center;
}

.innerShell {
	background: url(/img/back_photoHeaderAlt.jpg) no-repeat top center;
}

.mainContent {
	width: 665px;
	padding-top: 50px;
	text-align: left;
}

.headerContent {
	text-align: center;
}

.photoBox {
	height: 315px;
	width: 477px;
	text-align: center;
	margin-bottom: 3px;
}

.textContent {
	padding: 0px;
	text-align: left;
	width: 477px;
}

.footer {
	font-family: georgia, serif;
	background: url(/img/back_footer.gif) no-repeat bottom center;
	width: 840px;
	height: 70px;
	padding-top: 25px;
}

.finePrint {
	font-family: georgia, serif;
	padding: 5px;
	font-size: 10px;
	height: 25px;
	background-color: #fefef6;
}

/*------- Top Nav -------*/

.topNav {
	height: 20px;
	margin-bottom: 13px;
	background: url(/img/back_topNav.gif) no-repeat top center;
	font-family: georgia, serif;
	font-size: 11px;
	position: relative;
	display: block;
	z-index: 10000;
}

.topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navTable {
	z-index: 100px;
}

.navTable td {
	font-size: 11px;
}

#nav {
}

#nav a {
	font-weight: bold;
	color: green;
	padding: 3px 13px;
	line-height: 20px;
}

#nav a:hover {
	background: url(/img/back_white.png) repeat top left;
	!background: #FFFFFF;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #432416;
	text-align: left;
	width: 190px;
	line-height: 16px;
}

#nav li li a:hover {
	color: #A5C85E;
	background: transparent;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	border-left: 1px Dotted #135e35;
}

li#first {
	border-left: 1px Dotted #135e35;
}

li#last {
	border-right: 1px Dotted #135e35;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	background: url(/img/back_white90.png) repeat top left;
	!background: #FFFFFF;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/*------- SideBar -------*/

.sideBar {
	float: right;
	width: 185px;
	background: url(/img/back_sideBar.jpg) no-repeat top left;
}

.sideBarContent {
	padding: 10px 20px 10px 6px;
	font-size: 10px;
}

.sideBarItem {
	border-bottom: 1px Dashed #818782;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.joinForm {
	background-color: transparent;
	border: 1px Solid #999999;
	width: 132px;
	padding: 2px;
}

.eventDate {
	color: #4b2a11;
	font-size: 10px;
}

.tempCur {
	color: #4b2a11;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.tempHL {
	color: #4b2a11;
	font-size: 10px;
	text-align: center;
}

/*------- Content -------*/

.pageHeading {
	color: #135e35;
	font-size: 13px;
	font-weight: bold;
}

.listBox {
	background: url(/img/back_white.png) repeat top left;
	!background: #f6f4e8;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 3px;
	height: 100%;
}

.listBoxImg {
	float: right;
	margin: 5px 5px 5px 15px;
}

.listBoxImg img {
	margin: 3px 3px 3px 0px;
}

.listBoxTitle {
	color: #135e35;
	font-size: 13px;
	font-weight: bold;
}

.listBoxDate {
	font-weight: bold;
	color: #4b2a11;
}

/*------- Links -------*/

a {
	color: #384a95;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/*------- PNG Hack -------*/

img.transparent {
	behavior: url("/css/pngbehavior.htc");
}