@charset "utf-8";
/* CSS Document */

BODY{
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#7FFFD4;
    scrollbar-base-color:#A9A9A9;
    scrollbar-track-color:#696969;
    scrollbar-darkshadow-color:#A9A9A9;
    scrollbar-face-color:#A9A9A9;
    scrollbar-highlight-color:#A9A9A9;
    scrollbar-shadow-color:#000000;
	background:url(images/background1.jpg);
	color:#000033;
	margin:0px;
	padding:0px;
}

a:link{color:#000033;}

a:visited{color:#000033;}

a:hover{color:#C64000;text-decoration:none;}

.footer{font:bold 11px Tahoma; color:#FFFFFF; text-decoration:none;}

.topbar{background-image:url(images/top_bar.jpg); background-repeat:no-repeat; background-position:top; height:25px;}

h1{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-transform:uppercase; text-decoration:none; padding:0px; margin:0px;}

.heading{font:10px Arial; color:#FFFFFF; text-decoration:none; line-height:15px; text-align:justify; padding-right:5px;}

.logo{background-image:url(images/1700_splash.jpg); background-repeat:no-repeat; height:136px;}

.menubg{background-image:url(images/menubg.jpg); background-repeat:repeat-x; height:31px; border-left:#FFFFFF 1px solid; border-right:#FFFFFF 1px solid; font:bold 12px Arial; color:#FFFFFF; text-decoration:none; text-transform:uppercase;}

ul.menu1 {list-style:none; margin:0; padding:0}
ul.menu1 * {margin:0; padding:0}
ul.menu1 a {display:block; text-decoration:none; color:#FFFFFF;}
ul.menu1 li {position:relative; float:left; text-align:center;}
ul.menu1 ul {position:absolute; top:32px; left:0; background:#999999; display:none; opacity:0; list-style:none}
ul.menu1 ul li {position:relative; border-bottom:1px solid #ffffff; border-top:none; width:186px; margin:0; text-align:left;}
ul.menu1 ul li a {display:block; padding:3px 7px 5px; background-color:#999999; color:#000000;}
ul.menu1 ul li a:hover {background-color:#000000; color:#FFFFFF;}
ul.menu1 .menulink {border-left:1px solid #aaa; color:#FFFFFF; line-height:30px;}
ul.menu1 .menulink:hover, ul.menu1 .menuhover {background:url(images/header_over.gif); color:#FFFFFF;}

.tabtxt{
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-decoration:none;
}

.tabtxt a:link{
	color:#ffffff; text-decoration:underline;
}

.tabtxt a:visited{
	color:#ffffff; text-decoration:underline;
}

.tabtxt a:hover{
	color:#ffffff; text-decoration:none;
}

.tabtxt_new{
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-decoration:none;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 170px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	text-align:center;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}