body {
	background-image: url(../images/pages_bodytile.jpg);
}
#content { width:800px; margin-top:50px; padding-top:4px; border-top:solid 2px #FFF;}
#main {
	width: 100%;
	background: #017878;
}
.headertile {
	background: url(../images/pages_headertile.jpg) repeat-x;
}
#header {
	text-align:center;
	height: 163px;
	background-image: url(../images/pages_header.jpg);
	width:800px;
}
#header h3 {
	padding-top:86px;
	}
.footer {
	clear:both;
    text-align: center;
	height: 16px;
	padding-top:4px;
	background-color: #002B00;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}
#pagebody {
    width: 800px;
    z-index:1;
    }
#tablemisc{
	background-color: #035050;
	border: 1px solid white;
	width: 100%;
}
.message {
	color:#FFFFCC;
	font-size:larger;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}
.txtleft {
    width: 260px;
    vertical-align: text-top;
	text-align: left;
	padding: 4px;
	background-image: url(../images/pages_texttile1.gif);
}
.txtcenter {
	width:260px;
	text-align: left;
	padding: 4px;
	background-image: url(../images/pages_texttile3.jpg);
}

.txtright {
    width: 260px;
    padding: 4px;
	background-image: url(../images/pages_texttile1.gif);
}
a {
  color: white;
  text-decoration: underline;
}
a:visited {
  color: orange;
  text-decoration: underline;
}
a:hover {
  color: orange;
  text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #fecb00;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #00e7e8;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-align: center;
	font-weight: bold;
	color: yellow;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px
    text-align: left;;
    font-weight: normal;
    font-style: italic;
	color: white;
}
h5 {
    text-align: left;
	color: white;
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #002d2d;
}
h6 {
    text-align: center;
	color: white;
	font: italic normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
p {
    text-align: left;
	color: white;
	font: normal normal 11px/13px Verdana;
}
.nt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
	color: white;
}
.ns {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color: white;
}
.nm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color: white;
}
UL {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	list-style-position: outside;
}
UL UL LI {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffff66;
}
UL UL UL LI {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffff66;
}
///////// MENU ////////////
#navcontainer { width:100%; text-align:center;}
.menu{
	width: 800px;
	background-color: #017878;
	text-align:center;
	padding: 4px 16px;
	}
.menu ul{ display:block; margin: 0; padding: 0; list-style:none;}
.menu ul li{
	float:left;
	}
.menu ul li {
   /* clear: both;*/
    float: left;
}
.menu ul li ul {
    clear: both;
    display: none;
    height: auto;
    /*left: 0;*/
    min-width: 20px;
    position: absolute;
    /*top: 0;*/
    z-index: 1;
}
.menu ul li ul li{
	clear:both;
	float:left;
	display: block;
	width:100%;
	}
.menu li:hover ul, li.over ul { 
	display:block;
	}
.menu ul li a {
	text-decoration: none;
	color: white;
	padding: 4px 10px;
	background-color: #017878;
	font-size:11px;
	line-height:20px;
	font-family:Arial;
	font-weight:bold;
	}
.menu ul li ul li a {
	float:left;
	width:100%;
	z-index:20;
	}
.menu ul li a:visited {
	color: white;
	}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#019E9E;
	font-style:italic;}t:bold;
	}
.menu ul li ul li a {
	float:left;
	width:100%;
	z-index:20;
	}
.menu ul li a:visited {
	color: white;
	}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#019E9E;
	font-style:italic;}
