body { }

.zeromargin {
	left: 30px;
	top: 32px;
	position: absolute;
}


a {
	color: Blue;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a:hover {color: #272727;text-decoration: underline;}


h1 {font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	text-align: center;
	background-color: InfoBackground;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 400px;}
h2 {}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
h4 {}
h5 {}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #436792}

legend {font-weight: bold;}



#footer {
	background-color: White;
	border-top: 1px solid #fabd23;
	border-bottom: 1px solid #fabd23;
	margin: 0.6em 0em 1em 0em;
	padding: 0.4em 0em 1.2em 0em;
	text-align: center;
	position: inherit;
}

.box {
	background-color: #ECF3F8;
	border: 1px solid #96BADC;
	padding: 8px 12px;
	width: 740px;
	
}

.middlebox{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: larger;
}

.green {
	background: #ccffcc;
	font-size: smaller;
	border: 2px solid Teal;
	width: 480px;
}
#yellow {
    background:#ffffaa;
    font-size: smaller;
    border: dotted 2px black;
	 width:auto;
}