html{
	background: #cbcbcb;
	}

body {
      height: 100%;
      margin: 0px;
	  background-color: #cbcbcb;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #9b9b9b;
	}	
.main {
      width: 100% ;
      height: 524px;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -262px; 
      /* Half the height of the DIV tag which is also 50 pixels */
}
.mainregion{
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #9b9b9b;
}
.bar{
	width: 100%;
	height: 42px;
	background-color: #c0c0c0;
}
.barholder{
	width: 800px;
	height: 42px;
	margin-left:auto;
	margin-right:auto;
}
.spacer{
	width: 100%;
	height: 20px;
}
.contentLeft{
	width: 230px;
	height: 400px;
	float:left;
	text-align: left;
}
.contentRight{
	width: 510px;
	height: 400px;
	float:left;
}
.contentRightFlow{
	width: 510px;
	height: 400px;
	float:left;
	overflow: auto;
}

.contentSpacer{
	width: 20px;
	height: 400px;
	float:left;
}

.break{ clear:both;}

.barspacer{
	float: left;
	height: 42px;
	width: 20px;
}
.item1{
	float: left;
	width: 230px;
	height: 42px;
	text-align:left;
}
.item2{
	float: left;
	width: 127px;
	height: 42px;
	text-align:left;
}
.item3{
	float: left;
	width: 128px;
	height: 42px;
	text-align: center;
}
.item4{
	float: left;
	width: 127px;
	height: 42px;
	text-align: center;
}
.item5{
	float: left;
	width: 128px;
	height: 42px;
	text-align: right;
}

.footerLeft{
	float: left;
	width: 230px;
	height: 42px;
}

.footerRight{
	float: left;
	width: 510px;
	height: 42px;
	font-size:11px;
	text-align:left;
	color: #9b9b9b;
}
/* LINKS */
a:link.logo{
	display: block;
	width: 230px;
	height: 42px;
	background-image: url(../images/logo1_down.jpg);	
}
a:visited.logo{
	display: block;
	width: 230px;
	height: 42px;
	background-image: url(../images/logo1_down.jpg);	
}
a:hover.logo{
	display: block;
	width: 230px;
	height: 42px;
	background-image: url(../images/logo1_over.jpg);	
}


a:link.nav{
	display: block;
	position: relative; top: 20px;
	color: #fff;
	text-decoration: none;
}
a:visited.nav{
	display: block;
	position: relative; top: 20px;
	color: #fff;
	text-decoration: none;
}
a:hover.nav{
	display: block;
	position: relative; top: 20px;
	color: #fff;
	text-decoration: underline;
}

a:link.navA{
	display: block;
	position: relative; top: 20px;
	color: #9b9b9b;
	text-decoration: none;
}
a:visited.navA{
	display: block;
	position: relative; top: 20px;
	color: #9b9b9b;
	text-decoration: none;
}
a:hover.navA{
	display: block;
	position: relative; top: 20px;
	color: #9b9b9b;
	text-decoration: underline;
}

a:link.lnk{
	color: #fff;
	text-decoration: none;
}
a:visited.lnk{
	color: #fff;
	text-decoration: none;
}
a:hover.lnk{
	color: #fff;
	text-decoration: underline;
}
.ind1{
	height: 100px;
	vertical-align: top;
	text-align: left;
}
.ind2{
	height: 300px;
	vertical-align: bottom;
	text-align: left;
}
.cont1{
	height: 300px;
	vertical-align: top;	
}
.cont2{
	height: 100px;
	vertical-align: bottom;	
}