body 
{
#	background-color: rgb(80%,90%,100%);
	font-size: 9;
	font-family: Courier New, Courier New, Courier, Monaco, monospace;
}

#title
{
	position: absolute;
	padding: 3px;
	font-size: 12px;
	left: 10px;
	top: 2px;
	width: 250px;
	background-color: white;
	//border: 1px dotted rgb(90%,90%,90%);
	font-size: 13px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#legend
{
	z-index: 1;
	position: absolute;
	padding: 5px;
	left: 10px;
	top: 40px;
	width: 200px;
	background-color: white;
	//border: 1px dotted grey;
	font-size: 9;
}

#content
{
	position: absolute;
	padding: 1px;
	top: 200px;
	background-color: white;
	//border: 1px dotted orange;
	font-size: 9;
	face:Courier New, Courier, Monaco, monospace;
}

#timeline
{
	position: absolute;
//	padding: 3px;
//	left: 10px;
	top: 80px;
	height: 80px;
	width: 1100px;
	//background-color: white;
//	border: 1px dotted orange;	
}

#submit
{
	padding: 10px;	
}

#header
{
	position: fixed;
}

#footer
{
	position: fixed;
}

#middle
{
	position: absolute;
}

.form_textbox
{
	padding: 5px;
	position: absolute;
	left-margin: 30px;	
	//border: 1px dotted grey;
	width: 270px;
	bottom-margin: 20px;
}

.form_notes
{
    position: absolute;
    top: 270 px;
}

.button
{
	position: absolute;
	left: 600px;
	top: 5px;
	width: 160px;
}

.legend_line
{
	position: relative;	
	height: 20px;
	width: 200px;
	padding: 2px; 
	//border: 1px dotted grey;
}

.legend_item
{
	position: absolute;
	padding: 2px;
	padding-left: 4px;
	height: 9px;
	width: 50px;
	//border: 1px dotted grey;
}

.legend_item_left
{
	margin-left: 0px;	
}

.legend_item_right
{
	margin-left: 60px;	
}

.legend_colorbox
{
	position: absolute;
	padding: 0px;
	background-color: red;
	width: 5px;
	height: 12px;
}

.legend_item_text
{
	margin-left: 10px;
	font-size: 9;
}

.dec_number_line
{
	position: absolute;
	//border: 1px dotted blue;	
}
.dec_numbers
{
	position: absolute;	
	width: 100px;
	padding-left: 3px;
	//border: 1px dotted orange;
}

.decade_vertical_box
{
	//border: 1px dotted yellow;
	border-left: 1px solid rgb(60%,60%,60%);
	position: absolute;
	margin-top: 4px;
	width: 100px;
	height: 400px; 	
}

.dec_tick
{
	border-left: 1px solid grey;
	position: relative;	
}

.entry_ {
       width:1100px;
       height:30px;
       position: relative;
       border: 1px dotted black;
       padding-top: 5px;
       padding-bottom: 5px;
}

a.entry:link { 
	     text-decoration: none;
	     background-color: white;
}
a.entry:visited {
		text-decoration: none;
		background-color: white;
}
a.entry:hover {
	      text-decoration: none;
	      background-color: rgb(80%,80%,80%);
}
