html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-family:verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(0,0,0);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:52px; 
	width:760px; 
	margin-top:10px;
	margin-left:-376px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:762px;
	border-top:154px solid #fff; 
	border-bottom:50px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-376px; 
	left:50%; 
	top:0; 
	width:760px; 
	min-width:760px; 
	height:150px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	}

* html #head {
	top:2px; width:762px; height:148px;
	}


a.hoverbox {
text-decoration:none;
border-bottom:1px dotted $color; }

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8 {width:95px; height:150px; display:block; float:left; background:url(heading.jpg); text-align:center; font-size:1em; font-weight:bold; color:#333; text-decoration:none; font-family:verdana, arial, sans-serif; line-height:25px; overflow:hidden;}
#head a .pad {display:block; width:95px; height:125px;background:transparent; border-bottom:1px solid #000;}

a.nav1 {background-position:0 0px;}
a.nav2 {background-position:-95px 0px;}
a.nav3 {background-position:-190px 0px;}
a.nav4 {background-position:-285px 0px;}
a.nav5 {background-position:-380px 0px;}
a.nav6 {background-position:-475px 0px;}
a.nav7 {background-position:-570px 0px;}
a.nav8 {background-position:-665px 0px;}

a.nav1:hover {background-position:0 150px;}
a.nav1:hover .button {background:#999; color:#fff; cursor:pointer; display:block; width:95px; height:25px; cursor:hand;}
a.nav2:hover {background-position:-95px 150px;}
a.nav2:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav3:hover {background-position:-190px 150px;}
a.nav3:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav4:hover {background-position:-285px 150px;}
a.nav4:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav5:hover {background-position:-380px 150px;}
a.nav5:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav6:hover {background-position:-475px 150px;}
a.nav6:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav7:hover {background-position:-570px 150px;}
a.nav7:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}
a.nav8:hover {background-position:-665px 150px;}
a.nav8:hover .button {display:block; width:95px; height:25px; background:#999; color:#fff; cursor:pointer; cursor:hand;}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-376px; 
	left:50%; 
	bottom:0; 
	width:760px; 
	min-width:760px; 
	height:40px; 
	background: ccc;
	font-size:.7em; 
	z-index:5; 
	border:1px solid #000;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:762px; height:38px;
	}

h2 {
	margin:10px;
	font-size: 14pt;
	font-weight:bold;
}
#content p {
	margin: 10px;
	text-align:justify;
	font-size: 13px;
	}
.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:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}

