html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75%/1.88889 georgia, sans-serif;
	
	background: url(../images/background.jpg); 
	margin: 0; 
	padding: 0;
	
	}

.crest {
	position:absolute;
	left:150px;
	top:20px;
	z-index:500
}
h1 { font-size: 14pt; font-weight: bold; text-align: center; display:inline; } 
h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	display:inline;
	font-style: italic;
	color: #333333;
} 
h3 { font-size: 10pt; font-weight: bold; text-align: left; display:inline; } 


#main {
	background: #FFFFFF no-repeat left top;
	margin: 0;
	position: relative;
	left: 140px;
	width: 750px;
	font-size: 110%;  /* For MSIE */
	
	z-index: 1;	
	}

/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 9.5em;
	float: left;
	clear: left;
	
}

.leftSideBar a {
	display: block;
	color: #CC9933;
	padding: .5em;
	text-decoration: none;
	line-height: 90%;
	position: relative;
	top: 1.5em;
}

.leftSideBar a:visited {
  color: #CC9933;
  text-decoration: none;
  
}

.leftSideBar a:hover {
color: white;
}



.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: white;
  background-color: transparent;
  font-weight: bold;
}

#footer {
	font-family: "Comic Sans MS";
	position: relative;
	text-align: right;
	width: 850px;
	z-index: 400;
	height: 20px;
	}
.main-txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	right: auto;
	left: 1em;
	position: relative;
}
