
/*---following taken from mystyle---*/

body {
width: 780px;
background-color: white; 
font-family:  verdana, arial, sans-serif; 
text-align: left;
font-size: 0.8em;
position: centered;
}

ul { 
font: black;
text-decoration: none;
margin-left: 0;
padding-left: 1em;
text-indent: 1em;
font: black;
text-decoration: none;
font-size: 1.2em
}

display:block {	font-size: 0.8em;}

li.bott{margin-bottom: 1.25em;}
	
hr
{
width: 100%;
color: #0033ff;
font-weight: bold;
}


h1, h3, h2 {font-family:  verdana, arial, sans-serif;}

h1 {font-size: 175%; color: #000;}

h1.bott {margin-bottom: 1px;}
 
h3 {font-size: 100%; color: #000;}

.picture {font-size: 80%; color: #000; font-weight: normal; margin-bottom: 0.0em;}

h2 {
font-size: 140%;
color:#808080; /* gray*/
}

h2.bott {margin-bottom: 1px;}
h2.top {margin-top: 1px;}


h3.bott {line-height: 0%;}
h3.top {margin-top: 1px;} 



p.bott {margin-bottom: -0.55%;}

p.top {margin-top: 1px;}

div.right {
  float: right;
  font-size: 0.8em;
  }

a {color: 000000;}

border {color:#369;} /* navy*/

td {align: center;
	font-size: 1.0em; 
	}
	
.tdright {align: right;}

 
.footer {color:navy;}

.subhead {color:white; background-color: #0000ff; align: center;}

.nosubhead {background-color: white;} 

.mailto a:link{color:navy;}	
.mailto a:visited {color: navy;}
.mailto a:hover {color: red;}
.mailto a:active (color: navy;}    

.mailto {
font: black;
text-decoration: none;
margin-left: 0;
padding-left: 1em;
text-indent: 0em;
font: black;
text-decoration: none;
font-size: 0.8em
}

A:link    { color: white; }    /* unvisited links */
A:visited { color: white; }   /* visited links   */
A:hover   { color: red; }    /* user hovers     */
A:active  { color: #369;}   /* active links    */

address {font-size: 100%; font-family: verdana, arial, sans-serif; color: black; bgcolor: white; }

/*--stop nav bar printing--*/

@media print
 {#mainMenu {display: none;}
	 body {background: white;
	 	text: black;
		position: absolute; top: 1em; left: 8em; padding-bottom: 0.5em;
		}}

/*--button rollover for with and without head--*/

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


