﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000080;
}
h1 {
	font-size: 22px;
	color: #008000;
}
h2 {
	font-size: 16px;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bolder;
}
#logo {
	background-color: #FFFFFF;
	width: 100%;
}
#copyright   {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	clear: left;
	color: #FFFFFF;
}
#fullpagecentered     {
	background-color: #FFFFFF;
	margin: 0px 15% 0px 15%;
	padding: 15px;
}
#leftcolumn {
	float: left;
	width: 175px;
	padding: 15px;
}
#rightcolumn     {
	background-color: #FFFFFF;
	margin: 0px 15% 0px 0px;
	padding: 15px;
	float: left;
}
.imageleft {
	float: left;
	margin: 0px 10px 0px 0px;
}
.imageright {
	float: right;
	margin: 0px 0px 0px 10px;
}
.imageleftborder  {
	border-style: solid;
	border-width: thin;
	border-color: #C0C0C0;
	float: left;
	margin: 0px 10px 0px 0px;
}
#center {
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #660066;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
#leftcolumnnopadding {
	float: left;
}
#fullpageclear {
	margin: 0px 0% 0px 30%;
}
.centered {
	text-align: center;
}
#fullpage  {
	width: 100%;
	float: left;
	text-align: center;
}
#navbar {
	background-color: #C9C992;
	border-style: solid none solid none;
	border-width: thin 0px thin 0px;
	border-color: #000080 #000080 #990033 #000080;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
}
