body {
	margin: 0;
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #1c1202;
	background: #7fbce7 url(images/bg.jpg) no-repeat left bottom fixed; 
}

h1, h2, h3, h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	h1 { font-size: 120%; }
	h2 { margin-top: 2em; margin-bottom: -.5em; font-size: 100%; }
	h3 { margin-bottom: -.5em; font-size: 100%; }

form { margin-top: -2em; }
	div > form { margin-top: 2em; }
input, textarea { width: 300px; padding: 1px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 110%; }
form p  { margin: 1em 0 .2em; font-size: 90%; }

#fade {
	display: block;
	position: absolute;
	width: 100%; height: 176px;
	left: 0; top: 0;
	margin: 0; padding: 0;
	background: transparent url(images/bg-fade.jpg) repeat-x left top; 
	z-index: 1;
}

#logo {
	position: absolute;
	left: 13px; top: 12px;
	width: 290px; height: 93px;
	background: transparent url(images/logo.jpg) no-repeat left top; 
	z-index: 10;
}
	#logo a { display: block; width: 279px; height: 93px; }

#top {
	position: absolute;
	left: 322px; top: 0;
	width: 401px; height: 136px;
	background: transparent url(images/bg-top.jpg) no-repeat left top;
	z-index: 10;
}
	#top p.phone { position: relative; bottom: 0;
		margin: 2px 35px 0 0;
		font-family: Georgia, Times New Roman, serif;
		font-size: 250%;
		font-weight: bold;
		text-align: right;
		line-height: normal;
		color: #e1e8f3;
	}

#menu {
	position: absolute;
	left: 20px; top: 136px;
	width: 270px; height: auto;
	padding-top: 1em;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	z-index: 100;
}
	body > #menu { padding-top: 2em; }

	#menu a, #menu span { display: block; margin-bottom: .6em; color: #e8f0f9; }
	#menu a:hover { color: #ffffff; }
	
	#menu a.active, #menu a.active:hover { color: #4a64a6; }
	#menu a.activex:hover { color: #2275db; }
	
	#subnav { margin-bottom: 1em; margin-left: 15px; font-size:95%; }
	
	#menu p { margin-top: 2.5em; }


#content {
	position: absolute;
	left: 322px; top: 136px;
	width: 374px; height: 60%;
	margin: 0 0 20px; padding: 1em 15px 10px;
	background: transparent url(images/bg-vert.gif) repeat-y left top;
	z-index: 500;
}
	#content p, h1, h2, h3, h4 { width: 342px; }

#vertcolumn {
	position: fixed;
	left: 322px; bottom: 45px;
	margin-top: -200px; padding: 0;
	width: 401px; height: 100%;
	background: transparent url(images/bg-vert.gif) repeat-y left top;
	z-index: 1;
}

#linklist { width: 342px; margin-top: 2.5em; }
	#linklist a { display: block; margin-bottom: .6em; line-height: normal; }

.event { margin-left: 40px; line-height: normal; }
.dates { margin-top: -.5em; font-style: italic; }

.phone { font-size: 130%; font-weight: bold; }
.address { font-size: 125%; line-height: 130%; }

.nowrap { white-space: nowrap; }

a { text-decoration: none; color: #083e92; }
	a:visited { color: #3d6199; }
	a:hover { color: #1863d9; }

.footer, .copyright {
	margin-top: 40px; padding-bottom: 10px;
	font-size: 80%;
	line-height: normal;
	color: #737373; 
}

	.copyright { color: #c0c0c0; }
	.footer a { white-space: nowrap; color: #3a3a3a; }
	.copyright a { white-space: nowrap; color: #a0a0a0; }
