/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	text-align: center;
	background-color: #3173A4;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
img {
	border: 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color: #F90;*/
	color: #EFAC2C;
}
h1.events, h2.events {
	color: #F33;
}
h1 {
	width: 280px;
	margin: 20px 0 10px 0;
	font-size: 1.1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
li {
	margin-bottom: 1em;
	list-style-position: outside;
}


/* General Classes
   --------------- */
.error {
	color: #F00;
}


/* Container
   --------- */
div#page {
	width: 750px;
	min-height: 100%;
	height: auto;
	margin: auto;
	text-align: left;
	background-image:  url(../images/page_back.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}
* html div#page { /* Hack for IE < ver 7 */
	height: 100%;
}


/* Masthead
   -------- */
div#masthead {
	position: relative; /* Required to position masthead image within this container */
	width: 750px;
	height: 130px;
}
div#masthead img#photo {
	position: absolute; /* Remove the image from the flow */
	top: 5px;
	left: 484px;
}


/* Navigation
   ---------- */
div#nav {
	width: 200px;
	float: left;
}
div#nav ul {
	margin: 20px 20px 30px 20px;
	padding: 0;
}
div#nav ul li {
	list-style-type: none;
	list-style-image: none;
	background-image:  url(../images/nav_back_top.gif);
	background-repeat: no-repeat;
	margin: 8px 0;
	width: 160px;
}
div#nav ul li a {
	display: block;
	padding: 6px 7px 8px 7px;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	background-image:  url(../images/nav_back_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#nav ul li a:hover {
	color: #FFFF00;
}
div#nav p, div#nav address {
	font-style: normal;
	margin: 10px 0 7px 20px;
	font-size: 0.7em;
}
div#nav p#nrt {
	font-size: 7pt;  /* Email Link - use point size so that it won't resize in IE5.5/6 */
}
div#nav p#copyright {
	font-size: 0.6em;
}


/* Main Content
   ------------ */
div#content {
	width: 500px;
	margin-left: 220px;
}
div#content p {
	font-size: 0.8em;
	line-height: 1.5em;
}
div#content address {
	font-size: 0.8em;
}
div#content ul li {
	font-size: 0.8em;
}