#mainContent 
{
	width: 900px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 0px;
}

#content
{
	float: left;
	width: 800px;
}

#subnav 
{
	float: right; /* since this element is floated, a width must be given */
	width: 263px;
	padding-bottom: 15px;
	color: #333333;
}

#subnav .content 
{
	margin-top: 20px;
}

.box 
{
	width: 300px; 
	background-image: url(../Images/subnav_bg-tile.gif);
	background-repeat: repeat-y;
	list-style-type: none;
	text-decoration: none;
}

.box #top
{
	background-image: url(../Images/subnav_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 0px;
	height: 5px;
	margin-top:0px;
}

 /************************
 CSS Hack for Mozilla Firefox Browser
 and Mac browsers
 Added: Nov 5 2007
 ************************/
html>body .box #top
{
	background-image: url(../Images/subnav_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 49px;
	margin-top:0px;
}
/***********************/
 
.box #top a
{
	margin: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.box #bottom 
{
	background-image: url(../Images/subnav_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

 /************************
 CSS Hack for Mozilla Firefox Browser
 and Mac browsers
 Added: Nov 5 2007
 ************************/
html>body .box #bottom 
{
	background-image: url(../Images/subnav_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
 /***********************/
 
.box ul
{
	list-style-type: none;
	margin: -15px 0px -15px 24px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
}

.box p
{
	padding: 0px;
	margin: 0px;
}

.box a{
	color: #333333;
	text-decoration: none;
	text-indent: 0px;
}

.box a:hover {
	color: #eb6d20;
}

.box a.current {
	color: #eb6d20;
}

.keywordLink_title
{
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}

.keywordLink_member
{
	text-decoration: none;
}

