/* Basics */

/* Menu */

.menuItem
{
	text-indent: -0.9em;
	margin-left: 1em;
}


/* container */
.c {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -468px;
	margin-top: -307px;
}

/* wide head */
.tC {
	position: absolute;
	left: 0px; top: 0px;
	width: 935px; height: 24px;
	background-color: #000;
	padding-left: 5px; padding-top: 10px;
	font-weight: bold; 
	text-transform: uppercase;

}
.tC a {
	text-decoration:none;
	color: #FFF;
}

/* small heads */
#tCs {
	position: absolute;
	width: 305px; height: 24px;
	font-weight: bold; top: 0px;
	padding-left: 5px; padding-top: 10px;
}
#tCs a {
	text-decoration:none;
	color: #000;
}
#tCs a:hover {
	text-decoration:underline;
}
.tC1 {
	left: 0px;
	background-color: #85969d;
	text-transform: uppercase;
}
.tC2 {
	left: 315px;
	background-color: #bfcdcd;
	text-transform: uppercase;
}
.tC3 {
	left: 630px;
	background-color: #728c9d;
	text-transform: uppercase;
}
.tI1 {
	left: 0px;
	position: absolute;
	width: 220px;
}
.tI2 {
	left: 225px;
	position: absolute;
	width: 220px;
}

/* body blocks */
.b1 {
	position: absolute;
	left: 0px; top: 39px;
	width: 145px; height: 490px;
	padding: 5px;
}
.b1 a {
	color: inherit;
}
.b2 {
	position: absolute;
	left: 160px; top: 39px;
	width: 455px; height: 490px;
	padding: 5px;
	font-size: 12px;
	line-height: 14px;	
}
.sP2 {
	overflow: auto;
	height: 490px;
	width: 100%;
}

.b3 {
	position: absolute;
	left: 630px; top: 39px;
	width: 300px; height: 490px;
	padding: 5px;
}

.b3 p a {
	font-weight: bold;
}

.sP3 {
	overflow: auto;
	height: 490px;
	width: 100%;
}
.bW {
	position: absolute;
	left: 160px; top: 39px;
	width: 770px; height: 490px;
	padding: 5px;
}
.bI {
	position: absolute;
	left: 0px; top: 39px;
	width: 940px; height: 500px;
}
/* footer */
.fT
{
	position: absolute;
	left: 0px;
	top: 544px;
	width: 780px;
	height: 40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left: 160px;
}

.fTs
{
	position: absolute;
	left: 0px;
	top: 544px;
	width: 870px;
	height: 40px;
	background-color: #FFF;
	background-image: url(/img/logo_start.png);
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left: 70px;
}
.fTs a {
	color: #536767;
}



/* Globals */

body
{
	background-color: #e8e8e9;
	font-family: Verdana, Helvetiva, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
}
a {
	text-decoration:none;
	color: #000c4a;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.title
{
	border-style: dashed none dashed none;
	border-width: 1px;
	margin-top: 4px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}


