body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #df0303;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #7c9ee1;      /* #336699; */
	vertical-align: middle;
	text-align: center;
	color: #000000;
	height: 50px;
	font-size: 40px;
	font-weight: bold;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}


.newsletter {   
  width:100%;   
  margin:4px 0 0 0px;   
  padding: 4px 15px 6px 6px;   
  background-image: url(newsletter-bkgnd-2.jpg);   
  background-repeat: no-repeat;   
  background-position: top left;   
  color: #fff;   
  background-color: transparent;   
  font-size: 10pt;   
  } 
.newsletter input[type=text], 
.newsletter input[type=submit] {   
  width: 100%;   
  color: #000000;   
  background-color:white;   
  border: 1px solid #000000;   
  } 
.newsletter input:hover {   
  color: #000;   
  background-color: #fff;   
  } 
.newsletter input:focus {   
  color: #000;   
  background-color: #fff;   
  }
