html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-family:Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 76%;
	line-height: 160%; // rgtr: nb this changes page descriptor and space to line under.
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}


#pscroller{
width: 350px;
height: 20px;
padding: 3px;
font-weight: bold;
float: right;
margin-top: 5px;
color: #79B30B;
}

.someclass{ //class to apply to your scroller(s) if desired
}




body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:155px;
	height: 400px;
	left:305px;
	right:0;
	background:white;

}

#contenta {
	overflow:auto;
	position:absolute;
	z-index:6;
	top:100px;
	height:55px;
	left:300px;
	right:0;
	background:white;
}

* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:150px solid #fff;
	border-bottom:20px solid #fff;
	border-left:300px solid #fff;
}

h2{
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#33cc00; border-bottom: 1px solid #33cc00

}


#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:85px;
	z-index:5;
	overflow:hidden;
	border-bottom: 5px solid #33cc00;
}

#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:15px;
	z-index:5;
	overflow:hidden;
	background-color: #33cc00;
	color: #fff;
	font-family:Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  	font-size: 8pt;
	font-weight: bold;
}

#nav{
	height: 200px;
	margin-left:10px;
}

#left {
	position:absolute;
	left:0;
	top:100px;
	bottom:50px;
	width:285px;
	z-index:4;
	overflow:auto;
	background-color: white;
}

* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:100px solid #fff;
	border-bottom:50px solid #fff;
	color:#fff;
}

#content p {
	padding:0px; // rgtr was 10px
}

.bold {
	font-weight:bold;
}

dd {
	display:none;

}

a.nav, a.nav:visited {
	margin-left:50px;
	display:block;
	width:100px;
	height:25px;
	background:#aaa;
	color:#eee;
	border:1px solid #000;
	text-decoration:none;
	text-align:center;
	line-height:25px;

}

a.nav:hover {
	background:#000;
	color:#fff;
}


.mymenu, .mymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 130px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid #33cc00;
}

.mymenu li{
	position: relative;
}

.mymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 142px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;

}

.mymenu li a, .mymenu li li a{
	font: bold 12px Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #33cc00;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #fff;

}

.mymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

.mymenu li a:visited, .glossymenu li a:active{
	color: #33cc00;
}

.mymenu li a:hover{
	color: white;
	background-color: #33cc00;
}

/*for IE \*/
* html .mymenu li { float: left; height: 1%; }
* html .mymenu li a { height: 1%; }
/* End */

.line {height: 2px; border-top: 2px solid #c0c0c0; background-color: white; width: auto;}

.tdoc {font-weight: bold; color: #43a934;} 

.center {text-align: center}

#listings {margin-left: 200px; margin-top: -2em;}


table#mod {
    margin-left: 0px;
    font: 12px Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    line-height: 160%;
    width: 100% ;
}
table#mod td {
    padding: 5px;
    vertical-align: top;
}
.dataa {                          /* for columns with logos 48 by 48 */
    color: #000000;
    text-align: left;
    /*width: 70px;*/
}
.datab {                          /* for columns with a short title */
    color: #000000;
    text-align: left;
    width: 100px;
}
.datac {                          /* for columns with no width - less close */
    color: #000000;
    text-align: left;
    line-height: 140%;
    width: *;
}
.datad {                          /* for columns with no width - closer */
    color: #000000;        
    text-align: left;
    line-height: 120%;
    width: *;
}
.datatitle {
    font: bold 12px Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #33cc00;
    text-align: right;
}
.line {height: 2px; border-top: 2px solid #c0c0c0; background-color: white; width: auto;}
