﻿body 
{
	margin:0px;
	background-color:#6B86B1;
	text-align:center;
	font-family:Arial, Arial Narrow, Arial Rounded MT Bold, Arial Unicode MS, @Arial Unicode MS ;
		font-size:10pt;
		}
	
/* Hyperlink Setup */	

a         { color: black; text-decoration: none; border-bottom-style: none; border-bottom-width: 0px }
a:link    { border-bottom-color: Black }
a:visited { border-bottom-color: Black }
a:hover   { border-bottom-color: Black; border-bottom-style:none;}
a:active  { border-bottom-color: red }
font-family: Arial;
/* Div(s) for page layout */

/*Top Of Page Div*/
div.PGTOP
{
	height:165px; 
	width:100%;
	vertical-align:bottom;
	text-align:-moz-center;
	background-repeat: repeat-x;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Middle Of Page Div*/
div.PGMID
{
	height:100%;
	width:100%;
	text-align:-moz-center;
	background-repeat:repeat;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Bottom Of Page Div*/
div.PGBOT
{
	height:225px; 
	width:100%;
	vertical-align:bottom;
	text-align:-moz-center;
	background-repeat: repeat-x;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Header Div*/
div.DVHDR
{
	height:165px; 
	width:800px;
	background-position:0px 0px;
	background-image:url(../images/pageIMGs/800w/BKG_DVHDR.gif);
	background-repeat:no-repeat;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Body Div*/
div.DVMID
{
	height:100%;
	width:800px;
	background-image:url(../images/pageIMGs/800w/BKG_DVMID.gif);
	background-repeat:repeat-y;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Footer Div*/
div.DVFTR
{
	height:225px; 
	width:800px;
	background-position:0px 0px;
	background-image:url(../images/pageIMGs/800w/BKG_DVFTR.gif);
	background-repeat:no-repeat;
	border: none;
	border-collapse:collapse;
	font-family: Arial;
	}

/*Footer Menu*/
.DVFTRMENU a:hover{ border-bottom-color: Black; border-bottom-style:solid;border-bottom-width: 1px;}
.DVFTRMENU {text-align:-moz-center;}



/* Menu Layout */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-family: Arial;
font: 10pt arial;
width:100%; /*width of menu*/

overflow: hidden;
}

.indentmenu ul
{
	font-family: Arial;
margin: 0;
padding: 0px 6px 0px 6px;
float: right;
width:100%; /*width of menu*/

border-collapse:collapse;
background: black url(../images/buttons/BT_MainMen_Off.gif) repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a
{
	font-family: Arial;
float: right;
color: black; /*text color*/
padding: 0px 6px 0px 6px;
text-decoration: none;
border-collapse:collapse;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding: 0px 6px 0px 6px;
background: black url(../images/buttons/BT_SubMen_On.gif) repeat-x;
}


/* Sub Menu */
.indentmenusub
{
	font-family: Arial;
font: 10pt arial;
width:100%; /*width of menu*/

overflow: hidden;
}

.indentmenusub ul{
margin: 0;
padding: 0px 6px 0px 6px;
float: right;
width:100%; /*width of menu*/

border-collapse:collapse;
background: black url(../images/buttons/BT_SubMen_On.gif) repeat-x;
}

.indentmenusub ul li{
display: inline;
}

.indentmenusub ul li a{
float: right;
color: black; /*text color*/
padding: 0px 6px 0px 6px;
text-decoration: none;
border-collapse:collapse;
}

.indentmenusub ul li a:visited{
color: black;
}

.indentmenusub ul li a:hover, .indentmenusub ul li .currentsub{
color: black !important; /*text color of selected and active item*/
padding: 0px 6px 0px 6px;
background: black url(../images/buttons/BT_SubMen_Off.gif) repeat-x;
}

/* Sub 1 */
.indentmenusub1{
font: 10pt arial;
width:100%; /*width of menu*/

overflow: hidden;
}

.indentmenusub1 ul{
margin: 0;
padding: 0px 6px 0px 6px;
float: right;
width:100%; /*width of menu*/

border-collapse:collapse;
background: black url(../images/buttons/BT_SubMen_Off.gif) repeat-x;
}

.indentmenusub1 ul li{
display: inline;
}

.indentmenusub1 ul li a{
float: right;
color: black; /*text color*/
padding: 0px 6px 0px 6px;
text-decoration: none;
border-collapse:collapse;
}

.indentmenusub1 ul li a:visited{
color: black;
}

.indentmenusub1 ul li a:hover, .indentmenusub ul li .currentsub1{
color: black !important; /*text color of selected and active item*/
padding: 0px 6px 0px 6px;
background:  url(../images/buttons/BT_SubMen_On.gif) repeat-x;
}

/* Sub 3 */
.indentmenusub3{
font: 10pt arial;
width:100%; /*width of menu*/

overflow: hidden;
}

.indentmenusub3 ul{
margin: 0;
padding: 0px 0px 0px 0px;
width:100%; /*width of menu*/

border-collapse:collapse;
/*background: white url(../images/buttons/BT_SubMen_Off.gif) repeat-x;*/
}

.indentmenusub3 ul li
{
width:100%;
display: table;/* table-column;*/
text-align:center;
background: white url(../images/buttons/BT_SubMen_Off.gif) repeat-x;
}

.indentmenusub3 ul li a{
width:100%;
color: black; /*text color*/
padding: 0px 0px 0px 0px;
text-decoration: none;
border-collapse:collapse;
}

.indentmenusub3 ul li a:visited{
color: black;
}

.indentmenusub3 ul li a:hover, .indentmenusub3 ul li .currentsub3{
/*width:200px;*/
color: black !important; /*text color of selected and active item*/
padding: 0px 0px 0px 0px;
text-align: center;
font-weight:bold;
/*background: white url(../images/buttons/BT_SubMen_On.gif) repeat-x;*/
}



table.tblhdr
{
	font: 10pt arial;
width:100%; height:165px; 
border-collapse:collapse; 
background-image:url(../images/pageIMGs/ADJw/hdr_ctr.jpg);
}

td.hdrleft
{
	font: 10pt arial;
width:23px; 
background-image:url(../images/pageIMGs/ADJw/hdr_left.jpg);
background-repeat:repeat-y;
}

td.hdrright
{
	font: 10pt arial;
width:23px; height:100%; 
background-image:url(../images/pageIMGs/ADJw/hdr_right.jpg);background-repeat:repeat-y;
}

table.tblmid
{
	font: 10pt arial;
width:100%;
border-collapse:collapse; 
background-image:url(../images/pageIMGs/ADJw/mid_ctr.jpg);
}

td.midleft
{
	font: 10pt arial;
width:23px; 
background-image:url(../images/pageIMGs/ADJw/mid_left.jpg);
background-repeat:repeat-y;
}

td.midright
{
	font: 10pt arial;
width:23px; height:100%; 
background-image:url(../images/pageIMGs/ADJw/mid_right.jpg);background-repeat:repeat-y;
}
table.tblftr
{
	font: 10pt arial;
width:100%; height:225px;
border-collapse:collapse; 
background-image:url(../images/pageIMGs/ADJw/ftr_ctr.jpg);
}

td.ftrleft
{
	font: 10pt arial;
width:23px; 
background-image:url(../images/pageIMGs/ADJw/ftr_left.jpg);
background-repeat:repeat-y;
}

td.ftrmid
{
	font: 10pt arial;
 padding-bottom:43px;
 vertical-align:bottom;
}

td.ftrright
{
	font: 10pt arial;
width:23px; height:100%; 
background-image:url(../images/pageIMGs/ADJw/ftr_right.jpg);background-repeat:repeat-y;
}

div.hdrlogo
{
	font: 10pt arial;
float:right; position:relative; top:3px; height:160px; width:200px; background-image:url(../images/pageIMGS/ADJw/hdr_logo.jpg);
}

.rmenu
{
	font: 10pt arial;
	 width:180px; text-align:-moz-center; vertical-align:text-top;
}
.bdy
{
	font: 10pt arial;
	width:90%; min-width:800px; max-width:1024px; min-height:400px;
}

#dhtmltooltip
{
	font: 10pt arial;
position: absolute;
border: 1px solid black;
width: 250px;
padding: 2px;
background-color:  #FFF8DC;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}