@charset "utf-8";
/* CSS Document */

a:link		{
			color: #000;
			text-decoration: none
			}
a:visited	{
			color: #000;
			text-decoration: none
			}
a:hover		{
			color: #f00;
			text-decoration: underline
			}
a:active	{
			color: #000;
			text-decoration: none
			}
body		{
			background-color: #253690;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #1d4b7f
			}
p,h3,li		{
			font-size: 1em
			}
p			{
			color: #000;
			line-height: 100%;
			margin: 0
			}
h1			{
			font-size: 1.2em;
			font-weight: bold;
			margin-top: 0;
			padding-left: 10px
			}
h2			{
			font-size: 1.1em;
			font-style: italic
			}
h3			{
			font-weight: bold
			}
hr			{
			color: #fff
			}
.footer		{
			color: #bbb;
			font-size: .8em;
			margin-top: 4px
			}
.nobullets	{
			list-style-type: none
			}
#centext	{
			text-align: center
			}
#image		{
			float: right;
			clear: right
			}
#navbar		{
			background-color: #ffffbf;
			width: 175px;
			margin-left: 5px;
			text-align: center;
			font-size: .8em;
			font-weight: bold
			}