body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
}
p {
margin: 0;
}
a:link {
	text-decoration: none;
	color: #CC6600;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: underline;
	color: #CC6600;
}
#banner {
	position: absolute;
	z-index: 1;
	height: 190px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #990066;
	margin: 0px;
	text-align: right;
}
#img_top_left {
	background-color: #CC6600;
	position: absolute;
	height: 170px;
	width: 170px;
	left: 0px;
	top: 195px;
	z-index: 2;
}
#img_top_left_bck {
	background-color: #CC6600;
	position: absolute;
	height: 190px;
	width: 190px;
	left: 0px;
	top: 195px;
	z-index: 1;
}

#img_bot_left {
	position: absolute;
	height: 190px;
	width: 190px;
	left: 0px;
	top: 390px;
}
#img_bot_right {
	position: absolute;
	height: 190px;
	width: 190px;
	left: 195px;
	top: 390px;
	z-index: 2;
}
#img_bot_right_bck {
	background-color: #CC3300;
	position: absolute;
	height: 190px;
	width: 190px;
	left: 195px;
	top: 390px;
	z-index: 1;
}
#mnu_bot_right {
	background-color: #CC3300;
	position: absolute;
	height: 170px;
	width: 170px;
	left: 195px;
	top: 390px;
	z-index: 2;
}
#img_top_right {
	position: absolute;
	height: 190px;
	width: 190px;
	left: 195px;
	top: 195px;
}
#logo {
	height: 190px;
	width: 190px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: white;
}
#address {
	position: absolute;
	width: 380px;
	left: 5px;
	top: 590px;
	vertical-align: top;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}
#bodytxt {
	position: absolute;
	left: 412px;
	top: 225px;
	width:auto;
	height: 400px;
	margin-right: 20px;
	color: #999999;
	overflow: auto;
}
#footer {
	height: 50px;
	color: #999999;
	width: 100%;
	float: left;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 620px;
}
#bodytxt p {
	margin-bottom: 0.6em;
}
.menu {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;

}
.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
	color: white;
}
.menu a:hover {
	color: #cc9900;
	text-decoration: none;
}
#uptbl {
	margin-top: 50px;
	margin-left: 50px;
}
.errmsg {
	font-weight: bold;
	color: #FF3300;
}
