
BODY
{
	margin-top:0;
	padding-top:0;
	margin-left:0;
	padding-left:0;
	margin-right:0;
	padding-right:0;
	background: #F6FAFF;
	font-size:14px;
}
#top
{
	margin-top:0;
	margin-left:0;
	margin-right:0; color:white;
	margin-bottom:0;  
	padding:5px;
	background: #073772;
	border-top-style:none;
	border-top-width:0;
	font-size:12pt;
	text-shadow:grey;
}
#left
{
	float:left;
	color:white;
	left:5px;
	padding:5px;
	background:#073772;
	width:175px;
	font-size:12px;
}
#left a, #menu a
{
   color:white;
 }
#left a:hover, #menu a:hover
{
 background:yellow; color:black;
}
#center
{
	margin-top: 1px;
	padding:5px;
	padding-top:2px;
	font-family:Helvetica,sans-serif;
	font-weight:600;
	margin-left: 184px;
}
#center p
{ text-indent:3em; }
#center H1
{
  margin-top:0;
  margin-bottom:3px;
  font-size:1.3em;
  line-height:1.3em;
}
div.dbgi
{
 background: url("/images/house_fade03.jpg") fixed no-repeat 176px 10px;
}
#inset
{ float:right; }
#menu
{ position:absolute;
  left:6px;
  top:65px;
  z-index:100;
}
a
{color:black;text-decoration:underline;
}
a:hover
{
	background:yellow; color:black;cursor:pointer; 
}
a:active
{background:#C6C6C6; color:black;}
#foot
{
  clear:both;
  margin: 10px 10px 5px;
  text-align: center;
}
img
{margin:5px;}

/* phreakmenu css
---------------------------------*/

ul.spcssmenu, ul.spcssmenu ul {
        width: 125px;
        height: 100px;
        padding: 0px;
        margin: 0px;
}

ul.spcssmenu li {
        list-style-type: none;
        list-style-image: url(/images/pixel.gif);
        list-style-position: outside;
        width: 120px;
        margin: -1px 0px 0px 0px;
        padding: 6px 3px 6px 3px;
	color:white;
        position: relative;
        font: 12px verdana, arial, sans-serif;
        background-color: #073772;
}

ul.spcssmenu li>ul {
        display: none;
        position: absolute;
        top: 4px;
        left: 125px; width:200px;
}

ul.spcssmenu li ul li
{
  width:200px;
  background-color:#5062FF;
}

li.sub {
        background: url("/images/sub.gif") no-repeat right;
}


/*ul.spcssmenu li:hover {
        background: #600;
}*/

ul.spcssmenu li:hover>ul {
        display: block;
}

ul.spcssmenu li a {
        /*text-decoration: none;*/
        display: block;
        width: 100px;
        font-weight: bold;
}


/**ul.spcssmenu li  a:link {
        color: #fff;
}

ul.spcssmenu li  a:visited {
        color: #fff;
}

ul.spcssmenu li  a:hover {
        color: #fff;
}**/

