body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg) no-repeat;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font: small-caps bold 24px Arial, Helvetica, Geneva, sans-serif;

}

h2 {
	font: small-caps bold 20px Arial, Helvetica, Geneva, sans-serif;

}

h3 {
	font: small-caps bold 18px Arial, Helvetica, Geneva, sans-serif;

}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	background-color: #93d0d0;
}

a:active {
	text-decoration:none;
}


div.navside {
	width: 240px;
	left: 20px;
	top: 20px;
	font-size: 12px;
	float: left;
	position: fixed;
	display: inline;
}

div.logofloat {
	width: 200px;
	height: 72px;
	background: url(../images/TowerInWord.png) no-repeat;
	display: inline;
	position: fixed;
	left: 40px;
	bottom: 20px;
}

td.onpage {
	background-color: #d0d093;
}

li {
	list-style-type: none;
	font-size: 90%;
	text-indent: 0;
}

ul {
	text-indent: -40px;
}

div.textside {
	position: absolute;
	left: 280px;
	top: 0px;
	width: 500px;
}
