body {background-color: #008080;
text-align: center;}

#page {
	position: relative;
  width: 650px;
  height: 1825px;
  background-color: white;
	font-family: arial;
	padding-top: 12px;}

#page2 {
  position: relative;
  width: 650px;
  height: 5500px;
  background-color: white;
  font-family: arial;
  padding-top: 12px;}

#page6 {
  position: relative;
  width: 650px;
  height: 600px;
  background-color: white;
  font-family: arial;
  padding-top: 12px;}

#page7 {
  position: relative;
  width: 650px;
  height: 725px;
  background-color: white;
  font-family: arial;
  padding-top: 12px;}

#head1 {
	z-order: 1;}

#head2 {
	position: absolute;
	top: 16px;
	left: 190px;
	z-order: 2;
	color: #0044a8;

  font-size: 32px;}

#head3 {
  position: absolute;
  top: 58px;
  left: 135px;
  z-order: 3;
  font-size: 12px;}

#hd3 {
 	background-color: #dfdfdf;
	font-size: 16px;
  font-weight: bold;
  color: #0044a8;
  }

#sp10 {
  font-size: 10px;}

#sp7 {
  font-size: 7px;}

#sp4 {
  font-size: 4px;}

#sp3 {
  font-size: 3px;}

#sp2 {
  font-size: 2px;}

#fs1 {
  font-size: 10px;}

#fs2 {
  font-size: 13px;}

#fs2c {
	text-align: center;
  font-size: 13px;}

#fs3 {
  font-size: 16px;}

#fs4 {
  font-size: 18px;}

#fs5 {
  font-size: 24px;}

#fs6 {
  font-size: 32px;}

#fs7 {
  font-size: 48px;}

#fs1b {
  font-size: 10px;
	font-weight: bold;}

#fs2b {
  font-size: 13px;
  font-weight: bold;}

#fs2bt {
  font-size: 13px;
  font-weight: bold;
	color: #0044a8;}  <!-- teal -->

#fs3b {
  font-size: 16px;
  font-weight: bold;}

#fs4b {
  font-size: 18px;
  font-weight: bold;}

#fs5b {
  font-size: 24px;
  font-weight: bold;}

#fs6b {
  font-size: 32px;
  font-weight: bold;}

#fs7b {
  font-size: 48px;
  font-weight: bold;}

#left {
  position: absolute;
  left: 12px;
  width: 480px;
	text-align: left;}

#center {
  position: absolute;
  left: 12px;
  width: 626px;
  text-align: left;}

#right {
  position: absolute;
  right: 12px;
  width: 130px;
	text-align: center;}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

ul#navtop {
  list-style: none;
  margin: 0px;
  background-color: #dfdfdf;
  }

ul#navtop li {
  display: block;
  border-bottom:  solid white 2px;
  }

ul#navtop li a {
	display: block;
  margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size: 10px;
  color: #0044a8;
  text-decoration: none;
  width: 88%;
  }

ul#navbot {
  list-style: none;
  margin: 0px;
  background-color: #dfdfdf;
  }

ul#navbot li {
  display: block;
  border-top:  solid white 2px;
	border-bottom:  solid white 2px;
  margin: 0px 0px 0px 0px;
  padding: 6px 6%;
  font-size: 10px;
  color: black;
  width: 88%;}

ul#nav {
  list-style: none;
  margin: 0px;
  background-color: #dfdfdf;
  }

ul#nav li {
  display: block;
  border-top:  solid white 2px;
  }

ul#nav li a {
  display: block;
  padding: 6px 6%;
  background-color: #dfdfdf;
  font-size: 13px;     /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height     */
  font-weight: bold;
  color: #0044a8;
  text-decoration: none;
  width: 88%;          /*    Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix      */
  }

ul#nav li a:hover {
  background-color: #43616B;
  color: #eee;
  }

