.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #665;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #EDE0CC 0px solid;
	border-bottom: #EDE0CC 1px solid;
	border-top: #EDE0CC 1px solid;
	border-right: #EDE0CC 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #CDC0AC;
	border-left: #CDC0AC 1px solid;
	border-bottom: #CDC0AC 1px solid;
	border-top: #CDC0AC 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 8px;
	cursor: pointer;
	cursor: hand;
	background-color: #EDE0CC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #EDE0CC 0px solid;
	border-left: #EDE0CC 0px solid;
	border-top: #EDE0CC 0px solid;
	border-right: #EDE0CC 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #EDE0CC 1px solid;
	border-left: #EDE0CC 0px solid;
	border-top: #EDE0CC 1px solid;
	border-right: #EDE0CC 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
	color: #b00;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #EDE0CC 1px solid;
	border-bottom: #EDE0CC 1px solid;
	border-top: #EDE0CC 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

span.menuimg {
  background: url(pwmenu.gif) no-repeat center center;
}

body { background-image:url(pwbg.gif); margin: 0px }

#gnpage {
	text-align: center;
	margin-top: -270px;
	margin-left: -350px;
	position: absolute;
	top: 50%; height: 530px; left: 50%; width: 700px;
	border: #fff 3px solid;
	background: #FEF9F1 url(pwpe.gif) no-repeat bottom right;
}

div.gnlogo {
    position: absolute;
    top: 3px;
    left: 15px;
    width: 75px;
    height: 40px;
    text-align: left;
    background: url(pwlogo.gif) no-repeat top left;
}

div.gnmenu {
    position: absolute;
    top: 0px;
    left: 95px;
    width: 430px;
    height: 36px;
    text-align: left;
    border-bottom: #B00 2px solid;
    padding-top: 8px;
}

div.gnuser {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 36px;
    text-align: right;
    border-bottom: #B00 2px solid;
    padding-top: 8px;
    padding-right: 5px;
}

div.gnuser a.OtherTabs, div.gnuser a.OtherTabs:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  9px;
    color: #666;
  }

div.gnuser a.OtherTabs:hover {
    color: #b00;
  }

div.gninfo {
    position: absolute;
    top: 50px;
    left: 15px;
    width: 200px;
    height: 430px;
    text-align: left;
    border: #fff 1px solid;
    background-color: #FDF0DC;
 padding: 5px;
 overflow: auto;
}

div.gncontent {
    position: absolute;
    top: 50px;
    left: 230px;
    width: 450px;
    height: 430px;
    text-align: left;
    border: #fff 1px solid;
    background-color: #FDF0DC;
    padding: 5px;
   	overflow: auto;
}

div.gnlink {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 600px;
    height: 10px;
    text-align: right;
    border-top: #fff 2px solid;
    padding: 5px;
}

div.gnlink span.OtherTabs, div.gnlink a.OtherTabs, div.gnlink a.OtherTabs:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: #666;
}

div.gnlink a.OtherTabs:hover {
   color: #b00;
}


#footer {
 font-size: 9px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 text-align: center;
 color: #999;
 background-color: #FEF9F1;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 40px;
 padding-top: 8px;
}

#footer a.Normal, #footer a.OtherTabs, #footer span.SelectedTab {
 font-size: 9px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 color: #999;
}

