/* CSS Document */
@import url(scroller.css);

body {
	margin: 0px 0px 0px 0px;
	font-family: arial, Tahoma, Verdana, sans-serif;
	background-color: white;
	font-size:85%;
	width: 100%;
	color: #000000;
}

a:active {
	color: #6482a4;
	background-color: white;
	text-decoration: none;
}
a:link {
	color: #6482a4;
	background-color: white;
	text-decoration: none;
}
a:visited {
	color: #5c5c5c;
	background-color: white;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: white;
	text-decoration: underline;
}

#rightpane {
	left: expression(document.body.clientWidth-204); 
	border-left: black 1px solid; 
	width: 202px; 
	float: right;
	overflow: hidden; 
	background-color: #ffffff;
	vertical-align: top; 
	height: expression(document.body.clientHeight); 
	/*z-index: 1;
	position: absolute; 
	top: 0px;*/
}
#spageie {
	border-right: #5c5c5c 1px solid; 
	border-top: #5c5c5c 1px solid; 
	background-color: #ffffff; 
	left: 0px; 
	overflow: hidden; 
	border-left: #5c5c5c 1px solid; 
	width: 204px; 
	border-bottom: #5c5c5c 1px solid; 
	position: absolute; 
	top: 18px; 
	height: expression(document.body.clientHeight-18)
}
#spagens {
	border-right: #5c5c5c 1px solid; 
	border-top: #5c5c5c 1px solid; 
	background-color: #ffffff; 
	left: 790px; 
	overflow: hidden; 
	border-left: #5c5c5c 1px solid; 
	width: 200px; 
	border-bottom: #5c5c5c 1px solid; 
	position: absolute; 
	top: 200px; 
	height: 500px
}

#centerImage {
	position:absolute;
	width:415px;
	height:266px;
	background-color:#ffffff;
	border:1px none #000000;
	left: 220px;
	top: 113px;
	z-index:6;
}
#leftLinks a:active {
	color: #6482a4;
	background-color: #cccccc;
	text-decoration: none;
}
#leftLinks a:link {
	color: #6482a4;
	background-color: #cccccc;
	text-decoration: none;
}
#leftLinks a:visited {
	color: #6482a4;
	background-color: #cccccc;
	text-decoration: none;
}
#leftLinks a:hover {
	color: #000000;
	background-color: #cccccc;
	text-decoration: underline;
}
#leftLinks {
	position:absolute;
	width:112px;
	height:266px;
	background-color: #cccccc;
	left: 107px;
	top: 113px;
	padding: 10px 2px 0px 0px;
	z-index:4;
	text-align: left;
	white-space: nowrap;
}
#leftLinks li {
	list-style-image: url(../images/whiteArrow.gif);
	vertical-align: middle;
	text-align:left;
	/*margin-top:15px;*/
	color: #6482a4;
	background-color: #cccccc;
	padding: 0px 0px 10px 0px;
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
}
#leftLinks ul {
	margin-left: 5px;
	background-color: #cccccc;
	padding: 0px 0px 10px 15px;
}

#rightLinks {
	position:absolute;
	width:148px;
	height:266px;	
	background-color:#6482a4;
	color: #ffffff;
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	border:1px none #000000;
	line-height: 33px;
	padding: 3px 0px 0px 5px;
	left: 633px;
	top: 113px;
	z-index:5;
}
#rightLinks a:active {
	color: #ffffff;
	background-color:#6482a4;
	text-decoration: none;
}
#rightLinks a:link {
	color: #ffffff;
	background-color:#6482a4;
	text-decoration: none;
}
#rightLinks a:visited {
	color: #ffffff;
	background-color:#6482a4;
	text-decoration: none;
}
#rightLinks a:hover {
	color: #000000;
	background-color:#6482a4;
	text-decoration: underline;
}

#leftLogos {
	position:absolute;
	text-align: right;
	width:68px;
	height:266px;
	background-color:#ffffff;
	left: 0px;
	float: right;
	top: 95px;
	padding:2px 0px 0px 0px;
	z-index:10;
}
#verticleBar {
	position:absolute;
	width:35px;
	height:343px;
	background-color:#ffffff;
	border:1px none #000000;
	left: 745px;
	top: 545px;
	padding-right:6px;
	z-index:3;
}
.verticleBar {
	background-image: url(../images/verticleBar.jpg);
	background-repeat: repeat-x;
	width:35; 
	height:343;
	vertical-align: middle;
	font: normal 70% verdana, arial, "sans serif";
	white-space: pre;
	padding: 0px 0px 0px 2px;
}

#verticleBarThin {
	position:relative; 
	width:21px; 
	height:798px; 
	z-index:12; 
	left: 82px; 
	top: 106px;
}
.verticleBarThin {
	background-image: url(../images/verticleBarThin.jpg);
	background-repeat: repeat-x;
	width:20; 
	height:795;
	vertical-align: middle;
	font: normal 70% verdana, arial, "sans serif";
	white-space: pre;
	padding: 0px 0px 0px 2px
    }
#banner {
	position:absolute;
	width:787px;
	height:75px;
	background-color:#ffffff;
	border:1px none #000000;
	top: 0px;
	z-index:7;
}
#text {
	position:absolute;
	width:673px;
	height:115px;
	background-color:#ffffff;
	border:1px none #000000;
	margin: 3px 5px 23px 5px;
	left: 107px;
	top: 389px;
	z-index:8;
}
.horizontalBar {
	text-align: center;
	background-image: url(../images/horizontalBarReverse.jpg);
	background-repeat: no-repeat;
	color: black;
	height: 30px;
	padding-top: 5px;
	vertical-align: bottom;
	font: bold 110% sans-serif, Arial, Helvetica;
} 
#horizontalBar {
	position:absolute;
	width:660px;
	height:30px;
	background-color:#ffffff;
	border:1px none #000000;
	top:545px;
	left:110px;
	z-index:9;
}
.horizontalBarThin {
	text-align: center;
	background-image: url(../images/horizontalBarThin.jpg);
	background-repeat: no-repeat;
	color: black;
	height: 19px;
	padding-top: 3px;
	vertical-align: bottom;
	font: bold 110% sans-serif, Arial, Helvetica;
} 
#horizontalBarThin {
/*background-image: url(../images/horizontalBarThin.jpg);*/
	position:absolute; 
	width:706px; 
	height:19px; 
	z-index:11; 
	left: 82px; 
	top: 89px;
}

#largeBusiness {
	position:absolute; 
	width:643px; 
	height:347px; 
	z-index:13; 
	left: 107px; 
	top: 579px;
}
#wrap {
   width: 1000px;
	background-color: white;
	position: absolute;
	top: 0px;
}

