@media all {
	
html {
	color: #000;
	background-color: #91C926;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
}

#header {
	height: 100px;
	margin: 40px auto 0px auto;
	width: 770px;
	height: 150;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#main-content {
	width: 758px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0px 0px 0px 10px;
	background-color: #fff;
}

#menu {
	float: left;

	height: 200px;
	background-color: #fff;
}
	
#menu a, #menu a:visited {
	text-decoration: none;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff; /*Nav bg color*/
	color: #000; /*Nav text color*/
	display: block; 
	width: 125px;
	padding: 3px;
	border-left: 5px solid #000; /*Nav Pre-Rollover Color*/
	border-right: 5px solid #000; /*Nav Pre-Rollover Color*/
  }
  
#menu a:hover {
	color: #8C9F7B;
	border-right: 5px solid #8C9F7B; /*Nav Rollover Color*/
  }

#content {
	float: left;
	width: 595px;
}

#innerContent {

	text-align: left;
	padding: 15px 10px 0px 0px;

}
#footer {
	clear: both;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	width: 758px;
	height: 1px;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 160%;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

h3 {
	font-size: 140%;
	line-height:140%;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	line-height:120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 100%;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

h6 {
	font-size: 90%;
	line-height: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

img {
	border: 0;
}

ol, ul, li {
	font-size: 100%;
	line-height: 130%;
	margin-top:0px;
	margin-bottom: 0px;
}

p {
	font-size: 100%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 1.5em;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}

a,
a:link,
a:visited,
a:active {
	color: #000;
	font-weight:  normal;
	text-decoration: underline;	
}

a:hover {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

/* Don't monkey with these */

.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead {
	text-align: left;
}

.pp {
	text-align: left;
}

}




