#header #topCant {
	background-color: white;
	height:30px;
	text-align: right;
	padding-right: 30px;
	font-size: 11px;
}

#header #topCant form {
	padding-top: 7px;
	padding-bottom:0px;
}

#header #topCant form input {
	height: 18px;
	width: 50px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

#header #topCant form input.submit {
	background-color: #B5C9DD;
}

#header #topCant  a, #header #topCant  a:visited {
	text-decoration: none;
	color: black;
	font-size: 80%;
}

#header #topCant  a:hover {
	text-decoration: underline;
}

#header #hBody {
	background-color: #014E00;
	height: 120px;
}

#header #hBody h1{
	color: white;
	font-size:30px;
	font-family: serif;
	text-align: left;
	padding-left: 100px;
	padding-bottom: 0px;
	padding-top:17px;
	margin: 0px;
}

#header #hBody h1 a, #header #hBody h1 a:visited, #header #hBody h1 a:hover {
	color: white;
}

#header #hBody p {
	color: white;
	font-size: 11px;
	font-family: arial;
	padding:0px;
	margin:0px;
	padding-left: 100px;
}

