html {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:76%; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

body {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#0199FF url(/sm/bg.jpg) fixed left top;
	text-align: center;
	}
#nav {
	display: block;
	clear: both;
	float: none;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	visibility: hidden;
}

#content {
	display:block;
	z-index:3;
	width:100%;
	background:#ffffff;
	margin: 0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align: left;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:100%;
	}

#head {
	left:50%; 
	top:0; 
	width:100%; 
	height:120px; 
	background:#3399FF url(sm/headbg.jpg); 
	font-size:1em; 
	z-index:5; 
	display:block;
	}

* html #head {
	top:2px; width:100%; height:148px;
	}



#foot {
	text-align:center;
	left:50%;
	bottom:0;
	width:100%;
	font-size:1em;
	z-index:5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	background-color: #FFFF99;
	background-image: url(sm/bgfoot.jpg);
	}

* html #foot {
	bottom:2px; width:642px;
	}
#content p, h1, h2, h3, h4, h5, h6 {
	padding:0px 30px; text-align:left;
	}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
.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;}
