﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color: #FEFDDE;
	background-color: #004A00;
	text-align: center;
}

#masthead {
	min-width: 600px;
	width: 100%;
}
#logo {
	border: thin outset #FEFDDE;
	float: left;
	width: 180px;
	background-color: #559A27;
	top: -2px;
	position: absolute;
	margin-left: 26px;
	left: -21px;
	margin-top: 20px;
	right: 1042px;
}
#header {
	padding: 0px;
	float: right;
	margin-top: 0px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 186px;
	font-family: "Comic Sans MS";
	color: #FEFDDE;
	font-size: medium;
	position: fixed;
	left: -4px;
	top: 100px;
	clear: right;
	text-align: justify;
	z-index: 1;
}
#page_content {
	padding: 15px;
	border: medium solid #559A27;
	margin-left: 225px;
	margin-right: 20px;
}

#footer {
	clear: both;
	text-align: center;
}
.pCentered {
	height: 100%;
	width: 100%;
	right: auto;
	left: auto;
	text-align: center;
	font-size: medium;
}
.style1 {
	text-align: justify;
	color: #004A00;
}
.style3 {
	text-align: justify;
	color: #FF9900;
}
.style2 {
	text-align: left;
}
.style4 {
	color: #CCFF99;
	font-weight: bolder;
}
.style5 {
	font-size: medium;
	font-style: italic;
	color: #00FF00;
}
.style6 {
	font-weight: normal;
	font-style: italic;
	font-size: xx-small;
	color: #FEFDDE;
}
.style7 {
	color: #FF9900;
	font-weight: 700;
}
	.style8 {
	text-decoration: none;
	color: #FEFDDE;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.newStyle1 {
	color: #559A27;
}
.newStyle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #00FF00;
}
.newStyle2 {
	font-family: "Comic Sans MS";
	color: #00FF00;
	font-size: large;
	font-weight: bolder;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #00FF00;
}
h6 {
	color: #CCFF99;
	font-size: medium;
	font-style: italic;
}
.newStyle3 {
	color: #FF0000;
	font-weight: bolder;
	font-size: large;
}
a {
	color: #FF9933;
	font-family: "Comic Sans MS";
}
a:visited {
	color: #800000;
}
a:active {
	color: #00FF00;
}
a:hover {
	color: #00FF00;
}
</style>
aOLDsite {
	color: #FF9900;
	text-align: center;
	font-size: xx-large;
}
