/* CSS Document */

/* destroy browser defaults */
html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img, map, area { padding: 0; margin: 0; border: 0;}

body {
	background-color: #8AC1B1;
	color: #374D63;
	font-family: Arial, Helvetica, sans-serif;
}

/*IE hack*/	

*html body {
	text-align: center;
}

/*general styles*/

h4 {
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #506D8B;
}

div.divider {
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
}

/*general link styles for site, from old site*/

a:link {
	color: #006699;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006699;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFC800;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/*bodyframe styles*/

div.bodyframe {
	width: 768px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #E3C634;
	border-right: 4px solid #E3C634;
	border-bottom: 2px solid #E3C634;
	background-color: #FFFFFF;
	background-image: url(images/bodybackleft.jpg);
	background-position: top-left;
	background-repeat: repeat-y;
}

/*IE hack*/	
*html div.bodyframe {
	text-align: left;
}

div.header {
	width: 588px;
	display: block;
	clear: both;
	background-color: #72B4B8;
	text-align: left;
	height: 94px;
	padding: 0 30px 0 0;
	margin: 0 0 0 150px;
}

div.header img {
	display: block;
}

/*menu at top of page*/
div.menu {
	width: 608px;
	display: block;
	clear: both;
	background-color: #72B4B8;
	background-image: url(images/menubackground.jpg);
	background-position: middle left;
	background-repeat: no-repeat;
	border-bottom: 2px solid #E3C634;
	height: 30px;
	margin: 0 0 0 150px;
	padding: 0 10px 0 0;
}
div.menu ul {
	list-style: none;
	text-align: right;
	float: right;
}
div.menu li {
	display: inline;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: center;
	background: none;
}

div.logo {
	float: left;
	width: 150px;
	margin: -8em 0 0 0;
	text-align: center;
	background-color: #506D8B;
}

div.pagecopy {
	float: right;
	display: inline-block;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	width: 540px;
	padding: 20px 20px 20px 10px;
}
div.pagecopy p {
	margin: 0;
	padding: 0 0 10px 0;
}
div.pagecopy ul {
	margin: 4px 0 4px 4px;
	list-style-position: inside;
}
div.pagecopy li {
	padding: 0 0 0 8px;
}
ul.eventlist {
	margin: 0;
	padding: 0;
}
ul.eventlist li {
	list-style-position: inside;
	text-indent: -1em;
	margin: 0 0 8px 10px;
	padding: 0;
}

div.footer {
	clear: both;
	width: 760px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top: 2px solid #506D8B;
	border-left: 4px solid #72B4B8;
	border-right: 4px solid #72B4B8;
	text-align: center;
	vertical-align: middle;
}
div.footer img {
	margin: 10px;
}
div.footer p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}