@charset "utf-8";
/* CSS Document */
#stmheader {
	position: absolute;
	z-index: 1;
	height: 125px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#menubar {
	position: absolute;
	z-index: 1;
	height: 30px;
	width: 1000px;
	left: 0px;
	top: 125px;
	overflow: hidden;
	background: url(../images/menubar_red.gif);
}
#menubar a:link {
	color: #ffffff;
	text-decoration: none;
}
#menubar a:visited {
	color: #ffffff;
	text-decoration: none;
}
.pmenubar {
	color: #FFFFFF;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 5px;
	position: absolute;
	z-index: 2;
	left: 213px;
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 300px;
}

#menubar a:hover {
	color: #CCCCFF;
	text-decoration: none;
}
#menubar a:active {
	color: #ffffff;
	text-decoration: none;
}
#stmmain {
	position: absolute;
	z-index: 1;
	height: 800px;
	width: 1000px;
	left: 0px;
	top: 155px;
	background: #FFFEEE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#stmcenter {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
	background: url(../images/box_700x375_white.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 378px;
	width: 703px;
	left: 138px;
	top: 13px;
}
.leftlinks {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #bb5555;
	text-decoration: none;
	text-align: left;
	z-index: 2;
	width: 116px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.pfooter {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 2;
	top: 400px;
	text-align: center;
	left: 300px;
}
#leftlinks {
	position: absolute;
	z-index: 2;
	width: 130px;
	left: 15px;
	top: 10px;
	height: auto;
}
#leftlinks a:link {
	color: #bb5555;
	text-decoration: none;
}
#leftlinks a:visited {
	color: #bb5555;
	text-decoration: none;
}
#leftlinks a:hover {
	color: #cc69be;
	text-decoration: none;
}
#leftlinks a:active {
	color: #bb5555;
	text-decoration: none;
}
