@charset "utf-8";
/* CSS Document */

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }

.content {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0.5em;
}

.container { width: 840px; }

body {background-color:#203663;}

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
vertical-align: middle;
background: url(Images/button_over.png) no-repeat;
white-space: nowrap;
display: block;
width: 125px;
height: 50px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 125px;
height: 50px;
display: block;
float: left;
color: black;
text-decoration: none;
vertical-align:middle;
}

.cssnav img
{
width: 125px;
height: 50px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	vertical-align:middle;
	left: 8px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 111px;
	height: 15px;
} 

h1 {color:#0000FF; font-family:"Cambria", serif; font-weight:bold; font-size:26px; }

h2 {color:#0000FF; font-family:"Cambria", serif; font-weight:bold; font-size:22px; }

h3 {font-family:"Cambria", Times, serif; font-size:18px; }

h4, h5, h6 {font: "Cambria";}

p {color:#000000; font-family:"Cambria", serif; font-size:16px;}

label
{
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
