
body {
	margin : 0;
    padding : 0;
	border-color : #cc0000;
    background-color : #ffffff;
    color : #000000;
}
p, ul, ol, li {
  font : 10pt Arial, Geneva, Helvetica;
}
p {
	text-align: justify;
}
h1 {
	font : bold 14pt Arial, Helvetica, Geneva;
}
h2 {
	font : bold 12pt Arial, Helvetica, Geneva;
}
h3 {
	font : bold 9pt Arial, Helvetica, Geneva;
}
#header {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 40px;
	padding : 10px;
	background-color: #990000;
}
#header h1 {
	font : bold 20pt Arial, Helvetica, Geneva;
	color : white;
}
#leftnavigation {
	position : absolute;
	top : 60px;
	left : 0px;
	width : 180px;
	height : 100%;
	margin-left : 0px;
	margin-top : 0px;
	color : #FFFFFF;
	background-color: #DD5555;
	padding : 5px;
}
#rightnavigation {
	position : absolute;
	left : 90%;
	top : 60px;
	width : 60px;
	padding-left : 10px;
	z-index : 3;
	color : #000000;
	padding : 3px;
}
#float{
	top : 0px;
  	position: relative;
	float: right;
	width: 300px;
	height: 420px;
	margin-left: 20px;
	background-color: white;
	border: black 1px solid;
}
#floatbig{
	top : 0px;
  	position: relative;
	float: right;
	width: 300px;
	height: 460px;
	margin-left: 20px;
	background-color: white;
	border: black 1px solid;
}
#box{
	top : 0px;
  	position: relative;
	width: 300px;
	height: 80px;
	background-color: #cc0000;
	border: black 1px solid;
}
#content {
	position : absolute;
	margin : 60px 10% 0 195px;
	padding : 10px;
	color : #000000;
}
#content h1, #content h2 {
  color : #cc0000;
}

#leftnavigation	a:link {color:#FFFFFF;}
#leftnavigation	a:visited {color:#FFFFFF;}
#leftnavigation	a:hover {color:#FFDDDD;}
#leftnavigation	a:active {color:#FFDDDD;}
