﻿body
{
	font-family: Calibri;
	background-color: #efefef;
}
#Content
{
	min-height: 600px;
	background-color: #FFFFFF;
	width: 950px;
	margin: 0px auto;
}
h1.Header
{
  margin: 0px;
  font-size: 50pt;
  font-weight: bold;
  color: #204747;
  text-align: center;
  padding-top: 30px;
}
.BlueBoldText
{
  font-weight: bold;
  font-size: large;
  color: #0033ff;
}
.RightPanel
{
  width: 450px;
  text-align: center;
}
#DataContent
{
  margin: 10px;
}
#Footer
{
  border-width: 2px;
  border-color: #F4CFB2;
  clear: both;
  background-color: #204747;
  color: White;
  text-align: center;
  font-size: x-small;
  padding: 2px 0px 5px 0px;
  min-width: 900px;
  width: 950px;
  border-top-style: solid;
  border-bottom-style: solid;
}
a:active
{
  color: #0033ff;
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
  color: Silver;
}
a:visited
{
  color: #0033ff;
  text-decoration: none;
}
a:link
{
  color: #0033ff;
  text-decoration: none;
}
#Footer a:active
{
  color: White;
  text-decoration: none;
}
#Footer a:hover
{
  text-decoration: none;
  font-weight:bold;
}
#Footer a:visited
{
  color: White;
  text-decoration: none;
}
#Footer a:link
{
  color: White;
  text-decoration: none;
}
#Header
{
}
.DynamicMenu 
{
  z-index: 1;
}
#Menu
{
	background-color: #EFEFEF;
	background-image: url('/Images/GreenRibbon.png');
	background-repeat: no-repeat;
	height: 30px;
	color: #FFFFFF;
}
#Menu a:active
{
  text-decoration: none;
  color: White;
}
#Menu a:hover
{
  text-decoration: none;
  font-weight:bold;
}
#Menu a:visited
{
  text-decoration: none;
  color: White;
}
#Menu a:link
{
  text-decoration: none;
  color: White;
}
a.SmallLink:active
{
  color: #0033ff;
  text-decoration: none;
  font-size: small;
}
a.SmallLink:hover
{
  text-decoration: none;
  font-size: small;
  font-weight:bold;
}
a.SmallLink:visited
{
  color: #0033ff;
  text-decoration: none;
  font-size: small;
}
a.SmallLink:link
{
  color: #0033ff;
  text-decoration: none;
  font-size: small;
}
.MenuItem
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	margin-right: 10px;
}
.ErrorText
{
  color: #FF0000;
  font-weight: bold;
  text-decoration: blink;
}
.OrangeBoldText
{
  font-weight: bold;
  font-size: large;
  color: #FF9900;
}
.Menu {
	margin-top: 5px;
	margin-left: 50px;
}
.Login {
	margin-top: 5px;
	margin-right: 50px;
}

