/* style sheet: version 2 */
/* updated: 02-Jun-2010 */
/* ----------------------------------- */

body {
	color: #000;
	background-color: #fff;
	margin: 0 auto 10px auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 740px;
	font-family: verdana, sans-serif;
	font-size: 75%;
	}


/* banner, navigation and footer */

#banner {
	width: 740px;
	}

#navigation {
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 8pt;
	}

a.nav, a.nav:visited {
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	}

a.nav:hover, a.nav:active {
	color: #fff;
	text-decoration: underline;
	}

a.nav-on, a.nav-on:visited, a.nav-on:hover, a.nav-on:active {
	margin: 0 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#footer {
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	}


/* page containers */

#container-left {
	float: left;
	position: relative;
	padding: 20px 10px;
	min-height: 500px;
	vertical-align: top;
	width: 520px;
	}

#container-left-rule {
	float: left;
	position: relative;
	border-right: 1px solid #000;
	padding: 20px 10px 40px 10px;
	min-height: 775px;
	vertical-align: top;
	width: 520px;
	}

#container-right {
	float: left;
	position: relative;
	padding: 20px 10px 40px 10px;
	vertical-align: top;
	width: 160px;
	}

#container-right-photo {
	float: right;
	position: relative;
	vertical-align: top;
	width: 180px;
	}


/* html tag and class properties */

td {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 90%;
	}

h1 {
	margin: 0;
	color: #000;
	font: normal 18pt trebuchet, serif;
	}

h1.welcome {
	color: #000000;
	}

h2 {
	color: #000;
	margin-bottom: 0;
	padding: 0;
	font-size: 130%;
	}

h3 {
	margin-top: 8px;
	margin-bottom: 0;
	color: #ee6c31;
	font-size: 100%;
	}

p {
	margin-top: 4px;
	}

ul {
	margin-top: 0;
	margin-left: 10px;
	padding-left: 0;
	}

li {
	margin-left: 8px;
	}

a {
	color: #000099;
	}

a:visited, a:hover, a:active {
	color: #660033;
	}

p.event {
	margin-bottom: 4px;
	border-bottom: 1px solid #ececec;
	padding: 2px;
	font-weight: bold;
	}

p.event-desc {
	margin-bottom: 10px;
	margin-left: 20px;
	}


/* forms display and behaviors */

form {
	margin: 5px 0 5px 0;
	padding: 0;
	}

.searchinput {
	color: #000;
	background-color: #fff;
	margin: 0 5px 0 0;
	padding: 0;
	height: 20px;
	width: 120px;
	}

.button {
	color: #fff;
	background-color: #999;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #eee;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #eee;
	font-size: 90%; 
	font-weight: bold;
}
	

