body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
body {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #666666;
}
a:link {
	color: #33cc99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #328E79;
}
a:hover {
	text-decoration: none;
	color: #6FA99B;
}
a:active {
	text-decoration: none;
}
.container {
	width: 750px;
	margin: auto;
	background: #FFFFFF;
}
.content {
	background: #FFFFFF;
	text-align: left;
	padding: 20px;
}
.left {
	border-right: 1px #CCCCCC solid;
	width: 555px;
}
.right {
	float: right;
	text-align: left;
	width: 135px;
}
.text {
	padding: 20px;
	padding-top: 0px;
	width: 325px;
	float: right;
	text-align: justify;
}
.text p {
	margin-top: 0px;
}
.image {
	width: 178px;
	height: 542px;
	float: left;
	padding-bottom: 20px;
}
.footer {
	background: #666666;
	color: #FFFFFF;
	text-align: right;
	width: 750px;
	height: 15px;
	margin: auto;
}
.footer a:link {
	color: #FFFFFF;
}

#dropmenudiv {
	margin-left: -3px;
	position:absolute;
	border:1px solid #FFF;
	background:#444;
	border-bottom-width: 0;
	font-size: 11px;
	color: #FFF;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
	text-decoration: none;
	color: #FFF;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color:#339933;
}
.clear {
	clear: both;
}
