﻿#header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1028PX;
	height: 200px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
}
.page_headings {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: xx-large;
	color: #006666;
	text-align: center;
}
.articles {
	text-align: left;
}

#navbar ul
{
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	color: White;
	float: left;
	width: 800px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#navbar ul li { display: inline; }

#navbar ul li a
{
	border-bottom: 3px solid #FFF;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
	border-bottom-color: #FFFFFF;
}

#navbar ul li a:hover
{
	background-color: #CC00CC;
	color: #fff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: auto;
	top: 300;
	margin-top: 20;
	min-height: 100%;
}
#footer {
	height: 75px;
	background-color: #999999;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: small;
	width: 800px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	vertical-align: baseline;
	bottom: 0;
	clear: both;
}
#maincontent {
	position: relative;
	float: left;
	width: 550px;
	top: 13px;
	left: 8px;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: #000066;
}
#sidebar {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 200px;
	height: auto;
	float: right;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	top: 20px;
}
#navbar {
	margin: 0px auto 0px auto;
	top: 7px;
	position: relative;
	height: 50px;
	left: 6px;
	width: 800px;
}
.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;
}
