a.jScrollArrowUp {background: url('../images/scrollpane/basic_arrow_up.gif') no-repeat 0 0;}
a.jScrollArrowUp:hover {background-position: 0 -15px;}
a.jScrollArrowDown {background: url('../images/scrollpane/basic_arrow_down.gif') no-repeat 0 0;}
a.jScrollArrowDown:hover {background-position: 0 -15px;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {background-position: 0 -30px;}

.holder {
	float:left;				
	margin: 10px;
	
}

.scroll-pane{ 
	float:left;
	width: 1085px;
	overflow: auto;
	
}

a{
	color:#ec008c;
}

p.pButton{
	background-color:#ec008c;
	color:white;
	font-weight:bold;
	border-top:1px solid pink;
	border-left:1px solid pink;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	text-decoration:none;
	text-align:center;
	-moz-opacity:.9;
}

p.pButton:hover{
	background-color:#ca006a;
	color:white;
	font-weight:bold;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid pink;
	border-right:1px solid pink;
	text-decoration:none;
	
}

p.pButton a{text-decoration:none;color:white;}


body{
	margin:0px;
	padding:0px;
	background-color:black;
}
img {
	border:0px none;
	padding:0px;
	margin:0px;
}

hr{
	border:1px solid #ec008c;
	height:1px;
}
div#position{
	width:1085px;
	margin:0px;padding:0px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	
}
div#header{
	width:1085px;
	height:157px;
	background:url('../images/header.jpg') no-repeat;
	
}
div#menu{
	width:1085px;
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url('../images/menu.jpg');
	height:36px;
}

div#dbackground{
	
	height:336px;
}

div#document{
	height:336px;
	color:white;
	font-family:Century Gothic;
	font-size:11pt;
}
div#data{
	padding:20px;	
}

div#document div{
	margin-top:0px;
	padding-left:120px;padding-top:10px;padding-right:80px;
}

div#footer{
	width:1085px;
	height:70px;
	background-image:url('../images/footer.jpg');
	background-position:top left;
	
}

td{
	padding:0px;
	vertical-align:top;
	width:20%;
}

input,textarea{
	background-color:#ca006a;
	border:1px solid pink;
	font-weight:bold;
	color:white;
}

