
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 

	font-size:76%;
	font-family: arial, sans-serif, trebuchet MS, tahoma, verdana;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	background:url("/images/backgrnd.gif");
	scrollbar-face-color: rgb(130,143,156);
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: rgb(130,143,156);
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #606875;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:98px; 
	bottom:36px; 
	width:991px; 
	margin-left:-503px; 
	left:50%; 
	border-left:2px solid rgb(130,143,156);
	border-right:2px solid rgb(130,143,156);
	background:#fff;
	padding:5px; 
	}

* html #content {
	top:-10px; 
	bottom:0px; 
	height:600px;
	width:1005px;
	}

#head {
	position:absolute; 
	margin-left:-512px; 
	left:50%; 
	top:-2px; 
	width:1024px; 
	min-width:1024px; 
	height:90px; 
	
	font-size:1em; 
	z-index:5; 
	
	}

* html #head {
	width:1026px;
	}

#head a .pad {display:block; width:80px; height:80px;background:transparent; }


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-512px; 
	left:50%; 
	bottom:-23px; 
	width:1024px; 
	min-width:1024px; 
	height:50px; 
	font-size:1em; 
	z-index:5; 
	font-family: arial, sans-serif, trebuchet MS, tahoma, verdana;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:1026px; height:48px;
	}


#content p {
	padding:5px; text-align:justify;
	}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:480px; text-align:justify;}
.righttext {float:right; width:480px; text-align:justify;}

* html .lefttext {float:left; width:490px; text-align:justify;}
* html .righttext {float:right; width:490px; text-align:justify;}
