html {
	height: 101%;
}

body {
	background: #D1D1BC;
}

#wrapper {
	position: absolute;
	width:850px;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -290px;
}

#content {
	background:#FFFFFF;
	height: 565px;
	font: 9pt/150% Helvetica, Arial, Verdana, sans-serif;
}

a img {
	border: none;
}

/* ------------------------------------------------------ copyright styles ------------------------------------------ */

#copyright {
	color: #999966;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	height:10px;
}

#copyright a:link, #copyright a:visited {
	color: #999966;
	text-decoration:none;
}

#copyright a:hover {
	color: #666633;
	text-decoration:none;
}

#copyright span {
	float:right;
}


/* ------------------------------------------------------ m1 styles ------------------------------------------ */

#m1 {
	display: block;
	width: 100%;
	height: 77px;
	border-bottom: 3px solid #FF0066;
	color:#666666;
	padding: 0px;
	margin: 0px;
}

#m1 ul {
	padding: 0px;
	margin: 0px;
}

#m1 li {
	float: left;
	margin: 47px 0px 0px 45px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
}


#m1 a:link, #m1 a:visited {
	color: #555555;
	text-decoration:none;
	text-transform: uppercase;
}

#m1 a:hover, #m1 a.thisTab {
	color: #FF0066;
	text-decoration:none;
}

/* ------------------------------------------------------ document styles ------------------------------------------ */

#document {
	position: relative;
	background: url(large_flourish.png) 90% bottom #000000 no-repeat;
	height: 345px;
	border-top: 3px solid #FF0066;
	border-bottom: 10px solid #FF0066;
}
	
/* ------------------------------------------------------ textBox styles ------------------------------------------ */


#text {
	position: absolute;
	top: 100px;
	left: 45px;
	width: 470px;
	height: 220px;
	overflow:hidden;
}

#document h1 {
	background:url(logo_small.png) top left no-repeat;
	height: 55px;
	margin: 30px 0px 9pt 45px;
	text-indent: -5000px;
	overflow:hidden;
}


/* ------------------------------------------------------ scrollbar styles ------------------------------------------ */

.Container {
  position: absolute;
  top: 30px; 
  left: 30px;
  width: 510px;
  height: 340px;
}

#Scroller { 
  position: absolute; 
  overflow: hidden;
  width: 510px;
  height: 340px;
}

.Scroller-Container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.scrollbarSet {
	position: absolute;
	top: 0px; 
	right: 12px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}


.Scrollbar-Track {
  width: 10px; 
  height: 140px;
  position: absolute;
  top: 18px; 
  left: 0px;
  background: #000000;
  border:1px solid #999999;
}


#copy_showcase .Scrollbar-Track {
  top: 17px; 
  height: 50px;
}

.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 20px;
  background: #FFFFFF;
  border: 0px;
}

.Scrollbar-Handle:hover, .Scrollbar-Handle:active {
  background: #FF0066;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 0px;
	background: url(scroll/up.gif) top left no-repeat;
}
.Scrollbar-Down {
	background: url(scroll/down.gif) top left no-repeat;
	cursor: pointer;
	position: absolute;
	top: 167px; 
}

.Scrollbar-Up:hover {
	background: url(scroll/up-over.gif) top left no-repeat;
}
.Scrollbar-Down:hover {
	background: url(scroll/down-over.gif) top left no-repeat;
}


#admin {
	background:#000000;
	font: 8pt/150% Verdana, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	padding: 2px 30px;
	clear:both;
}

#admin a:link, #admin a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#admin a:hover {
	color:#FF0066;
	text-decoration:none;
}

