/* Semaphore style sheet*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;		
	background-color: white;
		
}
footnote{
	Font-size:8px

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-align:center
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align:center
	

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align:center
	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin:0 0 0 0;
	text-align:center
		
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align:center
	
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align:center
	
}

hr {
	Color:blue
}
/*************************  ID's *************************/
#fireman {
	width:810px;
	float:right:
	text-align:center
}

#fireman H1, H2{
	
	text-align:center
}
#fireman H2{
	
	border-bottom: 1px solid black;
}

#fireman img{
	position:absolute;
	top:35px;
	left:708px;
	float:right
	padding: 5px 3px 3px 3px;

}
#pagebody {
	width:810px;


}
#pagebody hr{
	color:blue;


}

#pagebody img{
	padding: 5px 3px 3px 3px;
	
}

#pagebodyleft img{
	float:left;
	padding: 3px 8px 3px 3px;
	
}
#page2body img{
	float:left;
	padding:5px 8px 5px 5px;
}

#page2body {
	position:absolute;
	top:170px;
	width:810px;
	
}

#header {
	position:absolute;
	top:0px;
	text-align:center
	font-size: 36px;
	font-weight: bold;
	color: black;

}

#header H1{
	font:"Wide Latin", "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	Text-align:center;
	margin:0 0 0 0
}

#pg1box {
             position: relative;
             top:350px;
             width:810px;
             border-width:3px;
             border-color:blue;
             border-style:solid;
             text-align:center;
}

#pgone {
	position:absolute;
        top:440px;
	width:820px;
        text-align:center;

}
#nofloat {
	padding:5px 5px 5px 5px;
	float:none

}

#navigation {
	margin: 0;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: 2em;
	left: auto;
	width: 140px;
	right: 2em;
}
#navigation H6{
	margin:0;
	padding:0px 0px 0.5em 0px;
	font-size:85%
}
#navigation p {
	margin: 0; 
	padding:0.3em 0.4em 0em 0.5em;
	background:silver;
	color:white;
	border: thin outset blue;
}


#page6 {
	width:820px;
	Text-align:center;
	padding:5px 5px 5px 5px;

}
#page6 H1{
	font:"Arial", Times, serif;
	font-size: 36px;
	font-weight: bold;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0 
}
#page6 H2{
	font:"Arial", Times, serif;
	font-size: 24px;
	font-weight: bold;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0

}
#page6 H3{
	font:"Arial", Times, serif;
	font-size: 20px;
	font-weight: bold;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0
}
#page6 H4{
	font:"Arial", Times, serif;
	font-size: 18px;
	font-weight: bold;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0
}
#page6 H5{
	font:"Arial", Times, serif;
	font-size: 16px;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0
}
#page6 H6{
	font:"Arial", Times, serif;
	font-size: 14px;
	Text-align:center;
	color: black;
	margin:10px 0 10px 0
}
#page6 img{
	
	padding:15px 5px 15px 5px;
}



/*************************  Pseudo classes *************************/
a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: purple;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	background:gold;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;

}  
a:active { 
	color: light blue;
	font-weight: bold; 
} 
ul.navigation li {
	
	float:left;
	text-align:left;
	
	
}

ul.navigationall li {
	
	float:left;
	text-align:left;
	
	
}


