html {
	padding:0;
	margin:0;
	border:0;
	}
a {
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
}
#content {
	display:block;
	height:100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul, #content li {
        display: block;
        margin: 0;
        padding: 0.1em;
        color: #339;
        font-weight: bold
}

#head {
	position:fixed;
	margin:0;
	top:0;
	display:block;
	width:100%;
	height:2em;
	font-size:2em;
	z-index:5;
	text-align: center;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.2em;
	background-color: #FFFFFF;
}

a:link {
	color:#006699;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
   } 
a:visited {
   color:#909
   background: transparent;
	font-weight: bold;
	color: #3399CC;
   }
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 0.2em 0;
	margin: 0 auto 0em;
	width: 100%;
	height:5em;
	background: #999999;
	list-style-type: none;
	bottom: -1px;
	display: block;
	position: fixed;
	z-index:100;
	border-top-width: 1em;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	color: #fff;
}

#footer a:hover {
	color: #0033CC;
}

#footer li {
	display: inline;
	padding: 0 0.5em;
}
.pad2 {display:block; height:3em;}

