﻿body {
	border-width: 0px;
/*	max-width: 850px; */
/*	margin-left:auto;
	margin-right:auto;*/
}
body,td,th, h1 
{
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-style:italic;
	font-size:xx-large;
}

h2 {
	font-style:italic;
	font-size:medium;
	margin-top:1.5em;
}

.templateheader {
	border-width: 0px;
	margin: 0px;
	padding: 0px;

}


.templatebackground {
	background-color:#ffffff;
	max-width: 1000px;
}

.templateheader img {
/*	margin-right:auto;
	margin-left:auto;*/
}

.templatenavigation {
	background-color: #ffffff;
	vertical-align: middle;
}
.templatenavigation ul {
	
	border:none;
	border-bottom:thin silver solid;
	padding:0;
	padding-top:5px;
	padding-bottom:3px;
	margin:0;
	max-width:1000px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.templatenavigation ul li {
	list-style:none;
	display:inline;
}

.templateFirstMenu {
	margin-left:0;
}

.templateLastMenu {
	margin-right:0;
}

.templatenavigation ul li a {
  background-color:green;
  opacity:0.7;
  text-decoration:none;
  font-size:smaller;
  width:10em;
  display:inline-block;
  text-align:center;
  padding-top:6px;
  padding-bottom:6px;
}

.templatenavigation ul li a.highlightmenu {
  background-color: #BF2000;
  opacity:1.0;
}

.templatenavigation ul li a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.templatenavigation ul li a:visited {
	color: white;
	text-decoration: none;
}

.templatenavigation ul li a:active {
	color:white;
	text-decoration: none;
}

.templatenavigation ul li a:hover {
	color: #B1B1B1;
	text-decoration: none;
}


.templatebody {
	margin: 0px;
	padding:10px 0 0 10px;
	text-align: justify;
	font-size: small;
	background-color: #ffffff; /*#F0F0F0;*/
	overflow:hidden;
}

.templateclearall {
	clear:both;
}

.templatefooter {
	clear:both;
	background-color: #cecece;
	display:block;
	font-size:xx-small;
	max-width: 1000px;
}

#templatelastchanged {
	float:left;
	padding-left:2em;
}
#templatepagecount {
	text-align:center;
}

#templatechecks {
	float:right;
}


/*

h1 {
  margin-top: 0;
  padding-top: 5px;
}
h2 {
	font-size: large;
}
h3 {
	font-size: inherit;
}


.rollover, .rollover img {
	border-width: 0px;
}
.sitenavigation .SubMenu {
	font-weight: bolder;
	width: 11em;
	padding-left: 5px;
}
.sitenavigation .SubMenuItem {
	background-color: #fff;
	display: block;
	width: 11em;
	padding-left: 2em;
}




*/