﻿#frontpage
{
	background: #DDDCDC;
	height: 515px;	
}
#frontpage div
{
	
}
#frontpage #goto a:hover, #frontpage #youare a:hover
{
	text-decoration: underline;
}

#goto
{
	width: 460px;
	background: #F2F2F2;	
	height: 500px;
	float: left;
	border: solid #CCCCCC 1px;
}
#goto a
{
	text-decoration: none;	
}

.categoryCollection
{
	width: 100%;
}
.categoryCollection td
{
	width: 50%;
	vertical-align: top;
}
.categoryCollection td td
{
	width: auto;
}
.categoryCollection .parentCategory
{
	font-weight: 900;
	color: #B31B34;
}
.categoryCollection .childCategory
{
	color: #333333;
	font-weight: normal;
}

.DescriptionCell a
{
	color: #333333;
	font-weight: normal;
}

#youare
{
	width: 325px;
	background: #D2E4EF;
	height: 500px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: solid #CCCCCC 1px;
}
#youare table
{
	margin: 4px;
}
#youare a
{
	text-decoration: none;
	font-weight: 900;
	text-decoration: none;
	color: #B31B34;

}


#youare .GroupDescription, .GroupDescription
{
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
}

#relevant a
{
	text-decoration: none;
}

#popular a
{
	text-decoration: none;
}

#notLoggedIn
{
	height: 78px;

	background: #DDDCDC;

}


