div.container

{

	width:100%;

	margin:0px;

	border:1px solid gray;

	line-height:150%;

	text-align:center;

}





div.header,div.footer

{

	padding:0.5em ;

	color:white;

	background-color:RGB(189,190,156);

	clear:left;

}





h1, h2

{

	text-align:center;

}





h1.header

{

	padding:0;

	margin:0;

}





h1

{

	color:#003366;

}





.blueish

{

	color:#003366;

}





div.left

{

	float:left;

	width:9em;

	min-width:9em;

	margin:0;

	height:10%;

}





/* border-right of .menu and .content must match up! */

/* values of auto do not produce border colors! */

div.menu

{

	padding-left:1em;

	padding-top:1em;

	padding-bottom:1em;

	padding-right:1em;

	border-right:1px solid navy;

	float:left;

	width:8em;

}





div.content

{

	text-align:left;

	margin-left:10em;

	border-left:1px solid navy;

	padding-left:15%;

/*	padding-left:10%;*/

	/*margin-right:10em;*/

	letter-spacing:.5px;

}





a.menu

{

	display: block;

	width:6em;

	text-decoration:none;

	color:white;

	background-color:navy;

	padding:0.2em 0.6em;

	border-left:1px solid white;

	border-bottom:1px solid white;

}





a

{

	text-decoration:none;

	color:blue;

}





a.menu:hover 

{

	background-color:black;

	text-decoration: none;

}





a:hover, a:active 

{

	text-decoration: underline;

}









div.right{float:right;}





img.logo 

{

	display: block;

}



table 

{

	margin-left:auto; 

	margin-right:auto;

}



h1, h2

{

	font-family:tahoma;

	text-align:center;

}



h3

{

	text-align:center;

}



.h2

{

  display: block;

  font-size: 1.5em;

  font-weight: bold;

  text-align:center;

}



.h3

{

  display: block;

  font-size: 1.17em;

  font-weight: bold;

  margin: .83em 0;

  /*margin: 1em 0;*/

}



.h4

{

  display: block;

  font-weight: bold;

  /*margin: 1.33em 0;*/

}



.h5 {

  display: block;

  font-size: 0.83em;

  font-weight: bold;

  /*margin: 1.67em 0;*/

}



.fact

{

	font-family:arial unicode ms;

}



.content

{

	font-family:Helvetica;

	margin-left:20%;

	margin-right:20%;

}



div.date

{

	text-decoration:underline;

}



form

{

	text-align:center;

}





img

{

	display:block;

	margin-left:auto; 

	margin-right:auto;

}





.centered

{

	text-align:center;

}



.green

{

	color:green;

	display:block;

}



.toTop

{

	display:block;

	font-size:10pt;

	text-align:center;

}