body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	color: #0066CC;
	line-height: 1.2;
}

a:link, a:visited {
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

.red {
	color: #990000;
}
.marginleft {
	padding-left: 5px;
}
.marginright {
	padding-right: 5px;
}

#wrap {
	width: 760px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logobanner {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:64px;
	background-image: url(../images/page_layout/logo_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#logobanner h1 {
	display: none;
	margin: 0px;
}
#headingbanner {
	width:760px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/page_layout/heading_bg.jpg);
	background-repeat: repeat-y;
	background-color: #007A01;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
}
#headingbanner h2 {
	padding: 5px;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0px;
}



/* menu */

#left {
	position:absolute;
	left:-1px;
	top:128px;
	width:170px;
	z-index:3;
	background-image: url(../images/page_layout/button_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#menu {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
}
#menu a, #menu a:visited {
	text-decoration: none;
	display: block;
	color: #333333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#menu a:hover, #menu a:active, #menu a:focus {
	color: #FF0000;
	background-color: #FFCC00;
}
#menu a {zoom: 100%;}



/* content */

#content {
	position:relative;
	left:180px;
	top:10px;
	width:560px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
#content h3{
	background-image: url(../images/page_layout/heading_bg_red.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	background-color: #7B0707;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}


#rightcolumn {
	position: relative;
	left: 800px;
	top: 125px;
	width: 150px;
	text-align: center;
}

#footer {
	position:relative;
	left:50px;
	top:0px;
	width:760px;
	text-align: center;
	margin-top: 35px;
	font-size: smaller;
}
#footer a:link, #footer a:visited, #events2 a:link, #events2 a:visited {
	text-decoration: none;
	color: #0066FF;
	font-style: normal;
	font-weight: normal;
}
#footer a:hover, #footer a:active, #events2 a:hover, #events2 a:active {
	color: #990000;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
#footer2 {
	position:relative;
	left:0px;
	top:0px;
	text-align: right;
	font-size: .7em;
	font-style: italic;
	margin-top: 10px;
	padding: 3px;
	background-color: #CCFFFF;
}
#committee td {
	vertical-align: top;
	font-size: .85em;
}
#committee caption, #events caption, #events2 caption, #links caption {
	font-weight: bold;
	text-align: center;
	font-size: 101%;
}
#events td {
	vertical-align: top;
}
#events2 td {
	vertical-align: top;
	text-align: center;
}
#links td {
	vertical-align: top;
}
#links th {
	color: #FFFFFF;
	background-color: #006600;
}
#links a {
	text-align: right;
	white-space: nowrap;
	display: block;
}


.style1 {
	color: #006633;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	background-color: #7F7FFF;
	text-align: center;
	padding: 3px;
}
.style3 {
	font-family: "Brush Script MT", "BrushScript BT";
	color: #000000;
	font-size: 1.2em;
}
