body {
	text-align: center;
	min-width: 881px;
	background-color: #fff;
  padding-top: 30px;
  margin: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}

a {
	color: rgb(179,86,150);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

hr {
	/*height: 1px;*/
	/*color: rgb(44,49,141);
	background-color: rgb(44,49,141);*/
	/*border: 1px groove;*/
}

p {
  text-align: left;
  margin: 0px;
	float: none;
}


/* Containers area */

#container {
	margin: 0 auto;
	width: 881px;
	text-align: left;
	/*border: 1px solid red;*/
	overflow: auto -moz-scrollbars-none;
}

#top {
	width: 881px;
	height: 91px;
	background: url('img/top.png') no-repeat;
	float: none;
}

#topInner {
	width: 875px;
	height: 14px;
	position: relative;
	top: 70px;
	text-align: right;
}

#topInner a {
	font-size: 0.7em;
	color: #979797;
	text-decoration: none;
	margin-left: 10px;
}

#topDivider {
	width: 100%;
	height: 20px;
	position: relative;
	float: none;
}

#flyingMenu {
	width: 120px;
	display: none;
	position: absolute;
	top: -10px;
	right: 50px;
	float: right;
	z-index: 1000;
}

#flyingMenu div {
	width: 100%;
	background-color: rgb(236,236,236);
	border-bottom: 1px solid #fff;
	padding: 3px;
	font-size: 0.7em;
	float: none;
}

#flyingMenu div a {
	color: rgb(179,179,179);
	text-decoration: none;
}

#flyingMenu div a:hover {
	color: rgb(102,179,255);
}

#leftContent {
	width: 290px;
	height: 380px;
	border-right: 1px solid #eee;
	float: left;
}

#leftContentFrame {
	width: 270px;
	margin: 10px;
}

#leftContent #leftHeader {
	width: 100%;
	float: none;
}

.lblue {
	color: #8bb4c8;
	font-size: 0.7em;
	font-weight: bold;
}

.dblue {
	color: #1a315b;
	font-size: 1em;
	font-weight: bold;
}

.lfText {
	color: #979797;
	font-size: 0.7em;
	margin-top: 15px;
}

#main {
	width: 881px;
	height: 410px;
	float: none;
	/*background-color: Lavender;*/
	/*border: 1px solid Lavender;*/
}

#topMenu {
	width: 452px;
	height: 63px;
	float: none;
}

#text {
	width: 589px;
	height: 380px;
	/*background-color: MediumPurple;*/
	/*border: 1px solid blue;*/
	float: right;
}

#textFrame {
	margin: 10px 10px 10px 20px;
}

#textHeader {
	width: 100%;
	font: inherit;
	float: none;
	/*background-color: MediumPurple;*/
}

#textContent {
	width: 560px;
	height: 380px;
	float: none;
	/*padding: 0px 0px 0px 25px;*/
	/*background-color: Lavender;*/
}

#textContentData {
	width: 550px;
	height: 320px;
	font: inherit;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #979797;
	margin-left: 0px;
	float: left;
	/*background-color: gray;*/
}

#scrolled {
	width: 550px;
	font-size: 0.86em;
	padding-top: 10px;
	/*height: 320px;*/
	/*background-color: FireBrick;*/
}

#textContentScroller {
	width: 6px;
	height: 380px;
	top: -47px;
	left: 10px;
	float: right;
	/*background-color: blue;*/
	/*border: 1px solid blue;*/
}

#up {
	width: 6px;
	height: 10px;
	background-color: yellow;
}

#scrMiddle {
	width: 6px;
	height: 360px;
	/*background-color: green;*/
}

#scrBar {
	width: 6px !important;
	height: 10px !important;
	background: url('img/scrollbar.png') no-repeat;
	/*background-color: Orange;*/
}

#down {
	width: 6px;
	height: 10px;
	/*background-color: yellow;*/
}

#bottom {
	width: 881px;
	height: 81px;
	margin-top: 0px;
	/*padding-top: 15px;*/
	text-align: center;
	color: rgb(128,128,128);
	background: url('img/bottom_small.png') no-repeat;
	font-family: inherit;
	font-size: 0.6em;
	line-height: 2em;
}

#bottom a {
	color: rgb(128,128,128);
}

/*#lightbox{*/
/*	background-color:#eee;*/
/*	padding: 10px;*/
/*	border-bottom: 2px solid #666;*/
/*	border-right: 2px solid #666;*/
/*	}*/
/*#lightboxDetails{*/
/*	font-size: 0.8em;*/
/*	padding-top: 0.4em;*/
/*	}	*/
/*#lightboxCaption{ float: left; }*/
/*#keyboardMsg{ float: right; }*/
/**/
/*#lightbox img{ border: none; } */
/*#overlay img{ border: none; }*/
/*#overlay{ background-image: url(overlay.png); }*/
/**/
/** html #overlay{*/
/*	background-color: #000;*/
/*	background-color: transparent;*/
/*	background-image: url(blank.gif);*/
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");*/
/*	}*/