html	{
    height: 100%;
}

* { padding: 0;
    margin: 0;
}

body {
    height: 100%;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    background: #fff;
}

a:link {
	color: #2c6b9c;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2c6b9c;
}

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

a:active {
	text-decoration: none;
}

img	{
    text-decoration:none;
    border:0 none;
}

a img {
    border:0 none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	width: 1100px;
	float: left;
}

#nav {
	padding-left:2px;
	float:left;
	clear:left;
	width:100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:993px;
	padding-left:5px;
	padding-top:10px;
	float:right;
	clear:right;
	text-align:center;	
}

#sub	{
	font-size:20pt;
}

#foot	{
	height:20px;
	clear:both;
	width:1100px;
	text-align:center;
	font-size: 9pt;
}

#push {
	height:20px;
}

img.logo {float: left;
clear:both;}

#flyout {float:left; clear:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:96px; z-index:100;}
#flyout ul {padding:0; margin:0; list-style:none; width:96px; height:auto; position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-left:1px; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:96px; height:22px; border: 1px solid #726151; background:#fff; color:#726151; line-height:22px; font-family:verdana, arial, sans-serif; font-size:11px; text-decoration:none; text-indent:5px;}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#2c6b9c; color:#fff;}
#flyout li:hover > a {background-color:#2c6b9c; color:#fff;}

#flyout ul li a {background:#726151; color:#fff;}

#flyout li a.current,
#flyout ul li a.current {background-color:#2c6b9c; color:#fff;}

#flyout :hover ul {left:98px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color:#2c6b9c; color:#fff;}
