/* CSS Document */
body
{
	margin-top: 0px;
	background-color: #0F4166;
}


tr.groupLayoutBody
{
	background: url('../images/slice.png') right repeat-y;
}

td.groupNavMenu
{
	height: 350px;
	width: 250px;
	background: url('../images/groupSidebar.png') left top no-repeat; 
	font-size: 11px;
}

#groupNavMenu
{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	width: 215px;
        *width: 200px;
}

#groupContentText
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;

}

tr.groupFooter
{
	height: 35px;
	background: url('../images/groupFooter.png') left bottom no-repeat;
}

td.groupContent
{
	font-size: 11px;
}

td.groupHeaderCell
{
	text-align: center;
}

td.footerCell
{
	background: #0F4166;
}

#groupFooterInfo
{
	color: white;
	float: right;
	font-size: 9px;
}

p.groupTitle
{
	margin: 0;
	font-size: 18px;
	color: #FFFFFF;
	font-style: bold;
}

#bulletinBoard
{
	margin: 0px;
	border: medium solid #BEBDC3;
	font-size: 11px;
	background: #E1E7F3;
	width: 210px;
	margin-left: 7px;
	margin-top: 80px;
	padding: 5px;
}

p.bulletin 
{
	padding-top: 0px;
	font-style: italic;
}

img.bulletinLogo
{
	padding-left:9px;
	padding-bottom: 3px;
}
