html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}

#main {
	position: relative;
	margin: 0px auto 0px auto;
	width: 760px;
	height: 536px; /* 392 */
	border: 2px solid #DF0400;
	text-align: left;
	background-color: #FFFFFF;
}
#titlebar {
	position: relative;
	margin: 0px auto 0px auto;
	width: 760px;
	height: 120px;
	border-bottom: 0px solid #000000;
}
#logoname {
	position: absolute;
	top: 30px;
	height: 60px;
	width: 440px;
	left: 160px;
	border: 2px solid #DF0400;
	background-color: #F2D49E;
}
#navmenu {
	position: absolute;
	width: 120px;
	left: 10px;
	top: 130px;
	height: 374px;
	border: 2px solid #DF0400;
	background-color: #F2D49E;
}
#content {
	position: absolute;
	width: 620px;
	right: 0px;
	top: 130px;
	height: 374px;
	overflow: auto;
}
#copyright {
	position: absolute;
	width: 760px;
	height: 10px;
	padding: 2px;
	padding-bottom: 4px;
	bottom: 0px;
	border-top: 1px solid #A0A0A0;
	font-size: 9px;
}

a {
	color: #DF0400;
	text-decoration: none;
}
a:hover {
	color: #DF0400;
	text-decoration: underline;
}
a.navmenu {
	display: block;
	width: 100px;
	text-align: left;
	padding: 4px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #DF0400;
	border: 1px solid #DF0400;
}
a.navmenu_selected {
	display: block;
	width: 100px;
	text-align: left;
	padding: 4px;
	text-decoration: none;
	background-color: #DF0400;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #DF0400;
}
a.navmenu:hover {
	text-decoration: none;
	background-color: #F2D49E;
	font-size: 11px;
	color: #DF0400;
	border: 1px solid #DF0400;
}
a.navmenu_selected:hover {
	text-decoration: none;
	background-color: #F2D49E;
	font-size: 11px;
	color: #DF0400;
	border: 1px solid #DF0400;
}

.head1 {
	color: #DF0400;
	font-size: 12px;
	font-weight: bold;
}
table.form {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 11px;
}
table.text_main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
