﻿*{
padding: 0 0 0 0;
margin: 0 0 0 0
}

#body { 
	background-color: #E0F1D9; 
	height: auto;
	width:auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#header {
	height:200px;
	width: auto;
	margin-left:1px;
	background-image:URL(images/banner12_18a.png);
	background-repeat:no-repeat;
}

#navbar {
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
	height: 25px; 
	text-align:center;
    background-color: #E0F1D9;
}
#navlist {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	height: 34px; 
	margin-left: auto;
	margin-right: auto;
}

#navbar ul li { display: inline; }

#navbar ul li a  {
	padding: 0.2em .4em 0.2em .4em;
	background-color: #036;
	color: yellow;
	text-decoration: none;
}
#navbar ul li <br />{
	background-color: #CC00CC;
	color: #fff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	height: auto;
	min-height: 100%;
	background-color: #E0F1D9; 
}

#maincontent {
	position: relative;
	float: left;
	width: 650px;
	top: 0px;
	left: 60px;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	color: #000066;
}
#sidebar {
	float: right;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 200px;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
}
#footer {
	height:auto;
	background-color: #999999;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: small;
	width: 900px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top:10px;
	vertical-align: baseline;
	bottom: 0;
	clear: both;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	text-align: center;
}
.centered_text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.page_headings {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: xx-large;
	color: #006666;
	text-align: center;
}
.articles {
	text-align: left;
}

