#topNav{
padding: 0px 0px 5px 10px;
margin=top:0.5em;
}

#topNav a {
font-size: 110%;
padding: 0.4em;
color:#FFFFFF;
text-decoration:none;
background-color:#000000;
border: 2px solid #999999;
}
#topNav a:hover {
border: 2px dotted #000000;
}

body
{
font-family:"Palatino Linotype", Arial, sans-serif;
text-align: center;
background-color:#CCCCCC;
}
div#container
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
background-color:#FFFFFF;
border: 1px solid #333333;
padding:1em;
}

a{
	color: #000000;
}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}
a:hover{
	color: #006699;
	text-decoration: underline;
}
a.button
{
   color:#000000;
   font-weight:bold;
   background-color:#99CC99;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:pointer;
   text-decoration:none;
   font-family:"Palatino Linotype", Arial, sans-serif;
   font-size:80%;
   margin-bottom:0.3em;
   padding:0.5em;
}
a.button:hover
{
background-color:#CCCC99;
border: 1px #31557f solid;
text-decoration:none;

}


p.first:first-letter
{
font-size:160%;
}

h1{
 font-size: 200%;
 color: #0066FF;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 130%;
 color:#006666;
 margin: 2px;
 padding: 0px;
}

h3{
 font-size: 120%;
 color: #334d55;
 margin: 2px;
 padding: 0px;
}

h4{
 font-size: 110%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 font-weight:bold;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

input, textarea, select
{
   color:#000000;
   font-weight:bold;
   background-color:#99CC99;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:pointer;
   font-family:"Palatino Linotype", Arial, sans-serif;
   font-size:90%;
   margin-left:5px;
}
table
{
	empty-cells:show;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
	padding:0px;
}
td
{
	margin:0px;
	padding:3px;
}
th
{
	margin:0px;
	padding:3px;
	background-color:#006666;
	color:#ffffff;
	border: 1px solid #000000;
}
th.side
{
	background-color:#CCCCCC;
	color:#000000;
}
caption
{
	font-weight:bold;
}
fieldset
{
	width:90%;
	border:2px dotted #000000;
	padding:1%;
}
legend
{
	font-weight:bold;
	font-size:120%;
	background-color:#ffffff;
}
label
{
	font-weight:bold;
	display:block;
}

#siteInfo{
	clear: both;
	border-top: 2px dotted black;
	font-size: 75%;
	padding: 5px;
	padding:10px;
	margin: 20px 0px 0px 0px;
}
#siteInfo p
{
	margin:0px;
	padding:0px;
}


#siteInfo p.feedback a{
	background-color:#99CC99;
	padding:3px;
	border: 2px #000000 solid;
	text-decoration:none;
	text-align:center;
	float:right;
	width:19%;
	margin-top:-5px;
}
#siteInfo p.feedback a:hover
{
	background-color:#CCCC99;
	color:#000000;
	text-decoration:none;
}

