body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #5f5f5e;
}
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;
	height: 740px;
	margin: auto;
	background: #FFFFFF;
}
.content {
	background: #FFFFFF;
	text-align: left;
	padding: 20px;
}
.text {
	width: 216px;
	float: left;
	margin: auto;
}
.text2 {
	width: 200px;
	float: left;
	padding-left: 32px;
	padding-right: 25px;
	margin: auto;
}
.text3 {
	width: 206px;
	float: right;
	margin: auto;
}
.text4 {
	width: 150px;
	float: left;
}
.videotext {
	padding-top: 20px;
	padding-bottom: 10px;
	height: 25px;
	width: 100%;
	float: left;
}
.videoimg {
	float: left;
	width: 140px;
}
.footer {
	background: #5f5f5e;
	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:#33CC99;
}