p.title{
	position: absolute;
	top: 0px;
	left: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-indent: 6px;
	width: 1016px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: black;
}

div.infobox{
	position: absolute;
	top: 16px;
	right: 16px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 6px;
	text-align: right;
	width: 600px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	color: orange;
	background-color: black;
}	

span.smaller{
	font-size: 20px;
	font-weight: bold;
	color: orange;
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.home{
	position: absolute;
	top: 19px;
	left: 911px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 90px;
	height: 25px;
	margin: 0px;
	color: white;
	background-color: black;
	text-decoration: none;
}

a.homelink:link{
	color: white;
	text-decoration: none;
}

a.homelink:visited{
	color: white;
	text-decoration: none;
}

a.homelink:active{
	color: white;
	text-decoration: none;
}

a.homelink:hover{
	color: white;
	text-decoration: none;
}

a.home{
	position: absolute;
	top: 19px;
	left: 911px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 90px;
	height: 25px;
	margin: 0px;
	color: white;
	background-color: black;
	text-decoration: none;
}

a.home:link{
	color: white;
	text-decoration: none;
}

a.home:visited{
	color: white;
	text-decoration: none;
}

a.home:active{
	color: white;
	text-decoration: none;
}

a.home:hover{
	color: white;
	text-decoration: none;
}

h1{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	border-bottom: solid 1px;
	margin-top: 0px;
	text-align: center;
}

h1.yellow{
	color: yellow;
}

h1.black{
	color: black;
}

h1.green{
	color: green;
}

img{
	border: none;
}

.title_element_left{
	position: absolute;
	top: 0px;
	left: 5px;
}

.title_element_right{
	position: absolute;
	top: 0px;
	right: 5px;
}

.title_bar{
	position: absolute;
        top: 0px;
        left: 0px;
	width: 100%;
        height: 20px;
	min-width: 700px;
}

