 
/* ----------------HEADER AREA----------------*/
#headcontainer { 
background:#fff url("../images/smallback2.jpg") repeat-x 0 -150px; /*full width background  pageback8.jpg*/
 margin:0 0 0 0;
	height:190px; /*jpg is 350px high*/
	width:100%;
	padding: 0;
}  

/* ----------------MAIN AREA----------------*/ 

#contentback { 
	background:rgb(44,121,211) url("../images/contback2.jpg") repeat-x 0 0;
	clear: both;
	color: #000;
	margin:30px 0 0 0;
	height:2875px;
	width:100%;
	padding:0;
  position:absolute;
	}

#contentarea {  
	height:2900px;   /* with only 2 showing  840px;*/
	margin-top:20px;
}


#contentarea #whiteblock {
  position:absolute;
  background-color: #fff;
	color: #000;
	height:2820px;  /* with only 2 showing  760px;*/
	width:800px; 
	left:45px; 
	top:40px;
	padding:0;
  border: 2px solid #b0b0b0;  
}

#contentarea h1 {;
	margin: 0px 0 20px 75px;
}


#content dl{
	width:440px;
	margin-top:50px;
	margin-right:30px;
			_margin-right:13px; /*ie6 hack*/
			_margin-left:15px; /*ie6 hack*/
	float:right;
	border: 1px dotted #bbb;
  padding:10px 30px 0 30px;
}

#content #leftcol{
float:left;
	width:200px;
	margin-top:80px;
	}

#content a{

color:#406e6e;
	}

#content #leftcol img{
margin: 20px 0 10px 30px;
border:0;
  border: 1px solid #bbb;
  padding:5px;
	}
	
#content #port1st{
margin-top:20px;
	}
	
#content #port2nd{
margin-top:20px;
margin-bottom:20px;
	}

#content dl dt {font-size:1.6em; margin-bottom:0.5em; font-weight:bold; border-bottom: 1px dotted #bbb; padding:5px;   color:#406e6e;}
#content dl dd {font-size:1.0em; padding:0; margin:0em 0em 1em 0em; line-height:1.5em; }

#content dl dd  ul {
margin-top:5px;
	list-style-type: none;
	margin-left:40px;
}

#content dl a:hover{
color:blue;
text-decoration:none;
}

/* ----------------FOOTER AREA----------------*/ 

#footer, #footer #bottom_nav a {
	color:#7D879A; 
	}


.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
/*	margin-bottom: 1.0em;*/
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
  text-align:right;	/*mwn*/
  font-size: 10pt;	/*mwn*/
  width:200px;
  float:right;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
	background: rgb(205,219,226); /*(184,205,214);dirty light blue*/	/*mwn*/
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
/* mwn */
#pagination-bottom {
float:right;
margin-top:10px;
margin-right:50px;
}

