#Menu {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 120px;
	width: 150px;
	background-color: #336699;
	height: 100%;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	line-height: 5px
}
a.menulink {
	color: #FFFFFF;
	text-decoration: underline
}
a.menulink:hover {
	color:#ff0000;
}
#Footer {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5em;
	text-align: center
}
#Header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
	background-color: #3e7aae;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	margin-right: 0px;
	padding-right: 0px
}
#Content {
	position: absolute;
	left: 150px;
	top: 183px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
}
#Buttons {
	position: absolute;
	left: 170px;
	top: 120px;
	height: 33px;
	background-color: #336699;
	text-align: Left
}
.subscribe_form form{
	margin-left: 100px;
}
.subscribe_table {
	border-collapse:collapse; 
	padding:0;
	border: 2px solid #000;
	width: 80%
}
.subscribe_table td, .subscribe_table th {
	border: 2px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center
}
.subscribe_table th {
	vertical-align: middle
}
.subscribe_table td p {
	text-align: justify;
}
.img_desc {
	clear: left;
	overflow:hidden;
	margin-bottom:1.2em;
}
.img_desc img {
	float:left;
}
.img_desc p {
	margin-left:224px;
	margin-right:20px;
	text-align:justify;
}
.img_desc h3 {
	margin-top:0;
	margin-left:224px;
}
