html, body {
	background-color: #9CC;
	color: #000; }

#head {
	background: #005A9C;
	border: 1px solid #000;
	color: #FFF;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	height: 50px;
	width: 97%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

#head h1 {
	position: absolute;
	left: 5px;
	top: -15px;
	font-size: x-large;
	font-weight: bold;
	z-index: 2; }

#head h2 {
	color: #EEC;
	position: absolute;
	left: 115px;
	top: 10px;
	font-size: medium;
	font-style: italic;
	z-index: 4; }

#head small {
	font-size: small;
	margin-right: 5px; }

#head .shadow {
	color: #000;
	padding: 3px;
	z-index: 1; }
			


#menu {
	background: #EEC;
	color: #000;
	border: 1px solid #000;
	position: absolute;
	left: 20px;
	top: 80px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px }

#menu h2 {
	background: #005A9C;
	border: none;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.1em;
	font-size: small; }
	
#menu a:link,
#menu a:visited {
	color: #000;
	padding: 0.5em;
	font-size: 10px; }
	
#menu a:hover,
#menu a:active {
	border: none;
	color: #000;
	text-decoration: underline;
	padding: 0.5em;
	font-size: 10px; }



#main {
	background: #EEC;
	color: #000;
	position: absolute;
	left: 190px;
	right: 20px;
	top: 80px;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; }

#main h2#mainHead {
	background: #005A9C;
	border: none;
	color: #FFF;
	margin-top: 0;
	font-size: medium;
	text-align: center; }

a:link,
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none; }

a:hover,
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: underline; }

p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 0.5em; }
	
h1 {	
	margin-bottom: 0;
	text-align: center; }
	
h2 {	
	margin-bottom: 0;
	padding: 0.2em; }

h3 {
	margin-bottom: 0;
	padding: 0.2em; }
	
pre {	font-size: 12px;
	margin-bottom: 0;
	padding: 0.2em; }
	
#foot {
	background: #005A9C;
	border-top:1px solid #000;
	color: #FFF;
	margin-top: 0px;
	font-size: 10px; }
	
img {
	border: 0; }

img.valid {
	border: 0;
	width: 88px;
	height: 31px;
	float: right;
	padding: 5px; }

