body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color: #5aa03e;
	color:#ffffff;
}

.blank {
	/* Do nothing */
}

h1 {
	margin:0px;
	padding:10px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
}

p {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:10px;
}

a {
	color:#ffffff;
	text-decoration:none;
	font-weight:600;
	}
a:link { color:#ffffff;
		text-decoration:underline;
}
a:visited { color:#ffffff;
		    text-decoration:underline;
}
a:hover { background-color: #b1d8b4;
		  text-decoration:underline;
}

.centerimage {
	text-align: center;
	margin: 10px 10px 10px;
}

img.centerimage {
	border-style:solid;
	border-color:#b1f9d4;
	border-width:5px;
}

#pinguim{
	background-image: url(/pinguim.neon.green.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#Header {

	background-color:#ffffff;
	background-image: url(/pinguim.neon.green.png);
	background-repeat: no-repeat;
	background-position:bottom left;

	margin:10px 0px 10px 0px;
	padding:15px 0px 15px 40px;

	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:57px; /* 40px + 15px + 2px = 85px */

	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */

	line-height:40px;      /* IE5 line-height value */
	voice-family: "\"}\""; /* IE5 incorrectly stop here */
	voice-family:inherit;
	height: 40px;          /* the correct line-height value */
	}
	body>#Header {height:40px;}

#Header a {
	color:#5aa03e;
	font-size:40px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
#Header a:link {color:#5aa03e;}
#Header a:visited {color:#5aa03e;}
#Header a:hover {color: #5aa03e;
				 background-color:#ffffff;
				 text-decoration:none;
}

#Content {
	margin:0px 10px 10px 210px;
	padding: 10px 0px 0px;
	}
#Content>p {margin:0px;}

#Menu {
	position:absolute;
	top:100px;
	left:20px;

	width:160px;
	padding: 10px;

	color:#5aa03e;
	background-color:#b1f9d4;
	border:1px solid #000000;

	line-height:17px;
	}

#Menu a {
	color:#5aa03e;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Menu a:link {color:#5aa03e;}
#Menu a:visited {color:#5aa03e;}
#Menu a:hover {color: #5aa03e;
		 text-decoration:underline;
		}

#Google {
	position: absolute;
	top:200px;
	left:20px;

	line-height: 30px;
	font-size: 20px;
	width:170px;
	padding: 10px 0px 0px 10px;

	color:#5aa03e;
	background-color:#b1f9d4;
	border:1px solid #000000;
}

#Google a { color: #5aa03e;
					text-decoration: none;
}
#Google a:visited { color: #5aa03e;
					text-decoration: none;
}
#Google a:link    { color: #5aa03e;
					text-decoration: none;
}
#Google a:active  { color: #5aa03e;
					text-decoration: none;
}
#Google a:hover   { color: #5aa03e;
					text-decoration: underline;
}

#Google .submit{
	background-color: #5aa03e;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: 600;
} 
#Google .textbox {
	background-color: #5aa03e;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	font-family:verdana, arial, helvetica, sans-serif;
} 

#LinkHeader{
	padding: 0px;
	margin: 10px;
	font-size: 20px;
	line-height: 25px;
}

#LinkContent{
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
	padding: 10px;
}
