body {
	margin: 0;
	background: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
}

.fontsize14 {
	font-size: 14px;
}

.header_home {
	background: url(../images/header_home.gif) no-repeat top left;
	height: 40px;
}

.header_red {
	background: url(../images/header_red.gif) no-repeat top left;
	height: 40px;
}

.header_yellow {
	background: url(../images/header_yellow.gif) no-repeat top left;
	height: 40px;
}

.header_blue {
	background: url(../images/header_blue.gif) no-repeat top left;
	height: 40px;
}

.header_aqua {
	background: url(../images/header_aqua.gif) no-repeat top left;
	height: 40px;
}

.bgright {
	background: url(../images/bg_red.jpg) no-repeat top left;
	height: 570px;
}

.bgyellow {
	background: url(../images/bg_yellow.jpg) no-repeat top left;
	height: 570px;
}

.bgorange {
	background: url(../images/bg_orange.jpg) no-repeat top left;
	height: 570px;
}

.bgblue {
	background: url(../images/bg_blue.jpg) no-repeat top left;
	height: 570px;
}

.bgaqua {
	background: url(../images/bg_aqua.jpg) no-repeat top left;
	height: 570px;
}

.subcontent {
	margin: 80px 0 0 97px;
	width: 558px;
}

.subcontent .subcontent2 {
	margin: 0 0 0 23px;
}

.subcontent .subcontent3 {
	width: 372px;
	line-height: 16px;
}

.footer_home {
	background: url(../images/footer_home.gif) no-repeat left top;
	height: 128px;
}

.footer_red {
	height: 128px;
}

.tdunderline {
	border-bottom: #000000 solid 1px;
}

img { behavior: url(iepngfix.htc); }

/* Scrolling stuff */

div#wn1  { 
  position:relative; 
  width:520px; height:350px; 
  overflow:hidden;
  }
div#wn2	{ 
	position:relative; 
	width:166px; height:166px; 
	overflow:hidden;
	}
  
div#scrollbar1 { 
  position:relative;
  width:17px; height:350px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track1 { 
  position:absolute; left:0; top:12px;
  width:17px; height:326px;
  background: #ceced6;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:15px; height:20px;
  background-color:#FFFFFF;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  
