.MainMenu_MenuContainer {
	background-color: transparent;
	text-align:center;
}
.MainMenu_MenuBar {
	text-align:left;
}
.MainMenu_MenuItem {
	font-family: Arial;
	border-style: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	height: 20px;
}
.MainMenu_MenuItemSel {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	height: 20px;
}
.MainMenu_MenuIcon {
	display: none;
	background-color: #EEEEEE;
}
.MainMenu_MenuArrow {
	border-right: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	background-color: transparent;
	width: 7px;
}
.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}
.MainMenu_SubMenu {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EEEEEE;
}
.MainMenu_SubMenuItemSel {
	font-family: Arial;
	border-style: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3C982A;
	height: 20px;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(media/TabActMiddle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 27px;
}
.MainMenu_RootMenuItemSel {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	font-family: Arial;
	height: 27px;
}
.MainMenu_RootMenuItemActive {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(media/TabMiddle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 27px;
}
/* Vertical Menu */
.MainMenu_MenuContainer_Vert {
	font-size: 0px;
	background-color: transparent;
	width: 192px;
}
.MainMenu_MenuBar_Vert {
	height: 28px;
}
.MainMenu_MenuBreak_Vert {
	border-style: none;
	background-color: transparent;
}
.MainMenu_RootMenuItem_Vert TD {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(media/TabVertAct.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
.MainMenu_RootMenuItemSel_Vert TD {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	background-image: url(media/TabVert.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	height: 28px;
}
.MainMenu_RootMenuItemActive_Vert TD {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(media/TabVert.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
span.menuimg {
  background: url(pwmenu.gif) no-repeat center center;
}

body { margin: 0px }

#gnpage {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	height: 530px; left: 0px; width: 100%;
}
div.gnmenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	margin: 0px;
}
div.solmenu {
    position: absolute;
    top: 10px;
    left: 600px;
    width: 200px;
	margin: 0px;
}
div.gncontent {
    /*position: absolute;
    top: 50px;
    left: 230px;*/
    width: 650px;
    height: 360px;
    text-align: center;
    border: #0066CC 0px solid;
	padding-top: 40px;
   	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;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding-top: 8px;
}

#footer a.Normal, #footer a.OtherTabs, #footer span.SelectedTab {
 font-size: 9px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 color: #999;
}
.solpane {
margin-top: 0px;
margin-bottom: 0px;
}
.solpane2 {

}
A:link
{
	text-decoration: underline;
	color:#003366;
}

A:visited
{
	text-decoration: underline;
	color: #000000;
}

A:hover
{
	text-decoration: underline;
	color: #999999;
}

A:active
{
	text-decoration: none;
	color: #003366;
}
