body 
{
	background-color: black;
}

a
{
	color: #b5e641;
	font-size: 10px;
}

.menu
{
	margin-top: 20px;

}

.menu a
{
	color: #567900;
	font-size: 12px;
	background-image: url(images/go2/menu_separator.gif);
	background-repeat:no-repeat;
	padding-left: 7px;
	margin-right: 25px;
	
}

.menu a.selected
{
	color: #b4e440;
	font-weight: bold;
}

.menu a.invite
{
	color: #b4e440;
}

.page
{
	border:solid 1px black;
	width: 1000px;
	height: 674px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/go2/mist_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #dcf4ba;
}



.rightPane
{
	float: right;
	width: 770px;
}

.header
{
	margin-top: 30px;
	margin-left: 40px;
}

.textclass 
{
	white-space: nowrap;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	width: 130px;
}

.textclass *
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	vertical-align: top;
	height: 18px;

}

.textclass input
{
	padding: 0 0 0 0;		
	top:0;
	border:0px;
	background-image: url(images/go2/text_background.gif);
	background-repeat:repeat-x;	
	width: 121px;
	font-size: 13px;
} 

.leftPane
{
	float: left;
	width: 158px;
	margin-top: 65px;
	margin-left: 25px;
	
	background-color: #3A3A3A;
}


.leftSubPane
{
	width: 158px;
}

.leftSubPaneContent
{
	padding-left: 15px;
	border-right: solid 1px #303030;
	border-left: solid 1px #505050;
	height: 100%;
}



/* ------- News  ----------- */
.newsItem
{
	margin-top: 10px;
	margin-right: 10px;
}

.newsItem *
{
	margin-top: 4px;
	font-size: 10px;	
}

.newsItemHead
{
	color: #b5e641;
}

.newsItemMoreLink
{
	text-align: right;
}

/* -------- Content ------ */
.contentHeaderNoBackground
{
	margin-top: 15px;
	
	font-size: 12px;
	font-weight: bold;
	color: #b4e440;
}

.contentHeader
{
	margin-top: 25px;
	
	font-size: 12px;
	font-weight: bold;
	color: #b4e440;
	height: 25px;

	background-position: bottom left;
	background-image: url(images/go2/underline_heading.gif);
	background-repeat:no-repeat;
	
}

.contentText
{
	text-align: justify;
	margin-top: 5px;
	line-height: 20px;
	color: #dcf4ba;
	font-size: 11px;
}

.footer
{
	white-space: nowrap;
	color: #8e9189;
	margin-right: 40px;
	margin-left: 27px;
}

/* Product page */

.productLeftPane{
    float: left;
    width: 205px;
    margin-top: 65px;
    margin-left: 25px;        
}

.productIcon {
    margin-top: -22px;
    margin-left: -10px;
    float: left;
}

.article h1{
    font-size: 15px;
    color: white;
    font-weight: bold;
}
    