body
{
   background: silver;
   margin: 0;
   text-align: center;
   font : bold 80% Verdana, Arial, sans-serif;
}
#page
{
  background-color: #d9d9ff;
 	width: 60em;
 	margin: 0 auto;
 	text-align: left;
}
#header
{
	margin: 0;
 background-color: #99cce5;
 border-top: .5em solid #0000cc;
 border-bottom: .5em solid #0000cc;
}
#navbar
{
	font-size: 70%;
	width: 10em;
	float: left;
  margin: .5em;
}
#content
{
	width: 44em;
	background-color: white;
	float: right;
  margin: 0 .5em .5em;
  padding: .5em 0 0;
}
#footer
{
 height: 2em;
 clear: both;
}
h1
{
	color : #0000cc;
	margin: 3px 0px;
  Text-Decoration : none;
  Font : 300% Georgia, Times New Roman, serif;
  Font-weight : bold;
  text-align : center;
  line-height: 80px;
  padding: 1px 1px 1px 250px;
  background-image: url(logo.gif);
  background-position: 3% 50%;
  background-repeat: no-repeat;
}
h2
{
   color : #0000cc;
   Text-Decoration : none;
   Font-size : 150%;
   text-align : center;
}
h3
{
   color : #0000cc;
   Text-Align: center;
   Text-Decoration : none;
   Font-size : 125%;
   Font-weight : bold;
}
table
{
	margin-top: 1em;
}
address
{
	text-align: right;
  Font-size : 70%;
  Font-style : italic;
  margin: 1em;
}
p
{
   Font-size : 100%;
   margin: 1em;
}
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li
{
	font-size: 100%;
	margin: 1px, 2px;
  Color : black;
	Font-weight : bold;
}
td
{
	font-size: 80%;
	margin: 0em, 1em;
  Color : black;
	Font-weight : bold;
}
th
{
	font-size: 100%;
	margin: 0em, 1em;
  Color : blue;
	Font-weight : bold;
}
em
{
   color: black;
   background-color: pink;
   font-style: normal;
   Text-Decoration : none;
}
dd
{
 text-indent: 5em;
}
a
{
   color : #3333cc;
   text-decoration: none;
}
a:visited
{
  color: #6633cc;
}
a:Hover
{
   color : #FF0000;
   Text-Decoration : underline;
}
a.button
{
	display: block;
	width: 12em;
	padding: .5em;
	line-height: 1.4;
  background-color: #99cce5;
	border: 1px solid black;
  color: #0033cc;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
}
a.button:visited
{
  background-color: #99cce5;
  color: #3366ff;
}
a.button:hover
{
  background-color: #0033cc;
  color: #99cce5;
  text-decoration: none;
}
a.curpage
{
 display: block;
 width: 12em;
 padding: .5em;
 line-height: 1.4;
 background-color: white;
 border: 1px solid black;
 color: #0000cd;
 font-size: 150%;
 text-decoration: none;
 text-align: center;
}
a.curpage:hover, a.curpage:visited
{
 color: #0000cd;
 text-decoration: none;
 cursor: default;
}
