body {
	background-color: #CCCCCC; 
	background-image:url(../images/sliver.jpg); 
	background-repeat: repeat-x; 
	overflow:hidden; 
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 905px;
}

.text {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.button {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

input.text {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

textarea.text {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.red {
	color: #cc3333;
}
h2 {
	margin-bottom: 4px;
}

.big {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 4px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header {
	background-image:url("../images/header100715.jpg"); 
	background-repeat: no-repeat;
	height: 100px;
	width: 901px;
	display: block;
	position: relative;
}

h1#header{
	margin:0;
	padding:9px;
	height: 100px;
	width: 901px;
	text-indent: -1200px;
	color: #000;
	display: block;
}

h1#header a {
	color:#000;
	height: 100px;
	width: 900px;
	display: block;
}

div#nav {
	margin-top: 12px;
	width: 901px;
	height: 27px;
}

div#mid1 {
	background-image:url("../images/mid_1.jpg"); 
	background-repeat: no-repeat;
	width: 386px;
	height: 406px;
	top: 139px;
	display: block;
	float: left;
	background-color: #333333;
}

div#container {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	margin-left: 386px;
	width: 516px;
	height: 406px;
	background-image:url("../images/mid_2.jpg"); 
	background-repeat: no-repeat;
}

div#copy {
	margin-top: 12px;
	margin-left: 670px;
	font-size: 10px; 
	color: #666666; 
	font-family: arial, helvetica;
}


p.partner {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	padding-bottom:4px;
	border-bottom:#999999 1px dashed;
}


.line {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom:4px;
	border-bottom:#999999 1px dashed;
}




/* scroll handling */
/* hold is sizing box 
	change height here if you need it */
div#hold { 
	position:relative; 
	overflow:hidden;
	width:485px; 
	height:390px; 
  	z-index:100; 
}
div#wn	{ 
	position:absolute; 
	left:10px; 
	top:20px; 
	width:470px; 
	height:350px; 
	clip:rect(0px, 470px, 360px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div.content { 
	position: absolute; 
	visibility: hidden;
	left: 0px; 
	top: 0px; 
	z-index:1; 
	font-family: arial, helvetica; 
	font-size: 12px; 
	color: #999999;
}
div.content2 { 
	margin-left: 10px; 
	padding-top: 20px;
	width: 470px; 
	height: 350px; 
	visibility: visible;
	z-index: 1; 
	font-family: arial, helvetica; 
	font-size: 12px; 
	color: #999999;
}
div#scrollbar { 
	position:relative; left:0; top:10;
	width:11px; height:360px; 
	font-size:1px; z-index:1;
 }
div#track { 
	position:absolute; left:-1; top:20px;
	width:15px; height:320px;
	background: #191919 repeat;
	z-index:1;
}
div#dragBar {
	position:absolute; left:0px; top:1px;
	width:15px; height:20px;
	background-color:#333333;
	z-index:1;
}  
div#up { 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:2 
}  
div#down { 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:3 
} 
td#scrollLinks  { 
	width:12px 
}




/* END scroll handling */
