html {
	/*height:100.02%;/*to force vertical scroll bar for consistency between pages*/
}
/*css reset to remove any default margin or padding*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
body {
	text-align:center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
}
.hidden{
	display:none;
}
img {
	border:0;
}
/*page layout section*/
#wrapper {
	width:840px;
	text-align:left;
	margin:10px auto 0 auto;
	background:#fff url(images/background.gif) repeat-y;
}
#banner {
	height:200px;
	background:url(images/banner.gif) top left no-repeat;
	padding-top:66px;
	padding-left:277px;
}
#leftColumn {
	width:165px;
	float:left;
	background:#bce08c url(images/leftColumn.gif) top left no-repeat;
	padding-left:43px;
}
#rightColumn {
	width:212px;
	float:right;
	background-color:#1f314f;
}
#middleColumn {
	margin:34px 248px 0 263px;
	height: expression( this.scrollHeight < 491 ? "490px" : "auto" );
	min-height:490px;
}
#footer {
	clear:both;
	height:10px;
	background-color:#fff;
}
/*style section*/
h1 {
	font-size:1em;
	color:#1f314f;
	margin-bottom:11px;
}
h2,p {
	font-size:.8em;
	margin-bottom:15px;
}
#nav a {
	text-decoration:none;
	color:#1f314f;
	font-weight:bold;
	display:block;
	width:98px;
	margin-top:16px;
}
#nav a:hover {
	color:#f6e322;
}
#nav li {
	padding-left:12px;
	font-size:.8em;
	margin-bottom:2px;
	background:url(images/grey_arrow.gif) no-repeat 1px 3px;
	width:98px;
	border-bottom:1px solid #fff;
}
#leftColumn ul {
	margin-top:32px;
}
#location {
	width:110px;
	margin-top:59px;
	background-color:#dff0c9;
}
#location_top {
	height:12px;
	background:url(images/location_top.gif) no-repeat left top;
}
#location_bottom {
	height:12px;
	background:url(images/location_bottom.gif) no-repeat left top;
}
#location h2, #location ul {
	margin:0;
	margin-left:11px;
}
#location li {
	padding-left:11px;
	background:url(images/bullet.gif) no-repeat 0 8px;	
}
#location a {
	margin-top:6px;
	color:#1f314f;
	font-weight:bold;
	font-size:.8em;
	text-decoration:none;
}
img {
	border:0; 
}
#middleColumn li {
	font-size:.8em;
	padding-left:11px;
	background:url(images/bullet.gif) no-repeat 0 5px;	
}
#rightColumn li {
	margin-top:32px;
	text-align:center;
}
#rightColumn a {
	color:#fff;
	text-decoration:none;
	font-size:.8em;
}
#rightColumn .noTopMargin {
	margin-top:0;
}
/*scrollbar section*/
.jScrollPaneContainer {
	height:300px;
	width:180px;
	overflow:auto;
	position:relative;
	z-index:1;
	margin-top:32px;
}
.jScrollPaneTrack {
	/*background:#dcdfe4 none repeat scroll 0%;
	cursor:pointer;*/
	position:absolute;
	right:0pt;
	width: 10px; 
	height: 132px; 
	top: 15.5px;
}
a.jScrollArrowUp {
	display:block;
	height:15.5px;
	overflow:auto;
	position:absolute;
	right:0pt;
	text-indent:-2000px;
	top:0pt;
	z-index:1;
	/*width:10px;
	background:transparent url(images/up.jpg) no-repeat scroll left top;*/
}
a.jScrollArrowUp:hover {
	background-position:0 -15.5px;
}
.scroll-pane {
	float:left;
	overflow:auto;
	height:auto;
	overflow-x:visible;
	overflow-y:visible;
	padding-right:5px;
	position:absolute;
	top:-268.532px;
	width:150px;
}
/*.jScrollPaneDrag {
	background:#174060 none repeat scroll 0%;
	cursor:pointer;
	overflow:auto;
	position:absolute;
	width: 10px; 
	height: 13.5246px; 
	top: 0px;
}
.jScrollPaneDragTop {
	left:0pt;
	overflow:auto;
	position:absolute;
	top:0pt;
	width: 10px;
}
.jScrollPaneDragBottom {
	bottom:0pt;
	left:0pt;
	overflow:auto;
	position:absolute;
	width: 10px;
}*/
a.jScrollArrowDown {
	bottom:0pt;
	display:block;
	height:15.5px;
	overflow:auto;
	position:absolute;
	right:0pt;
	text-indent:-2000px;
	z-index:1;
	/*width:10px;
	background:transparent url(images/down.jpg) no-repeat scroll left top;*/
}
a.jScrollArrowDown:hover {
	background-position:0 -15.5px;
}



