﻿html
{
	overflow: auto;
}

body
{
	font-family: Calibri, Arial;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #003712;
}

a
{
	color: red;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

h2
{
	font-size: large;
}

h3
{
	font-size: medium;
}

.frame
{
	background-image:url('images/hs2bkgd.png');
    height: 600px;
    width: 800px;
    overflow: hidden;
}

.header
{
	height: 70px;
	padding: 20px 20px 20px 20px;
	vertical-align: text-bottom;
	text-align: right;
	font-size: small;
}

.menu
{
	height: 25px;
}

.content
{
	color: #003712;
	height: 405px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	position: relative;
}

.footer
{
	height: 20px;
	padding: 2px 5px 2px 5px;
	text-align: right;
}

.popupHidden
{
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
}

.popupShown
{
	height: auto;
	width: 400px;
	background-color: white;
	border: 1px black solid;
	color: black;
	margin: auto;
	padding: 10px 10px 10px 10px;
	visibility: visible;
	position: absolute;
	left: 200px;
}

.popupShownLower
{
	height: auto;
	width: 400px;
	background-color: white;
	border: 1px black solid;
	color: black;
	margin: auto;
	padding: 10px 10px 10px 10px;
	visibility: visible;
	position: absolute;
	left: 200px;
	margin-top: 150px;
}

#silverlightControlHost
{
	height: 280px;
	width: 380px;
}