ul#mainnav ul.subnav {
  margin: 0px;
  list-style: none;
  padding: 0px;
  border: 0px solid pink;
  }

ul#mainnav ul.subnav li {
  border-top: 0 none;
  border: 0px solid green;
  padding-left: 1.5em;
  }

ul#mainnav ul.subnav li a {
  padding: 1%;
  margin: 0px;
  font: bold 0.7em /1.5 verdana, sans-serif;
  color: #5C6F90;
  background-color: transparent;
  border: 0px solid yellow;
  }

ul#mainnav ul.subnav li a:hover {
  color: #43616B;
  background-color: transparent;
  text-decoration: underline;
  }



table.white {background-color: #ffffff}
table.grey {background-color: #dfdfdf}
table.blue {background-color: #0000FF}

td.white {background-color: #ffffff}
td.grey {background-color: #dfdfdf}
td.blue {background-color: blue}

<!-- header -->
td.head {background-color: #dfdfdf}
td.head {color: #0044a8}
td.head {font-family: arial}
td.head {text-align: center}
td.head {vertical-align:text-top}
td.head {font-size: 24pt}

<!-- grey 12 arial left -->
td.gr12 {background-color: #dfdfdf}
td.gr12 {font-family: arial}
td.gr12 {text-align: left}
td.gr12 {vertical-align:text-top}
td.gr12 {font-size: 12pt}
td.gr12 {color: #0044a8}

<!-- grey 10 arial left -->
td.gr10 {background-color: #dfdfdf}
td.gr10 {font-family: arial}
td.gr10 {text-align: left}
td.gr10 {font-size: 10pt}

<!-- grey 10 arial center -->
td.gr10c {background-color: #dfdfdf}
td.gr10c {font-family: arial}
td.gr10c {text-align: center}
td.gr10c {font-size: 9pt}
td.gr10c {color: #0044a8}

<!-- grey 10 arial center -->
td.gr10cb {background-color: #dfdfdf}
td.gr10cb {font-family: arial}
td.gr10cb {text-align: center}
td.gr10cb {font-size: 9pt}

<!-- grey 7 arial center -->
td.gr7c {background-color: #dfdfdf}
td.gr7c {font-family: arial}
td.gr7c {text-align: center}
td.gr7c {font-size: 7pt}

<!-- url links -->
a.nu {text-decoration: none}<!-- no underline -->
a.nu {color: #0044a8}
a.link {text-decoration: none}
a.link:hover {text-decoration: underline}<!-- links -->
a.link {color: #0044a8}


a.linkb {font-family: verdana;}
a.linkb {font-size: 12px;}
a.linkb {color: #0044a8;}

<!-- old -->sans-serif
td.menu1 {background-color: #dfdfdf}
td.menu1 {font-family: arial}
td.menu1 {text-align: center}
td.menu1 {font-size: 7pt}
a.menu1 {text-decoration: none}

td.menutop {background-color: #ffffff}<!-- top menu -->
td.menutop {font-family: verdana}
td.menutop {text-align: center}
td.menutop {font-size: 10pt}
a.menutop {color: black}


td.header {background-color: #dfdfdf}<!-- side bar -->
td.header {font-family: arial}
td.header {text-align: left}
td.header {font-size: 12pt}

td.header2 {background-color: #ffffff}<!-- side bar -->
td.header2 {font-family: arial}
td.header2 {text-align: left}
td.header2 {font-size: 12pt}

td.body10 {background-color: #ffffff}<!-- side bar -->
td.body10 {font-family: arial}
td.body10 {text-align: left}
td.body10 {font-size: 10pt}

td.body12 {background-color: #ffffff}<!-- side bar -->
td.body12 {font-family: arial}
td.body12 {text-align: left}
td.body12 {font-size: 12pt}

td.size8 {font-size: 8pt}
td.size10 {font-size: 10pt}
td.size12 {font-size: 12pt}
td.size14 {font-size: 14pt}