*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-family: verdana, arial, sans-serif;
	background-color:#fff;
	font-size:88%;
	font-family: arial, sans-serif;
	color:#003;
}

/*  LAYOUT ELEMENTS USING ABSOLUTE POSITIONING.  top:155px; is the normal amt of px tripod uses*/
#header{
	position:absolute;
	z-index:3;
	top: 0px;
	left:50%;
	margin-left:-399px;
	height: 285px;
	width:796px;
	background: #fff url(../images/bannerPostedPhotos.jpg) no-repeat scroll top center;
	border-style:solid;
	border-width:0 1px 0 1px;
	border-color:#000;
}
#extendHeader1{
	position:absolute;
	z-index: 2;
	top:0px;
	left:0;
	height:28px;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #000;
}
#extendHeader2{
	position:absolute;
	z-index: 1;
	top:0px;
	left:0;
	height:164px;
	width:100%;
	background-color:#e8e9fe;
	border-bottom:1px solid #000;
} 
#extendWoodenBar{
	position:absolute;
	z-index: 0;
	top:0px;
	left:0;
	height:188px;
	width:100%;
	background: #fff url(../images/woodBarWithShadow.jpg) repeat-x scroll bottom;
} 


/* LAYOUT ELEMENTS NON ABSOLUTE*/

#content{
	padding:0;
	margin:0;
	margin:auto;
	margin-top:285px;
	width:796px;
	overflow:auto;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color: #000;
	/*padding-bottom:20px;*/
}
#leftPanel{
	padding:0;
	margin:0;
	min-height:100%;
	width:184px;
	float:left;
	/*background-color:#e8e9fe;*/
	text-align:center;
	font-size:1em;
	font-weight:900;
	/*color:#000033;*/
	border-style:solid;
	border-width:0 1px 0 0;
	border-color: #000;

}
.leftPanelSection{
	margin:auto;
	width:85%;
	border-style:solid;
	border-width:2px 0 2px 0;
	border-color: #003;
	vertical-align:top;
}
#mainPanel{
	padding:0;
	margin:0;
	width:611px;
	min-height:100%;
	float:left;
	background-color:#fff;
	font-size: 1.1em;
	border-style:solid;
	border-width:0 0 0 1px;
	border-color: #000;
	margin-left:-1px;
}
#footer{
	clear:both;
	padding-top:10px;
	font-size:.7em;
}

/* FORMATTING STYLES */
a:hover{
	text-decoration: underline;
}
#contactFormLink:hover{
	color:#339;
}
a{
	color:#003; 
	text-decoration: none; 
}
.leftPanelSectionHeader{
	font-size:1.2em;
	padding-bottom:5px;
}
.navigation{
	padding:5px 0 5px 0;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#d4d6fe;
	background-color:#fff;
}
.navigationMouseOver{
	background-color:#e8e9fe;
}
.navigationMouseOut{
         	background-color:#fff;
}
.sectionHeader{
	font-size:1.4em;
	text-align:left;
	background: #fff url(../images/appleSectionHeader.jpg) no-repeat scroll bottom center;
	padding: 35px 15px 10px 50px;
	margin-bottom:0;
}
.section{
	text-align:left;
	background: #fff url(../images/paragraphBottom.jpg) no-repeat scroll bottom center;
	padding: 0 15px 20px 20px;
	margin-bottom:15px;

}
.tableSection{
	text-align: center;
	/*background: #fff url(paragraphBottom.jpg) no-repeat scroll bottom center;*/
	padding:  0 15px 5px 20px;
}
th{
	font-size: 1em;
	background-color:#e8e9fe;
	color:#000033;
	text-align: center;
	border-style: double;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-color: #000033;
}
td.events{
	font-size:.9em;
	background-color: #fff;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #000033;
	padding: 15px;
}
table.events{
	border-style: double;
	border-width: 4px;
	border-color: #000033;
	border-collapse: collapse;
	margin: 15px;
	width:540px;
}
.block{
        display:block;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.red{
	color:#FF0000;
}
.bold{
	font-weight:900;
}
blockquote{
	padding:10px;
}
li{
	margin-left:15px;
}