body {
	background-color: #9a9a9a;
	color: #330066;
	background-image: url('images/background-repeatx.jpg');
	background-repeat: repeat-x; 
	font-style:normal;
	font-weight:normal; 
	font-size:0.9em; 
	line-height: 140%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif 	
}

#content {
	background-color: #FFFFFF;
	padding: 2em 2em 40px 2em;
	margin-top: 4em
	margin-left: 12em;
	align: center;

}
h1 {
	background-image: url('images/dotty.gif');
	background-repeat: repeat-x;
	background-position:   left bottom;
	color: #B51032;
	font-family: Georgia, serif;
	font-size: 220%;
	font-weight: bold;
	line-height: 120%;
	margin-top: 3em;
	background-color: transparent; padding-left:0; padding-right:0; padding-top:0; padding-bottom:6px
}

h2	{
	color: #990099;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 60%;
	margin-top: 2em;
}	

h6 {
	font-size:70%; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
}

ul.gray {
	list-style-type: square;
	line-height: 150%;
	color: #990099;
}



a:link, a:visited {
	color: #41667f;
	background-color: transparent;
	padding-right: 10px;
}
a:hover {
	text-decoration: none;
    background-position:   right center;
    background-repeat: no-repeat
}


#navigation {
  width: 975px;
  font-size: 100%;
  margin-top: -3.95em;
  margin-left: -2em;
  margin-right: 4em;
  margin-bottom: 1em;
}

#navigation ul {
  list-style: none;
	margin-top: 1em;
	margin-bottom: 2em;
  padding: 0;
}

#navigation li {
	float:left;
		text-align:center;
	}
	a
	{
	display:block;
	width:150px;
}

#navigation a:link, #navigation a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #FFFFFF;
  background-color: #B51032;
  text-decoration: none;
  border: 1px solid #711515;
}

#navigation li a:hover {
  color: #FFFFFF;
  background-color: #711515;
}

* html #navigation a {
  width: 100%;
}

a:link, a:visited {
	color: #41667f;
	background-color: transparent;
	padding-right: 10px;
}
a:hover {
	text-decoration: none;
    background-position:   right center;
    background-repeat: no-repeat
}


input.txt {
  	color: #00008B;
 	font-size:0.8em; 
  	background-color: #E3F2F7;
  	border: 1px inset #00008B;
  	width: 300px;
}
input.btn {
  	color: #00008B;
  	background-color: #ADD8E6;
  	border: 1px outset #00008B;
}
label {
	font-size:1em; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif 	
}