﻿body {
	text-align: center;
	background: #808080;
	color: #444;
}
/* old color background: #A2C257; */
#container {
	text-align: left;
	margin: 0 auto;
	width: 700px;
	background: #FFF url('images/header-base-12.gif') repeat-y;
	border: 5px solid #000000;
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 20px;
}

strong {
	color: #000000;
	font-weight: bold;
}

h1 {
	background: #006600;
	color: #FFF;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #000000;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 5px;
}

h4 {
	margin-top: 0px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin-bottom: 5px;
}

h5 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 5px;
}

h6 {
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	color: #940F04;
	margin-top: 5px;
	margin-bottom: 5px;

}



ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
}


#nav {
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}

#nav ul {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	line-height: 120%;
}

#nav li {
	padding: 0 10px 5px 0;
}

#content {
	float: left;
	width: 475px;
	margin-left: 45px;
	padding: 15px 0;
}
#footer {
	clear: both;
	background: #006600;
	border-bottom: 5px solid #940F04;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
}

a:link {color: #000000}      /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #fff; background: #000000}  /* mouse over link */
a:active {color: #000000}  /* selected link */
</style>
