body
{
	background: #ffffcc url(../images/yellowbg.png) repeat-x scroll top left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 4px 4px 4px;
}

titlebar
{
	display: block;
	background: #99ccff url(../images/jjmn.netlogo.gif) no-repeat scroll center center;
	height: 48px;
	border: 4px solid #000099;
	border-left-width: 0px;
	border-right-width: 0px;
}

.siteh
{
	font-weight: bolder;
}

.links
{
	display: table;
	width: 100%
}

.links .linkcolumns
{
	display: table-row;
}

.links .linkcolumns .column
{
	display: table-cell;
	padding: 0px 10px 0px 10px;
	width: 50%
}

.group
{
	margin-bottom: 20px;
}

.group .grouptitle
{
	color: white;
	background-color: #000099;
	text-align: center;
	padding: 1px 0px 1px 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.group .grouplinks
{
	margin-left: 5%;
}

