@charset "utf-8";
/* CSS Document */

/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	font-family:				Arial, Helvetica, sans-serif;
	background-color:			#6a0018;
}

.main
{
	width:						1000px;
	height:						634px;
	background-position:		center;
	background-image:			url(/portals/0/images/background.jpg);
	background-repeat:			no-repeat;
}

.scrollingcontent
{
  margin:20px;

}

h2
{
	margin-top:					5px;
	font-size: 					13px;
	font-weight: 				bold;
	color: 						#000000;
	margin:						5px;
	padding:					0px;	
	margin-left:				0px;	
}

p
{
	padding:					0px;
	margin-bottom:				0px;
	margin-left:				5px;
}

.pagenavbox
{
	position:					absolute;
	height:						20px;
	z-index:					1;
	width:						150px;
	left: 						535px;
	top: 						515px;
	text-align:					right;
	color:						#6a0017;
}

#scrollDiv5
{
  max-height: 500px;
  height: expression( this.scrollHeight > 500 ? "500px" : "auto" ); /* sets max-height for IE */
  /* sets max-height value for all standards-compliant browsers */
  overflow-x:hidden; 
  overflow-y:auto;
	background-image:			url(/portals/0/images/alpha.png);
	position:					relative;
	width:						660px;
	height:						auto;
	z-index:					1;
	left: 						125px;
		
	top: 					-610px;
	text-align:					left;
}

#apDiv5 
{
  /*max-height: 500px;
  height: expression( this.scrollHeight > 500 ? "500px" : "auto" ); /* sets max-height for IE */
  /* sets max-height value for all standards-compliant browsers */
  /*overflow-x:hidden; 
  overflow-y:auto;*/
	background-image:			url(/portals/0/images/alpha.png);
	position:					relative;
	width:						660px;
	height:						auto;
	z-index:					1;
	left: 						125px;
		
	top: 					-610px;
	text-align:					left;
}

p
{
	margin:						0px;
	padding:					0px;
}

.head
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					20px;	
}



h1
{
	margin:						0px;
	padding:					0px;
}
