body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
body, td, input, textarea {
	color: #3b3b3b;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1 {
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	font-size: 10pt;
	margin-bottom: 0;
}

#ROOT {
	width: 980px; 
	height: auto; 
	position: relative; 
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#HEADER {
	background-color: #dedede;
	color: #ffffff;
	height: 82px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#logo {
	padding: 14px 0 0 28px;
	height: 82px;
	float: left;
}
#toplinks {
	background-image: url(/images2/shtuka/sep-top.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 210px;
	margin-top: 30px;
	padding: 0 0 10px 0;
	text-align: center;
}
#toplinks a.toplink {
	color: #7e7e7e;
	text-decoration: none;
	padding: 0 20px;
}
#toplinks a.toplink:hover {
	color: #4d4d4d;
	text-decoration: none;
}
#toplinks a.toplink:visited {
	color: #7e7e7e;
	text-decoration: none;
}


#MAIN {
}
#CENTER {
	position: relative;
	background-image: url(/images2/shtuka/sep-ver.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 70%;
	margin-left: 230px;
	margin-right: 20px;
	/*margin-right: 265px;*/
}
#breadcrumb {
	background-color: #009100;
	color: #ffffff;
	font-size: 8pt;
	padding: 2px 5px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#content {
	margin: 5px 15px;
}
#LEFT {
	position: relative;
	background-image: url(/images2/shtuka/sep-ver.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 70%;
	width: 230px;
}
#LEFT img {
	margin: 0 15px;
}
#RIGHT {
	position: relative;
	float: right;
	text-align: left;
	width: 255px;
}



.SPACER {
	clear: both;
	width: 100%;
	height: 30px;
}
#FOOTER {
	position: absolute;
	background-color: #ffffff;
	font-size: 8pt;
	height: 30px;
	width: 100%;
	bottom: 0;
	clear: both;
}
#FOOTER .horLine {
	position: relative;
	margin-top: 25px;
}
#sitegist {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}
#copyright {
	float: left;
	margin-top: 8px;
	margin-left: 7px;
}



#breadcrumb a {
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #ffffff;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #ffffff;
	text-decoration: none;
}


.smLevel1 {
}
.smLevel2 {
	font-size: 8pt;
	margin-left: 10px;
}

a  {
	text-decoration: none;
	color: #da251d;
}
a:hover {
	text-decoration: underline;
	color: #da251d;
}
a:visited  {
	color: #da251d;
}
