
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;
}
    /* New Navigation Menu styles*/
	
	.main_dnnmenu_container {
	background-color: transparent;
	text-align: left; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	/*height:22px;*/
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#999999;
	font-size: 8pt; 
	font-style: bold; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional
    padding: 0px 8px 0px 8px;	*/	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #339933; 
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    /*padding: 0px 8px 0px 8px;   explicitly set padding for root menu items*/
	padding-left: 8px;
	padding-right: 8p;
	
}
.main_dnnmenu_rootitem:hover { /*TD if menu option for using tables is on*/

	color: #333333; 
	
}

.main_dnnmenu_itemhover {  
	color: #333333; 
	

}

.main_dnnmenu_itemhover td {  
	background-color: #Ffffff;
	color: #333333; 
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #ffffff;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}