BODY {
	padding: 10px;
	margin: 0px;
	background: url(../gfx/body-back.png) #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#leftColumn {
	width: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
#homeLink {
	display: block;
}
#leftColumnContent {
	background: #FBFBFB;
}
.blockHeader {
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 5px;
	border-bottom: 1px solid #848484;
	background: url(../gfx/blockheader-back.png);
}
.separator {
	background: url(../gfx/header-separator-back.png) repeat-x;
	height: 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
	margin-bottom: 1px;
	font-size: 0px;
	line-height: 0px;
}
A.topicLink {
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	background: url(../gfx/topic-link-back.png) repeat-x bottom #FFF;
	color: #333;
}
A.topicLink:hover {
	background: #FFF;
}
A.topicLinkActive {
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	color: #333;
	background: #FFF;
	font-weight: bold;
}
#phoneNumbers {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#copyRight {
	text-align: center;
	background: #FBFBFB;
	padding: 5px;
	font-size: 9px;
	color: #666;
}
#rightColumn {
	width: 150px;
	position: absolute;
	top: 10px;
	left: 645px;
	z-index: 3;
	padding-bottom: 10px;
}
#rightColumnStart {
	background: url(../gfx/right-column-start.png) no-repeat top left;
	height: 66px;
}
#rightColumnStartContent {
	padding-top: 8px;
}
#rightColumnStartContent TD {
	height: 42px;
	padding: 4px;
	width: 150px;
}
#backToFrontMakeHomepage {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	border-right: 1px solid #FFF;
}
#backToFrontMakeHomepage A {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
#backToFrontMakeHomepage A:hover {
	text-decoration: underline;
}

#languageSelection {
	text-align: center;
}
#languageSelection IMG {
	border: 1px solid #333;
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px;
	background: #FFF;
	margin: 2px;
}
#dateBlock {
	background: #FBFBFB;
}
#dateToday {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #000;
	line-height: 18px;
}
#rightColumnContent {
	background: #FBFBFB;
}
A.banner {
	display: block;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#eikDataBlock {
	background: #FBFBFB;
	
}
#eikDataBlockContent {
	padding: 2px;
}
#logoSlogan {
	text-align: center;
	margin-bottom: 5px;
}
#eikLinks {
	padding-bottom: 10px;
}
#eikLinks A {
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 5px;
	text-decoration: none;
	background: url(../gfx/link-bullet.png) no-repeat 5px 9px;
	color: #001FB2;
	border-bottom: 1px solid #F5F5F5;
}
#eikLinks A:hover {
	color: #000;
	background:  url(../gfx/link-bullet.png) no-repeat 5px 9px #FFF;
}
#loginBlock {
	background: #FBFBFB;
	padding-bottom: 5px;
}
#centerColumn {
	position: absolute;
	top: 10px;
	left: 160px;
	width: 485px;
	z-index: 1;
}
#centerColumnContent {
	padding: 10px;
	font-size: 12px;
	line-height: 25px;
}
#headerBanner {
	background: url(../gfx/center-column-start-back.png) repeat-x;
	text-align: center;
	padding: 3px;
	height: 60px;
}
.dataTable TD,
.dataTable TH {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #666;
	line-height: 20px;
}
.dropDown {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
.textField {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
.textArea {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
.submitButton {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #FFF;
	font-weight: bold;
	background: url(../gfx/button-back.png) no-repeat;
	border: none;
	padding: 2px;
}
.actionButton {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #333;
	font-weight: bold;
	background: url(../gfx/action-back.png) no-repeat;
	border: none;
	padding: 2px;
}
.buttonStrip {
	margin-bottom: 5px;
}
FIELDSET {
	border: 1px solid #EFEFEF;
	clear: left;
	margin-bottom: 10px;
}
LEGEND {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #EFEFEF;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #666;
	background: #FFF;
}
P, LI {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
UL LI {
	list-style-image: url(../gfx/link-bullet.png);
}
LI {
	margin-bottom: 5px;
}
.listTable TD A,
.listTable TH A,
.categoryTable A,
#path A,
LI A,
P A {
	color: #0000FF;
	text-decoration: none;
}
.listTable TD A:hover,
.listTable TH A:hover,
.categoryTable A:hover,
#path A:hover,
LI A:hover,
P A:hover {
	color: #0000FF;
	text-decoration: underline;
}
.categoryTable TD {
	padding: 2px;
}
H1 {
	color : #001FB2;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 18px;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
H2 {
	color : #001FB2;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 10px;
}
H3 {
	color: #666;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 20px;
	text-decoration: underline;
}

.details {
	font-size: 10px;
	line-height: 12px;
}
.detailsLink2 {
	color:#000000;
	font-size: 10px;
	line-height: 12px;
}
.details {
	font-size: 10px;
	line-height: 12px;
}
.detailsLink2 {
	color:#000000;
	font-size: 10px;
	line-height: 12px;
}
.details:HOVER{
	font-size: 10px;
	line-height: 12px;
}
.detailsLink2:HOVER{
	color:#000000;
	font-size: 10px;
	line-height: 12px;
}
#toTopAndBack {
	margin-top: 15px;
}
#toTopAndBack A {
	margin-left: 10px;
}
.listTable {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.listTable TD,
.listTable TH {
	font-size: 12px;
	line-height: 15px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 3px;
}
.listTable TD {
	color: #666;
}
.listTable TH {
	color: #666;
}
.altRow {
	background: #EFEFEF;
}
.textImage {
	margin: 10px;
	padding: 3px;
	border: 1px solid #CCC;
}
.objectLogo {
	margin-bottom: 10px;
	margin-top: 10px;
}
.objectPrint {
	text-align: right;
	padding: 2px;
}

#searchBlock {
	background: url(../gfx/search-back.png) repeat-x top #FFF;
	border: 1px solid #6D6D6D;
	border-top: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}
.tabStrip {
	background: url(../gfx/tab-back.png) repeat-x bottom;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}
.activeTab {
	background: url(../gfx/tab-active.png) no-repeat top left;
	color: #666;
	width: 150px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	height: 15px;
	padding-top: 4px;
}
.inactiveTab {
	background: url(../gfx/tab-inactive.png) no-repeat top left;
	color: #999;
	width: 150px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	height: 15px;
	padding-top: 4px;
}
@media print {
	#leftColumn {
		display: none;
	}
	#rightColumn {
		display: none;
	}
	#centerColumn {
		padding: 0px;
		width: 100%;
	}
	#toTopAndBack {
		display: none;
	}
	.objectPrint {
		display: none;
	}
	#headerBanner {
		display: none;
	}
	.blockHeader {
		display: none;
	}
	.separator {
		display: none;
	}
	H1 {
		display: none;
	}
	.eikLogo {
		text-align: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 20px;
	}
}
@media screen {
	.eikLogo {
		text-align: center;
		display: none;
	}
}
/* Towerbanner */
/************************************************************************/

#towerBanner {
	position: absolute;
	overflow: hidden;
	left: 800px;
	top: 10px;
	width: 120px;
	z-index: 1;
}
#towerBanner A {
	display: block;
	margin-top: 5px;
}

/************************************************************************/