/* howickstyles.css */

/* Universal style rule */
*{
  margin: 0;
  padding: 0;
  /* Temporary borders */
   /* border: dashed 1px #f00; */
}




body {
  background-color: #117b6f;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
  width: 50em;
  background-color: #b0fff0;
  /* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  margin:50px auto;
  position:relative;
} 


/********** Major layout divisions **********/
#branding{
  /* For absolutely-positioned hyperlinks */
  position:relative;
	height:9em;
} 

#branding h1{
	font family:'Arial Black', Chaercoal, Impact, Sans-Serif;
	font-size:3em;
	padding-top:.5em;
	text-align:center;
}

#branding h3{
	font family:'Arial Black', Chaercoal, Impact, Sans-Serif;
	padding-top:.5em;
	text-align:center;
}

#branding h4{
	font family:'Arial Black', Chaercoal, Impact, Sans-Serif;
	padding-top:.5em;
	text-align:center;
}


/********** Branding division styles **********/
#branding a{
  /* Postions are set in tags in layout.htm */
  position:absolute;
  text-decoration:none;
  color:#000;
  font-size:0.9em; 
}

#branding a:link, #branding a:visited{
  color:#f00;
}

#branding a:hover{
  color:#00f;
}
#branding a:active{
  color:#00f;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}

/********** Leftcolumn division styles **********/
#leftcolumn{
  /* Remember, content and navbar left 
  margins must match this width */
  width:12em;
  /* Center images and text inside this div */
  text-align:center;
  /* For absolutely-positioned leftcolumn */
  position:absolute;
  top:13em; /* Same as branding div height */ 
           /* changed from 11.2 - 13 apr 30 2012 allow more space */
  left:0; 
}

/* Applies to images in the leftcolumn div */
#leftcolumn img{
  width:100%;
}

/* Applies to paragraphs and lists in the leftcolumn division */
#leftcolumn p,
#leftcolumn .leftcollist{
  border:solid 2px #117b6f;
  padding:8px;
  width:80%;
  font-size:0.8em;
  margin:1em auto;
  text-align:left;
}

/* Unordered lists in left column */
#leftcolumn ul{
  margin-left:1em;
}

/********** Navbar division styles **********/
#navbar{
  background:#aaa url(navbak01.jpg) repeat-x center; 
  height:2.2em; /* adjusts height of navbar */
  /* For absolutely-positioned navbar */
  position:absolute;
  top:9em; /* Same as branding div height */
  left:0em; /* Same as leftcolumn width */
  width:50em; /* Layout width minus leftcolumn width */
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;		/* Font size in Navbar */
  color:#000;			/* text colour in Navbar */
  background:#aaa url(navbak01.jpg) repeat-x center; 
  display:block;
  height:3.1em; 	/* this adjusts text center in navbar */
  width:12.32em;		/* adjusts width of navbar segments */
  border-right: solid 2px #000; /* border on left of navbar text */
  line-height:3em;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd url(navbak02.jpg) repeat-x center;
  color:#000;
}

/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
  border:solid 2px #aaa;	/* adds border to drop down list */
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:2.2em; 	/* distance from Navbar to top of dropdown list */
  left:0; 
}


/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */ 
background:#ddd url(navbak01.jpg) repeat-x center; 

  /* background:#b2f0b2; */ /* Removes background image */ /* background color was ccc */
  color:#000;	/* hover text colour */
  text-align:left;
  display:block;
  width:16em;		/* this is the drop down width changed june 12 2010*/
  padding:0 0 0 0.5em;
  height:auto; 
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
background:#ddd url(navbak02.jpg) repeat-x center; 
  /* background: #a9cda9; */ 	/* hover background color on dropdown */
  color:#000;	/* text colour on dropdown */
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

/********** Content division styles **********/
#content{
  /* Left margin must match leftcolumn width */
  margin-left:12em;
  background-color:#fff;
  color:#000;
  padding:3em 10px 10px 20px;	/* adds padding to content */
	
}



	











			/* Content image for pages with NO CONTENT */
#content img{
	
	
	width:50em;
	position:absolute;
	background-color:#fff;
  	color:#000;
	text-align:center;
}






/* Applies to paragraphs in the content division */
#content p{
  line-height:1.5em;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
	text-align:center;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}

			/********** Footer division styles **********/
#footer{
  background-color:#fff;
  border-top: solid 1px #117b6f;
  padding:0.5em;
  text-align:center;
}

#footer a:link,
#footer a:visited{
  /* No underline on links */
  text-decoration:none;
}

#footer a:hover,
#footer a:active{
  color:#0c0;
  border:dotted 1px #333;
}


			/*************** Beginning of Table styles ************/


table{
	width: 900px;
	/*  border: solid 3px #000; */
	text-align: center;
	margin: auto;   /* centeres the table */
	border-collapse: collapse; /* gets rid of the double border between cells */
}


	
	





td{
	
	border: solid 2px #2e8b57; /* sea green */
	font-size: 1em;	
	font-weight:600;
	padding: 1px;
	color: #fff;
	vertical-align: top;
	
}

table a,
table a:link,
table a:visited{
  text-decoration:underline;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size: 1em;		/* Font size  */
  color:#fff;			/* text colour white */
  /* background:#000; */ 
  
  height:2.7em; 	/* this adjusts text center in navbar */
  width:12.32em;		/* adjusts width of navbar segments */
 
  line-height:3em;
  text-align:center;
  outline-style:none;			

}

table a:hover{
  color:#00ffff; 	/* lime green */
  border:dotted 2px #f00;	/* red dotted border */
	text-decoration: none;	/* undrline on hover */
	padding: 2px;
}




span.hilitey{
	background-color: #ff0;		 /* hilite color yellow */
	padding: 0.2em;
	font-size: 1em;
	font-style: italic;
	font-family: verdana, geneva, arial,sans-serif;
	color: #000;
	
	
}



h1,h3,h4,h5,h6 {
	text-align: center;
	
}




















/*************** General styles ************/
.hotkey{
  text-decoration:underline;
}

/* Acronyms and abbreviations */
  acronym,abbr{
  border-bottom:dotted 1px #333;
  cursor:help;
}

/*********** Printer-Friendly Styles **********/
@media print{
/* Start printer-friendly styles */

/* Make wrapper the full page width */
#wrapper{
  width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#leftcolumn,
#navbar,
#footer{
  display:none;
}

/* Get rid of content div margins and 
padding. Use a different font for print */
#content{
  margin:0;
  padding:0;
  font-family:'Century Schoolbook', Times, Serif;
  font-size:1em;
}
/*End printer-friendly styles */
}
