body {
	font-family: Verdana, Arial, san-serif;
	font-size: 15px;
	font-weight: normal;
	color: #006600;
	background: #ecf8ff;
	margin: 4px 10px 0 10px;
	}



div.content {
	float: right;
	width: 72%;
  	margin: 1% 2% 0 20px;
  	padding: 5px 15px;
  	Background: white;
  }

div.half {
	float: left;
	width: 40%;
  	right: auto;
  	margin: 1% 3% 0 1%;
  	background: white;
  	border: solid 1px #cc0505;
   padding: 10px;
  }

div.notice {
  padding: 7px 7px;
  margin: 0 5% 0 5%;
  width: 80%;
  border: double 3px #86b9eC;
  background: #f7fdff;
      }
div.notice h3,h2,h1 {margin: 0px 0px 5px 0px;}


div.menu {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, san-serif;
  	font-size: 13px;
  	font-weight: bold;
  	line-height: 16px;
  	text-align: center;
  	position: absolute;
	top: 24%;
  	left: 3%;
  	width: 18%;
  	right: auto;
   }

div.menu p {
  	padding: 5px 1px;
  	border: 4px solid #e0ede0;
	background: #f2fff2;
}

div.menu a { display: block; margin: 0 0; }
div.menu a { border-top: 0px solid #bacfff; }
div.menu a:first-child { border-top: none; }
div.menu a:link { text-decoration: none; color: #0018a0; }
div.menu a:visited { text-decoration: none; color: #0018a0; }
div.menu a:hover { text-decoration : underline; color: #3F6Adc; }

body>div.menu {position: fixed;}

div.menuh {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, san-serif;
  	font-size: 13px;
  	font-weight: bold;
  	line-height: 16px;
  	text-align: center;
  	width: 95%;
  	margin: 5px 3% 0px 2%;
  	 }

div.menuh p {
  	padding: 5px 1px;
  	border: 4px solid #e0ede0;
	background: #f2fff2;
	}

div.menuh a { display: inline; margin: 10px 10px; }
div.menuh a:link { text-decoration: none; color: #0018a0; }
div.menuh a:visited { text-decoration: none; color: #0018a0; }
div.menuh a:hover { text-decoration : underline; color: #3F6Adc; }



table {padding: 0px;
	width: 100%;
	align: left;
	vertical-align: top;}

div.banner table {
            color: #006628;
            background: #f2fff2;
            font-family: "Century Gothic", Verdana, Arial, san-serif;
            display: block;
            width: 95%;
            margin: 5px 3% 0px 2%;
            border: solid 4px #e0ede0;
   		padding: 5px;
            }

div.banner table em {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 27px;
	font-style: italic;
	text-vertical-align: top;
   margin: 0 0 0 10px;
		}

div.banner table th {
	font-weight: bold;
	font-size: 16px;
	}

h3 {font-weight: bold; font-size: 20px; padding: 1px;}

h4 {font-weight: bold; font-size: 18px;}

h5 {
position: relative;
        left: -19%;
        right: 0;
        top: 0;
        bottom: 0;
        font-weight: lighter;
        font-size: 12px;
        color: #656569;
        text-align: center;}

dl dt {
	font-weight: bold;
	line-height: 25px;
	}

