@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: fixed;
}
#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 7px ridge #008800;
	text-align: left;
	background-color: #038c3e;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-left: auto;
} 
#header  {
	height: 197px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	overflow: hidden;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	float: left;
	clear: right;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
	height: 51px;
	width: 600px;
}

#headerpix {
	float: left;
	clear: left;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
	height: 146px;
	width: 600px;
}

#addbox {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	height: 185px;
	text-align: center;
	margin-left: 610px;
	display: block;
	overflow: hidden;
	width: 180px;
}

#sidebar   {
	background-color: #038c3e;
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	font-weight: bold;

}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: underline;
	}
#mainContentSmall  {
	background-color: #88ec8d;
	background-image: url(../images/backgreenwhite2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	background-color: #87EC8E;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 140px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 10px;
	border: medium solid #000000;
	width: 450px;
	min-height:600px;
} 
#mainContentSmall    h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContentSmall   h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContentSmall  h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContentSmall  p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#mainContentSmall   a:link {
	color: #145fdc;

}
#mainContentSmall a:visited {
	color: #145fdc;
}
#mainContentSmall a:hover {
	color: #FFFFFF;
	background-color: #145fdc;
}
#mainContentSmall a:active {
	color: #FFFFFF;
	background-color: #145fdc;
}


#mainContent {
	background-color: #88ec8d;
	background-image: url(../images/backgreenwhite2.jpg);
	background-repeat: repeat-x;
	min-height:600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 140px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 10px;
	border: medium solid #000000;
	width: 635px;
	min-height:600px;
}

#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContet h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#mainContent   a:link  {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #445878;
}
#mainContent  a:active  {
	color: #445878;
}



#newsbar {
	background-color: #038c3e;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 10px;
	float: right;
	margin: 5px;
	width: 170px;
	font-size: small;
	color: #000000;
	overflow: hidden;
}
#newsbar h4 {
	text-align: center;

}

#newsbar a:link {
	color: #ffffff;
	text-decoration: none;
}
#newsbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#newsbar a:hover {
	color: #003300;
	text-decoration: underline;
}
#newsbar a:active {
	color: #003300;
	text-decoration: underline;
	}
#datebox {
	text-align: left;
	overflow: hidden;
}





#footer  {
	padding: 0 10px;
	font-size: smaller;
	background-color: #000000;
	border-top-width: 7px;
	border-top-style: ridge;
	border-top-color: #008800;
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	min-height:100px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #88EC8D;
}
#footer a:active {
	color: #88EC8D;
}
#publisher {
	text-align: center;
	float: right;
	width: 14em;
	overflow: hidden;
}
#publisher  a:link {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#publisher a:visited {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#publisher img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.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;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.black {
	color: #000000;

}

