html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('../images/website_1000_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: #FFF9BA;
	padding: 0px;
	margin: 0px;
}
hr {
	color: #5D6800;
	width: 70%;
	text-align: center;
}
#container {
	width: 1000px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
}

#page {
	background-image: url('../images/wot.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	width: 800px;
	overflow: auto;
}

img.menu {
	border: none;
	margin: 260px 30px 20px;
	float: left;
}
ul.menu {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
}
ul.menu li {
	display: block;
	background-color: #98B07C;
	margin: 3px;
	padding: 5px;
	width: 115px;
	text-align: center;
	border-right: 3px solid #FCFBEF;
	border-left: 3px solid #FCFBEF;
}

ul.menu a {
	color: #FCFBEF;
	text-decoration: none;
}
ul.menu a:hover {
	font-weight: bold;
}

#content {
	background-image: url('../images/wottitel.gif');
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	width: 575px;
	padding: 70px 0px 0px;
	margin: 10px 0px;
	color: #003399;
	color: black;
	text-align: center;
}

#content p {
	text-align: left;
	padding: 0px 8px;
}

#content li {
	text-align: left;
}

#content a {
	color: #5D6800;
}

#content a.button {
	display: block;
	background-color: #5D6800;
	color: #F1F0B7;
	text-decoration: none;
	padding: 5px;
	width: 200px;
	text-align: center;
	border-style: outset;
	font-weight: bold;
}
#content a.button:hover {
	border-style: inset;
}
#content p.button {
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #5D6800;
	color: #000155;
}
h2 {
	text-align: left;
	font-size: 12pt;
	padding: 10px 8px 0px;
	color: #5D6800;
	color: #000155;
}
td.col_right {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
td.col_left {
	text-align: left;
	vertical-align: top;
}
.remark {
	font-size: 8pt;
	font-style: italic;
}
p.alertmessage, p.alertmessage2 {
	width: 550px;
	color: #000155;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
p.alertmessage2 {
	font-size: 14pt;
}
img.posleft {
	margin-right: 5px;
}
img.posright {
	margin-left: 5px;
}