body, table, td, form, input, textarea, select, option {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #004296;
	color: #96B2D2;
}
.container {
	margin: 1%;
	padding: 1%;
	background-image: url('image1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width:800px;
}
h1 {
	font-family: 'Impact', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	margin-top: 0px;
	margin-left: -50px;
	padding: 10px;
	text-align: center;
	color: #3E28BF;
	width: 500px;
}
h1 a, h1 a:hover {
	color: #3E28BF;
}
a {
	color: #0F78FF;
	text-decoration: underline;
}
a:hover {
	color: #4B9AFF;
}
.menu, .maintext {
	margin-top: 10px;
}
.menu {
	float: left;
	width: 25%;
}
.menu ul {
	padding: 0px;
	margin-top: -7px;
}
.menu li {
	display: block;
	margin: 2px;
	margin-left: 0px;
	padding-top:5px;
}
.menu a {
	display: block;
	background-color: #87BCFF;
	padding: 5px;
	border-bottom: 1px solid #4B9AFF;
	color: #0069F0;
	text-decoration: none;
}
.menu a:hover {
	color: #87BCFF;
	background-color: #0069F0
}
.maintext {
	float: left;
	width: 71%;
	background-color: #C3DDFF;
	color: #004296;
	padding: 10px;
	text-align: justify;
}
.sendform {
	float: right;
	width: 50%;
	margin: 1%;
}
.sendform input, .sendform select, .sendform option, .sendform td  {
	font-size:11px;
}