/* Custom Page Template */
#content {
	width:994px;
	padding:0;
	margin:auto;
	clear:both;
}
#leftcol {
	background:url(../img/nav/l_image3.jpg) no-repeat top left;
	padding:126px 0 0 6px;
	float: left;
	width: 175px;
	margin: 0px;
	text-align:left;
	/*border:solid 1px blue;  debug div outline*/
}
#rightcol {
	padding:30px 352px 10px 204px;
	/*border:solid 1px red; debug div outline*/
}
#farrightcol {
	float: right;
	width: 530px;
	padding:5px;
	margin:30px 38px 0 24px;
	min-height:540px;
	/*border:solid 1px green;  debug div outline*/
}
* html #farrightcol {height:540px;}
#rightcolcontent {
	/* padding:30px 0 10px 30px; */
	height: 100%; /* ie5.5, 6, 7 column fix */
 	/*	border:solid 1px orange; debug div outline*/

}



#currentpage {
	clear:both;
	padding: 3px 30px;
	height: 15px;
	text-align: right;
}

/* Image Formatting */
.imgbackground {
	background-color:black;
}
.imgborder {
	border:solid 1px black;
}
.imgcaption {
	color:white;
	font-style:italic;
	padding:2px 5px;
	font-size:11px;
	text-align:right;
}