/* Default web site settings. Copyright (c) 2006 Antronics Corp.
  <link rel="stylesheet" type="text/css" href="/includes/default.css">
*/

@charset "iso-8859-1";
<style type="text/css">

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko */
	margin-bottom: -1px;	/* for Gecko */
}

/* Default link style */
a:link    {color: #0000cc; text-decoration: underline;}
a:visited {color: #990099; text-decoration: underline;}
a:hover   {color: #006600; text-decoration: none;}
a:active  {color: #cc0000; text-decoration: none;}

/* Defining font sizes in points works with more browsers. */
body, div, p, td, ol, ul, h1, h2, h3, h4
{
  font-family: verdana, arial, helvetica, sans-serif;
  color #000;
}
body, div, p, td, ol, ul {font-size: 12pt;}
h1 {font-size: 18pt}
h2 {font-size: 16pt}
h3 {font-size: 15pt}
h4 {font-size: 14pt}
h1, h2, h3, h4
{
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

html {height: 100%}

body          /* Html page body */
{
  background-color: white;
  margin: 10px 0;
  padding: 0;
 	min-width: 40em;             /* Not supported by all browsers */
}
/* html .body {word-wrap: break-word} */

.pagehead    /* Page header: logo & title */
{
  border: none;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
  display: inline-block;
  padding: 5px 5px;
}

.headtag
{
  clear: both;
  font-size: 75%;
  margin: 0 5% 6px 5%;
  font-style: italic;
  font-weight: bold;
  color: #006666;
  text-align: center;
}
.headmenu
{
	text-align: center;
	margin: 6px 5%;
	padding: 0 0 4px 0;
  background-color: #ffffcc;
  border: 1px solid #000;
}
.headmenu a {text-decoration: none; background-color: #ffffcc;}
.headmenu a:visited {color: #990099; text-decoration: none} /* Required by IE */
.headmenu a:hover {color: #fff; background-color: #0000cc}
.headmenuitem  /* Top of page menu item */
{
  background-color: #ffffcc;
  height: 1%;         /* Fix for IE */
}
.headloc
{
  clear: both;
  font-size: 70%;
  margin: 0 5% 6px 5%;
  padding: 0;
}

/* table {margin: 0 5% 0 5%;} */

.bodybox     /* Body container */
{
	text-align: center;
	margin: 0 5%;
	padding: 0;
	float: left;
  background-color: #eeffee;
  border: 2px solid #000;
  overflow: hidden;   /* Don't show empty scroll bars IE */
  display: inline-block;
}
.bodyhead    /* Body banner text */
{
  text-align: center;
  margin: -1px 0 0 -1px;
/*  margin: 1px 5% 0 5%; */
  padding: 0 0 6px 0;
/*  padding-bottom: 6px; */
  border: 2px solid #339999;
  background: #339999;
  color: white;
}
.bodytext    /* Body content area */
{
  margin-left: 230px;
  text-align: left;
  background: white;
  display: inline;
}
.bodymenu    /* Left side menu column */
{
  width: 220px;
  float: left;
  margin-left: -1px;
  display: inline;
}
.bodymenuhead
{
  font-size: 115%;
  font-weight: bold;
}
.bodymenusub
{
  color: #003333;
  font-weight: bold;
  margin-left: .3em;
  margin-bottom: 4px;
}

a.bodyleft, a.bodyleft:link, a.bodyleft.visited {display:block; width:75px; height:25px; background:#ddd;
color:#000; text-decoration:none; text-align:center; line-height:25px;}
a.bodyleft:visited {color: #990099; text-decoration: none;} /* Required by IE */
a.bodyleft:hover {color: darkgreen; background-color: yellow;}
/*
a.bodyleft:hover {color: darkgreen; background-color: yellow;}
a.bodyleft, a.bodyleft:link, a.bodyleft.visited {text-decoration: none; background-color: tan;}
.bodymenuitem
{
  font-size: 8pt;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: 1em;
  padding: 0 1%;
  border: solid black 1px;
  display: block;
}
*/

.bodyfoot    /* Page footer: menu & copyright notice */
{
  clear: both;
	text-align: center;
	margin: -2px 5% 6px 5%;
	padding: 0 0 4px 0;
  background-color: #ffffcc;
  border: 2px solid #000;
}

.footmenu    /* Bottom of page menu */
{
	margin: 0 0 4px 0;
	padding: 6px 0 0 0;
	text-align: center;
}
.footmenu a {text-decoration: none; background-color: #ffffcc;}
.footmenu a:visited {color: #990099; text-decoration: none; background-color: #ffffcc;} /* Required by IE */
.footmenu a:hover {color: white; background-color: blue;}

.copyright
{
  font-size: 60%;
  padding-bottom: 6px;
  text-align: center;
}
</style>

