h1	{
	font-size: 34pt;
	font-family: arial,helvetica,sans-serif;
	color: blue;
	text-align: center; }

h2	{	
	font-size: 24pt;
	font-family: arial,helvetica,sans-serif;
	color: blue;
	text-align: center; }

h3	{
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	color: blue;
	text-align: center; }

h4	{
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	color: blue;
	text-align: left; }

h5	{
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	color: black;
	text-align: left; }

h6	{
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	color: blue;
	text-align: center; }

hr	{
	width: 50%;
	height: 5px;
	color: navy; }

button	{
	color: white;
	background-color: navy;
	border: silver outset thick;
	margin-right: .5em;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif; }

img.left {
	float: left;
	margin-top: .15em;
	margin-right: 1em; }

img.right {
	float: right;
	margin-top: .15em;
	margin-left: 1em; }

table.nav	{
	border: 4px double blue;
	align: center; 
	margin-right: auto;
	margin-left: auto;
	padding: .3em;
    background-color: khaki; }

table	{
	border: 4px double blue;
	align: center; 
	margin-right: auto;
	margin-left: auto;
	padding: .3em;
    background-color: #ffffcc; }

td, th	{
	padding: .3em;
	text-align: left; }

tr.align {
	vertical-align: top; }

td.align {
	vertical-align: top; }

ul	{
	list-style-type: square;
	list-style-position: inside; }

#container  {
	width: 100%;
    color: blue;
	border: navy thin solid; }

#banner	{
	width: 100%;
	color: blue;
	background-color: khaki;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	border-bottom: navy solid thin; }

#navbartop  {
	width: 100%;
	font-weight: bold;
	text-align: center;
	word-spacing: 1.5em;
	border-bottom: navy solid thin;
	color: blue;
	background-color:#ffffcc; }

#navbarbottom  {
	width: 100%;
	font-weight: bold;
	text-align: center;
	word-spacing: 1.5em;
	border-top: navy solid thin;
	color: blue;
	background-color:#ffffcc; }

#main	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	font-family: arial,helvetica,sans-serif;
	color: black;
	background-color: #ffffcc; }

#footer	{
	width: 100%;
	clear: both;
	color: blue;
	background-color:#ffffcc;
	border-top: navy solid thin;
	text-align: center;
	word-spacing: .2em;
	letter-spacing: .1em; }








