body {
	background-image:  url("images/bg_mg.gif");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.topleft {
	position: absolute;
	left: 0px;
	top: 0px;
}
.topright {
	top: 0px;
	right: 0px;
	position: absolute;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50px;
	width: 780px;
	text-align: center;
	margin-left: -390px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #BAD53A;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #BAD53A;
}
a {
	color: #332208;
	text-decoration: none;
}
a:hover {
	color: #A4B438;
	text-decoration: underline;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #332208;
	text-align: center;
	clear: both;
	display: block;
	vertical-align: bottom;
	padding: 10px 10px 0px 10px;
	border-top: 1px dotted #332208;
	margin: 10px;
}
.header {
	text-align: left;
	padding-bottom: 10px;
}
.container {
	width: 100%;
	border: 2px solid #332208;
	background-color: #FFFFFF;


}
.topmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #332208;
	vertical-align: middle;
	height: auto;
	width: 772px;
	text-align: left;
	padding: 5px;
}
.maincontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #332208;
	text-align: left;
	height: auto;
	margin: 10px;
}
.imageborder2px {
	border: 2px solid #332208;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
ul{ padding-left: 15px; 
}
li,p{line-height: 1.4;}
td {
	vertical-align: top;
	list-style-type: disc;
}
.insert {
	background-color: #F1F7D7;
	margin: 10px 50px 10px 50px;
	padding: 10px;
	border: 1px dotted #332208;
	float: right;
	clear: both;
}
