body   {
	color: black;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	background-color: #fafafa;
	margin: 0px;
	padding: 0px }

p    {
	margin-left: 0.5em;
	padding-right: 1em;
	padding-left: 1em }

div#body p {
	text-align: justify;
}

img
{
	border:1px solid #011f5b;
}

h1   {
	color: #fff;
	font-variant: small-caps;
	font-size: 1.6em;
	background-color: transparent;
	text-align: center;
	letter-spacing: 0.25em;
}

h2
{
	color:#011f5b;
	font-size: 1.4em;
	border-bottom:1px solid #011f5b;
	width:60%;
}

h3  {
	font-size: 1.2em }

h4  {
	font-weight: bold;
	font-size: 1em;
	text-align:left;
}
h5  {
	font-weight: bold;
	font-size: 1em;
	text-align:center;
}

#header  {
	background-color: #011F5B;
	padding: 1.5em 0.5em }

#topnav    {
	padding-left:5px;
	font-size: 1em;
	background-color: #A0B7E0;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #011f5b;
	border-bottom: 1px solid #011f5b; }

#topnav a    {
	color: #011f5b;
	font-variant: small-caps;
	text-decoration: none }

#topnav a:hover   {
	color: #800;
	text-decoration: underline }

#body  {
	margin: 2em;
	background-color: #eef2f8;
	color:  #000;
	padding: 1em;
	border: solid 2px #011f5b; }

#footer  {
	text-align: center;
}
li   {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em }
hr {
	color: #011f5b;
	font-size: 2px;
	text-align: left;
	width: 90%;
	height: 1px }
strong {
	font-variant: small-caps;
	font-weight: bold }
em {
	font-style: italic }
a {
	color: #000;
	text-decoration: underline }
a:hover {
	color: #800;
}

.button {
	font: bold 12px verdana, arial, sans-serif;
	color: #fff;
	border: 1px solid #011f5b;
	background-color: #a0b7e0;
	width: 70px;
	height: 20px;
	padding-bottom: 5px;
}
.buttonHL {
	font: bold 12px verdana, arial, sans-serif;
	background-color: #fafafa;
	color: #011f5b;
	border: 1px solid #011f5b;
	width: 70px;
	height: 20px;
	padding-bottom: 5px;
}
#sidemenu
{
	background-color: #fafafa;
	float: right;
	margin: 0px 10px 10px 10px;
	border: dashed 1px #011f5b;
	z-index: 90;
	width: 25%;
	padding: 3px;
}

#sidemenu a
{
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #A0B7E0 url(/images/bullet_black.gif) no-repeat 1% 33%;
	margin: 0px 10px 10px 10px;
	padding-top: 0.25em;
	padding-left: 15px;
	border-top: solid 2px #011f5b;
	border-left: solid 2px #011f5b;
	border-right: solid 1px #011f5b;
	border-bottom: solid 1px #011f5b;
	display: block
}
#sidemenu a:hover
{
	color: #800;
	font-weight: normal;
	background-color: #eef2f8;
	border-top: solid 1px #011f5b;
	border-left: solid 1px #011f5b;
	border-right: solid 2px #011f5b;
	border-bottom: solid 2px #011f5b;

}