@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #666;
	color: #333;
}

#container {
	width: 750px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/parchmentTile.jpg);
	text-align: left;
}
#footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #666;
	padding-top: 10px;
}
h1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}



#header {
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 5;
	margin-top: 10px;
}
#HeaderRight {
	width: 750px;
	border: 1px none black;
	top: 0px;
	z-index: 2;
	visibility: visible;
	position: absolute;
}
#HeaderLeft {
	height: 300px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-image: url(../images/parchmentTile.jpg);
	padding-top: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
}
/*#content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}*/
#mainContent {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#Nav {
	height: 400px;
	width: 150px;
	padding: 0;
	margin-bottom: 0;
	font: .75em 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#Nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}		
#Nav li {
	margin: 0;
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
#Nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 100%;
	text-align: center;
		}

html>body #Nav li a {
		width: auto;
		}
#Nav li a:link, #Nav li a:visited {
		color: white;
		}
#Nav li a:hover, #Nav li a:active  {
		color: black;
		}
#Nav li a.current {
	color: black;
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#Nav li a.current:hover {cursor:default;}
#container #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #333;
	padding-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #footer p {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
#container #mainContent p {
	padding-left: 20px;
	margin-left: 20px;
	line-height: 125%;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
.LargeCap {
	font-size: 2em;
	font-weight: bold;
}

