/* CSS Document */

body{
	background:url(../img/content_back.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	color: #4a4a4a;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;

}

.noscroll{
		background:url(../img/content_backnoscroll.jpg) no-repeat;

}


#divUpControl {
	position:absolute; 
	left:0px;
	top:540px; 
	width:665px;
	height:20px; 
	z-index:1; 
	text-align: right;

	}

#divDownControl {
	position:absolute; 
	left:0px; 
	top:560px; 
	width:665px;
	height:20px; 
	z-index:1;
	text-align: right;

	}
#divContainer {
	LEFT: 5px;
/* change to hidden when not working on it*/
	VISIBILITY: hidden; 
	OVERFLOW: visible; 
	WIDTH:658px; 
	CLIP: rect(0px 800px 580px 0px);
	POSITION: absolute; 
	TOP: 5px; 
	HEIGHT: 485px; 

	}
	
#divContent {
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 10px;
	z-index:10}


h1 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 1px;
	color: #64aec9;
		margin: 0px;
	padding: 0px;
	 }
	 
	 
h2 {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color: #64aec9;
	margin: 0px;
	padding: 0px;
 }

ul p { 
	font: normal 10px Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	 }



p { 
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 500px;
	margin-left:20px;
	 }

p a{
	color: #4a4a4a;
	border-bottom: #64aec9 1px solid;
	text-decoration:none;
}

p a:hover{
	color: #fff;
	background-color: #64aec9;
	text-decoration:none;
}
