body {
	color: #1a2129;
	margin: 20px;
	text-align: center;
	font: 15px/130px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #1a2129 url(images/backGround.png) center;
}

* li {
	font-size: 15px;
	line-height: 130%;
}

#masthead {
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	width: 700px;
}

#masthead a {
	color: navy;
	text-decoration: none;
}

#masthead a img {
	/* need to do this or border will appear*/
	border-width: 0;
}


/* @group navbar */

#navbar {
	text-align: center;
	vertical-align: middle;
	background: url(images/navbarBackground.png) no-repeat center center;
	line-height: 130%;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#navbar ul {
}

#navbar ul li {
	color: orange;
	text-decoration: none;
	display: inline;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: orange;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 130%;
}

#navbar ul li a:hover, #navbar ul li a.current {
	background-color: #f99917;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	color: #0e6509;
}

/* @end */

/* @group page */

#page {
	background: #fff url(./images/frameMiddle.png) repeat-y;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#page #top {
	width: 700px;
	height: 6px;
	background: url(./images/frameTop.png) no-repeat;
}


#page #bottom {
	width: 700px;
	height: 6px;
	background: url(./images/frameBottom.png) no-repeat;
}

#page #middle {
	background-image: url(./images/frameMiddle.png);
	width: 700px;
	height: 6px;
}

#page h1 {
	line-height: 130%;
	overflow: visible;
	clear: left;
	top: 10px;
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	padding-top: 0;
}

#page h2 {
	line-height: 100%;
	clear: both;
	top: 10px;
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 20px;
	padding-top: 0;
}

#page p {
	line-height: 130%;
	overflow: visible;
	padding-left: 20px;
	padding-right: 10px;
	clear: left;
	top: 10px;
	position: relative;
}

#page img {
	line-height: 130%;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 0;
	margin-left: 15px;
}

#page ul li {
	list-style-type: square;
	padding-right: 10px;
	line-height: 130%;
	margin-left: 10px;
	font-size: 13px;
}

/* @end */

#copyright {
	color: orange;
	text-align: center;
	padding-top: 12px;
	background-color: transparent;
	font: small-caps 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

