/***********************************************/
/* historystylesheet.css                            */
/* Use with Wellington History files/ index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/


/******* Navigation Bar styles *******/
#navlist
{
padding: 5px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 14px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #0E6CA0; /******* background colour #000066 Light Blue *******/
text-decoration: none;
}


#navlist li a:link { color: #FFFFFF; } /******* text colour #FFFFFF white *******/


#navlist li a:visited { color: #ccffff; } /******* text colour #ccffff light blue *******/


#navlist li a:hover { color: #000000; /******* text colour #000000 black *******/
background: #ffffff; /******* background colour #ffffff White *******/
border-color: #227; }


#navlist li a#current { color: #FFFFFF; /******* text colour #FFFFFF black *******/
background: 	 #7DD3E2; /******* background colour 	 #ccccff Light Blue *******/
border-bottom: 1px solid white; }


/******* Layout styles *******/
* { 
 margin: 0; 
 padding: 0; 
} 
body { 
 text-align: center; 
} 
#page { 
 margin: 0 auto; 
 width: 1100px; 
 text-align: left; 
} 
#header { 
 height: 192px; 
} 
#content-primary { 
 float: right; 
 width: 875px;
 margin-left: 15px; 
} 
#content-secondary { 
 float: right; 
 width: 185px; 
} 
#footer { 
 float: right; 
 width: 1100px;  
} 

#footnote { 
 float: right; 
 width: 1100px;  
} 

<style>
#map {
width: 100%;
height: 400px;
background-color:grey;
}
</style>


.clear { 
 clear: both; 
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
}

.style2 {color: #FF0000}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00CC33;
}

.style4 {
	font-size: medium;
	color: #009900;
}

.style5 {
	color: #009900;
	font-weight: bold;
}

.style6 {
	color: #0000FF;
	font-style: italic;
}

.style7 {font-size: x-small}

.style8 {color: #339933}
.style9 {font-size: small}

.style10 {
	color: #009900;
	font-size: x-small;
}

.style11 {font-size: x-large}

.style12 {color: #ECE9D8}

.style13 {
	color: #0033CC;
	font-size: x-large;
	}

.style14 {
	color: #0000CC;
	font-size: x-large;
}

.style15 {color: #009900}

.style16 {color: #339933}
/********************* end **********************/

