html { height: 100%; }
body { text-align:center; margin:0 0 0 0; border:0 0 0 0; background:#fff; }

#wrap {width: 790; margin-left: auto; margin-right: auto; text-align: left; bbackground: yellow;}

#banner{ width:100%; margin:0 0 0 0; border:0 0 0 0; float:left;}

#nav{float: left; width:800; background-color:#e0eee0; padding-top: 0.2em; font-size: 10pt; margin:0 0 0 0; border:0 0 0 0;}

#searchbox {float:left;}

#buttons {float:right; margin-right:10px}

#ticker {float:left; bborder:black solid 1px; height:22; overflow:hidden;}

#leftcol{float:left; width : 120px; height:1000;overflow:hidden;}

#middle {float:left; margin-left: 3; width: 540; overflow:hidden; background:black}

#rightcol {width: 140; float: right; border-right:solid eeeeee thin; width : 100%; background:red}

#modslist {
		position:absolute;
		left: 500;
		top: 150;
		width: 290;
		height: 400;
		z-index:2;	
		background-color:efffef;
		border:solid cdc9c9 1px;
		visibility:hidden;
		padding : 0.2em;
		overflow:auto;

	}
	
.helpme {
	position:absolute;
	top:30%;
	left: 15%;
	width:600;
	height:auto;
	background-color:white;
	border:solid;
	border-width:thin;
	font-size: 8pt;
	font-weight: bold;
	color : black;
	z-index: 12;
	overflow:AUTO;
	visibility:hidden

	}	

font.heading { font-size:14pt;
		color:white;
		font-family:verdana;
	}
	
font.header { font-size:14pt;
		color:black;
		font-family:verdana;
	}	

font.helpblack { font-size: 11pt; 
		color:black;
		font-family:arial;
}

font.helpblue { font-size: 10pt; 
		color:blue;
		font-family:arial;
}

font.textblack { font-size: 12pt; 
		color:black;
		font-family: verdana, arial;
}

td.coloured {background-color:#E0EEE0}
td.contrast {background-color:#dcdcdc}

td.formfill {text-align:right; padding-right: 0.3 em;}
td.formfillr {text-align:left; padding-left : 0.3 em;}



this.fontstyles = [     // make sure these exist in the header of page the content is being display as well in or they won't work!
    { name: "headline",     className: "headline",  classStyle: "font-family: arial black, arial; font-size: 28px; letter-spacing: -2px;" },
    { name: "arial red",    className: "headline2", classStyle: "font-family: arial black, arial; font-size: 12px; letter-spacing: -2px; color:red" },
    { name: "verdana blue", className: "headline4", classStyle: "font-family: verdana; font-size: 18px; letter-spacing: -2px; color:blue" },
	
	
	

#pagemidbar
	{ 	position:absolute;
		left: 100;
		top: 90;
		width: 650;
		height:500;
		border: none ccccaa 2px;
		padding : 0.3em;
		text-align:justify;
		
	}	

#pageleft
	{ 	position:absolute;
		left: 0;
		top: 90;
		width: 100;
		height:500;
		border: none ccccaa 2px;
		padding : 0.5em;
		text-align:justify;
		
	
		
	}
#bannerbar
	{ 	position:absolute;
		left: 0;
		top: 0;
		width: 750;
		height:90;
		border: none blue 2px;
		padding-top left : 0.3em;
		overflow:hidden;
	}	