body
{
	font: 11px "Lucida Grande", Verdana, sans-serif;
	margin-top 0;
	color: #233755;
	background: #d6dadf;
}

#navbar-iframe { display: none; }

#container
{
	margin: 0px auto;
	background: white repeat-y right url(../img/menu_background.png);
	color: #2B2B2B;
	border: 1px solid #233755;
	width: 750px;
}

#header
{
/*	background: #D7E6F5;*/
	background: #e3e8eb;
	color: #0B2A51;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #CC0000;
}

#sidebar
{
	float: right;
	width: 150px;
}

#menu
{
	margin: 1em 0 10px 0;
}

#main
{
	padding: 2.33em 0 0 10px;
	margin: 0 160px 10px 0;
	line-height: 1.5em;
}

#footer
{
/*	background: #DFDFDF;*/
/*	background: #c6cfd6;*/
	background: #e3e8eb;
	border-top: 1px solid #CC0000;
	height: 31px;
	color: #454545;
	text-align: center;
	font-size: 0.9em;
}

.linkgroup
{
	padding: 8px 0 5px 2px;
}

.linkGroupTitle
{
	font-weight: bold;
	line-height: 180%;
	margin-left: 2px;
}

.grouplinks
{
	margin-left: 10px;
}

a
{
	text-decoration: none;
	color: #5B5B6B;
}

a:hover
{
	color: #CC0000;
}

#main a
{
	text-decoration: none;
	color: #CC0000;
}

#main p
{
	margin-bottom: 2em;
}

#main table
{
	margin-top: 10px;
	border: 1px solid #233755;
}

#main tr th
{
	padding-left: 8px;
	color: white;
	font: bold 12px "Lucida Grande", Verdana, sans-serif;
	background: #CC0000;
	text-align: left;
}

#main tr td
{
	font: 11px "Lucida Grande", Verdana, sans-serif;
	line-height: 1.5em;
	border-left: 1px solid #BBBBBB;
	padding: 3px 8px;
	vertical-align: top;
}

/* class definitions */

p.blogDate
{
	font-weight: bold;
}
