﻿@import url(layout.css);
body {
	color: #000000;
	font-family: Century Gothicv, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	background-color: #ffffff;
}

#bar
{
	background-color:#FF0000
}
#headinglogo
{
		color: #FF0000;
	font-size: 36PT;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: center;
}
#navigation {
	background-color: #cce0cc;
	overflow: hidden;
}
#navigation ul {
	list-style-type: one;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #eaf2ea;
	background-color: #cce0cc;
}
#page-header {
	font-size: 1.75em;
	font-weight: normal;
	text-align: center;	
	color: #006600;
}
#page-content {
font-size: medium;
font-weight: normal;
color: #008000;
text-align: center;
}
h1
{
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: center;
}
h2 {
	color: #006600;

}
h3 {
	font-size: x-large;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
h4 {
font-size: medium;
font-weight: normal;
color: #008000;
text-align: center;
}
h5 {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
h6 {
font-size: medium;
font-weight: bold;
color: #008000;
text-align: left;
}
