html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: "Courier New", Courier, monospace;
	background:#fff;
	overflow: hidden;
	font-size: 80%;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-image: url(../../pict/backgr/baccground.gif);
	background-repeat: repeat-y;
}
ul {
	list-style-type:none;
}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:200px;
	position:relative;
	z-index:3;
}
#head {
	position:fixed;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:105px;
	font-size:4em;
	z-index:5;
	color:#000000;
	background-image: url(../../pict/backgr/baccground.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 18px;
}
#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:18px;
	background:#009900;
	color:#fff;
	text-align:right;
	font-size:1em;
	z-index:4;
	background-color: #009900;
	line-height: 18px;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:185px;
	color:#000;
	z-index:4;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:10px; float:left;}
.pad2 {display:block; height:105px;}

#content p {padding:5px;}

#wordsleft {
	float:left;
	top:100px;
	left:200px;
	height:auto;
	width:200px;
	margin:5px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#floatright {
	float:right;
	height:auto;
	width:auto;
	margin:5px;
	margin-left: 20px;
	margin-bottom: 25px;
}
#wordsrelative {
	position:relative;
	top:10px;
	left:5px;
	width:550px;
	height: 81px;
}
#ICE {
	position:relative;
	width:148px;
	height:auto;
	z-index:6;
	left: 20px;
	padding-top: 15px;
}
a.nav, a.nav:visited {
	display:block;
	width: 120px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	line-height:30px;
	background-image: url(../../pict/buttons/button1.gif);
	background-repeat: no-repeat;
	background-position: +100%;
}
a.nav:hover {
	color:#CC0000;
	height:30px;
	background-image: url(../../pict/buttons/button1o.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	text-shadow:#000000 0.5em 0.3em 0.2em;
}
a.nav1, a.nav1:visited {
	display:block;
	width: 120px;
	text-decoration:none;
	color:#000000;
	line-height:30px;
	background-image: url(../../pict/buttons/button1.gif);
	background-repeat: no-repeat;
	background-position: +100%;
}
a.nav1:hover {
	color:#CC0000;
	height:30px;
	background-image: url(../../pict/buttons/button1o.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	text-shadow:#000000 0.5em 0.3em 0.2em;
}
a.nav2, a.nav2:visited {
	display:block;
	width: 120px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	line-height:10px;
	background-image: url(../../pict/buttons/button1.gif);
	background-repeat: no-repeat;
	background-position: +100%;
}
a.nav2:hover {
	color:#CC0000;
	height:30px;
	background-image: url(../../pict/buttons/button1o.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	text-shadow:#000000 0.5em 0.2em 0.2em;
}

body,td,th {
	font-family: "Courier New", Courier, monospace;
}
.txstyle1 {
	font-size:medium;
}
.txh3 {
	font-size: 80%;
}
.txxxlarge {font-size:xx-large;
	font-weight:bold;
}
.txlarge {
	font-size:large;
	font-weight: bold;
}
.txmedium {font-size:medium;
	font-weight:bold;
}
.txsmall {
	font-size:small;
	font-weight:normal;
}
.txxsmall {
	font-size:x-small;
	font-weight:lighter;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.txitalic{
	font-style:italic;
}