body
{
  background-color:white;
  font-family:Verdana,Arial,Sans-serif;
  font-size:10pt;
  font-weight:500;
	text-align:center;
}
#MainPage
{
 margin-left:auto;
 margin-right:auto;
 width:799px;
}
table
{
 font-family:Verdana,Arial,Sans-serif;
  font-size:10pt;
  font-size:10pt;
}
div
{
  font-family:Verdana,Arial,Sans-serif;
  font-size:10pt;
  font-weight:500;

}
.Logo
{
  background-color:#555555;
  background-image:url(Logo.png);
  background-repeat:no-repeat;
	color:white;
	font-family:Verdana,Arial,Sans-serif;
  font-size:8pt;
  font-weight:500;
}
.SideMenu
{
  background-color:#669ACB;
  width:150px;
  padding:0;
  margin:0;
}
a:link
{
 color:#336A99;
 cursor:pointer;
}
a:visited
{
  color:#558AB0;
	 cursor:pointer;
}
a:hover
{
  color:White;
	 cursor:pointer;
}
/* a:hover .MenuItem
{
 background-image:url("./arrow.gif");
 background-repeat:no-repeat;
 background-position:center right;
} */
div.MenuItem
{
  display:block;
  background-color:#93CCF9;
  margin: 1px 0px 0px 8px;
  padding: 2px 0px 2px 8px;
  width:150px;
  font-weight:bolder;
  font-size:10pt;
  text-decoration:none;
}
div.SubMenu
{

  background-color:#A4DDFF;
  margin: 1px 0px 0px 16px;
  padding: 2px 0px 2px 8px;
  width:150px;
  font-weight:bolder;
  font-size:10pt;
  text-decoration:none;
}
.ContentArea
{
  width:450px;
  font-family:Verdana,Arial,Sans-serif;
  font-size:10pt;
  font-weight:500;
  padding: 6px 6px 6px 6px;
  border-top:solid 6px #669ACB;
  border-left:solid 1px gray;
  border-right:solid 1px gray;
  border-bottom:solid 1px gray;
  background-color:white;
	text-align:left;
}
.ContentArea a:hover
{
 color:red;
}
.RightBar
{
  padding: 3px 3px 3px 3px;
  border-top:solid 6px #669ACB;
  border-left:solid 1px gray;
  border-right:solid 1px gray;
  border-bottom:solid 1px gray;
  background-color:#CCCCCC;
	width:150px;
}
.Title
{
  background-color:#666666;
  font-size:9pt;
  font-weight:bolder;
  color:white;
  padding: 2px 2px 2px 8px;
  margin: 2px 2px 2px 2px;
}
.Copyright
{
  font-size:8pt;
  color:black;
  text-align:center;
	width:796px;
}
.Search, .Address
{
  width:150px;
  border:solid 1px #AAAAFF;
  margin: 4px 4px 4px 4px;
  padding: 4px 4px 4px 4px;
	font-size:8pt;
  font-weight:bolder;
  color:white;
	display:block;
	word-wrap:break-word;
}
ul
{
 margin-top:4px;
 margin-bottom:4px;
}
.floatLeft
{
  float:left;
	padding: 3px;
}
.floatRight
{
  float:right;
	padding: 3px;
}

a.email:link,a.email:active,a.email:visited, a.email:hover
{
 text-decoration:none;
 color:white;
}

ul#blue-list
{
	color: blue;	
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}

table#moving-forward
{
}

table#moving-forward a,
table#moving-forward a:link,
table#moving-forward a:visited,
table#moving-forward a:active
{
	color: #3c3f9b;
	text-decoration: none;
}

table#moving-forward a:hover
{
	color: #3c3f9b;
	text-decoration: underline;
}
