@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	background-color: #eeeeee;
	color: #000000;
	margin-left: auto; 
	margin-right: auto;
	top: 0px;
	left: 0px;
	height: 100%;
	font-family: Tahoma;
        font-size: small;
    
	behavior: url('./css/csshover.htc');
}

h1 	{font-family: Verdana;
	 color: #424242;
	 text-decoration: underline}

h2 	{font-family: Verdana;
	 color: #424242;
	 text-decoration: none;
	 text-align: left;
	 font-size: large;
	 font-weight: bold}

h3 	{font-family: Verdana;
	 color: #424242;
	 text-decoration: underline}

a:link {color: black;
	text-decoration: underline;
	border-width: 0px;}

a:active {color: black;
	  text-decoration: underline}

a:visited {color: black;
	   text-decoration: underline}

a:hover {color: black;
	 text-decoration: none}

td#HeaderCell {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

td#CenterFrame {
	background-image: url('../img/arch.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

td {
        font-family: Verdana, Arial;
	font-size: 10pt;
}

table {
        font-family: Verdana, Arial;
	font-size: 10pt;
}

td#ImageBarCell {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: black;
}

div#dMenu {
	width: 620px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

div#dMenu div.PreFiller {
	float: left;
	height: 20px;
	line-height: 20px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	width: 30px;
	background-image: url('../img/menu.png');
	background-repeat: repeat-x;
}

div#dMenu div.menuObj {
	float: left;
	height: 20px;
	line-height: 20px;
	background-color: #808080;
	color: black;
	font-size: 11px;
	border-width: 0px;
	border-style: solid;
	border-color: lightgrey;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../img/menu.png');
	background-repeat: repeat-x;
}

div#dMenu div.PostFiller {
	float: left;
	height: 20px;
	line-height: 20px;
	background-color: #dcdcdc;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	width: 126px;
}

div#dMenu div.menuObj a {
	float: none;
	clear: both;
	display: block;
	text-decoration: none;
	color: white;
	padding: 0px;
}

div#dMenu div.menuObj:hover {
	background-color: #dcdcdc;
}

div#dMenu div.menuObj ul {
	display: none;
	position: absolute;
	background-color: #c0c0c0;
	border: 1px solid #808080;
	border-top-width: 0px;
	list-style: none;
	padding: 0px;
	margin-left: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	width: 170px;
	float: left;
	min-height: 1%;
	z-index: 5;
}

div#dMenu div.menuObj ul li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	height: 12px;
	line-height: 12px;
}

div#dMenu div.menuObj ul li a {
	text-decoration: none;
	display: block;
	color: black;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}

div#dMenu div.menuObj:hover ul {
	display: block;
}

div#dMenu div.menuObj ul li:hover {
	background-color: #FF9900;
}

div#dMenu div.menuObj:hover ul li:hover a {
	color: black;
}
