div.titlebox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1007px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

p.title{
	position: absolute;
	top: 0px;
	left: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-indent: 6px;
	width: 1007px;
	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: 14px;
	text-align: right;
	width: 600px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	color: orange;
	background-color: black;
}

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

div.infoitems{
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 0px;
}

a.infobox:link{
	color: orange;
	text-decoration: none;
}

a.infobox:visited{
	color: orange;
	text-decoration: none;
}

a.infobox:active{
	color: gold;
	text-decoration: none;
}

a.infobox:hover{
	color: gold;
	text-decoration: none;
}


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

a.home{
	position: absolute;
	top: 19px;
	right: 10px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	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;
}


