
.stcBody {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	
	background-color: #ffffff;
	margin: 0;
}

div.stcHeader {
	height: 200px;
	width: 800px;
	margin: auto;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
}

div.stcMenu {
	height: 30px;
	width: 720px;
	padding-top: 10px;
	margin: auto;
	border-bottom: 1px solid #333333;
}

div.stcMain {
	min-height: 300px;
	background-color: #FFFFFF;
	background-image: url(/images/main_background.png);
	background-repeat: repeat-x;
}

div.stcMainContent {
	width: 800px;
	margin: auto;
	background-image: url(/images/maincontent_background.png);
	background-repeat: repeat-y;
}

div.stcFooter {
	height: 50px;	
	background-image: url(/images/footer_background.png);
	background-repeat: repeat-x;
}

div.stcFooterContent {
	width: 800px;
	height: 50px;
	margin: auto;
	background-image: url(/images/footer_content.png);
	background-repeat: no-repeat;
}


.stcConfirm {
	width: 600px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 25px;
	background:#e5f9d7 url(images/ui-bg_glass_80_d7ebf9_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #b0d598;
	color:#60991c;
	font-size:14px;
	font-weight:bold;
	padding-top: 11px;
	text-align: center;
}

.stcError {
	width: 600px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 25px;
	background:#f9d7d7 url(images/ui-bg_glass_80_d7ebf9_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #d59898;
	color:#991c1c;
	font-size:14px;
	font-weight:bold;
	padding-top: 11px;
	text-align: center;
}