html, body 
{
  height: 100%;
  font-family:   verdana;
}

body
{
  margin: 0px;
  padding: 0px;
}

#container 
{
	position: relative;
	min-height: 100%;
}

#footer 
{
	position: absolute;
	bottom: 0;
	padding: 10px;
	background-color: #0066b2;
	width: 100%;
}

.Content a:link {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}
.Content a:visited {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}

.Content a:hover {	font-family:Verdana;
			font-size:10px;
			color:#ffffff;
			text-decoration: none;
}

.Content a:active {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}

.Frame
{
  height:100%;
  width:910px;
  margin:auto;
  background-color: #FFFFFF;
}

.Header
{
 height: 5%;
}

.Menu
{
  height: 5%;
  text-align: center;
}

.Content
{
  height: 85%;
  background-color: #FFFFFF;
  font-size: x-small;
  color: #FFFFFF;
  vertical-align:top;
  padding: 0 10px 0px 10px;
  line-height: 1.8;
}

.Content .PageImage
{
  border: 3px solid #FFFFFF;
  margin: 8px 0px 6px 6px;
}

.Content .PageImageBlue
{
  border: 3px solid #14143F;
  margin: 8px 0px 6px 6px;
}

.Footer
{
  height: 5%;
  font-size: x-small;
  color: #000000;
   font-weight:bold;
}

.Footer a
{
   color: #FF0000;
   font-weight:bold;
}

input, select
{
  font-size: x-small;
  font-weight: bold;
}

h1
{
  font-size: 16px;
  font-weight: bold;
}

.LeftPanel
{
  background-color: #272662;
  vertical-align:top;
  padding: 8px;
}

.RightPanel
{
  background-color: #272662;
  vertical-align:top;
  padding: 8px;
}
