html,body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
    background-color: #cccc99;
    min-width:800px;
    text-align:center;
	}
#center{
  margin-Top:15;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:800px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
	
p {
	font-size: 90%;
	line-height: 1.5em;
	}
	
	
td {
	font-size: 90%;
	}
td.TextForm{
	font-size: 80%;
	text-align:left;
	font-weight: bold;
}	
h1 {
	font-size: 80%;
	color: #7b1c3c;
}
h2 {
	font-size: 100%;
	color: #7b1c3c;
}
h3 {
	font-size: 120%;
	color: #7b1c3c;
}
h4 {
	font-size: 100%;
	text-decoration: none;
	color: #7b1c3c;
}
#Footer{
   text-align:center;
   padding:0px;
  font-size: 80%;
  color: White;
  font-weight:Bold;
}
#Footer p{
  Margin-top: 10px;
  Margin-bottom: 10px;
  line-height: 1.1em;
}
#Footer a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color:White;
	}
#Footer a:visited {
	}
#Footer a:active {
	}
#Footer a:hover {
	text-decoration: underline;
	}

a {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	color: #486316;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
#submenu{
margin-left:10px;
border: 1px solid black;
width: 175px;
background-color: #456214;}

#submenu a{
font-size: 85%;
font-weight: bold;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid black;}

html>body #submenu a{ /*Non IE rule*/
width: auto;}

#submenu a:hover{
	background: #ffffff;
	color: #7B1C3C;}

