#headerPanel, #sourcesPanel, #contentPanel
{
	border: 1px solid black;	
}

#sectionTitle
{
	position: relative;
	top: -3px;
	left: -2px;
	margin-left: 225px;
	font-size: 1.5em;
	color: #555555;
	font-weight: bold;
}

#headerPanel
{
	position: absolute; /* Source Code Independence */
	top: 0;
	left: 0;
	right: 0;
	height: 25px;
	padding: 11px 9px 9px 12px !important;
}

#sourcesPanel
{
	position: absolute;
	top: 46px;
	left: 0;
	bottom: 0;
	width: 119px;
	background-color: #DDDDDD;
}

dd
{
	margin-left: 0;
}

#contentPanel
{
	position: absolute;
	top: 46px;
	left: 120px;
	right: 0;
	bottom: 0;
	overflow: auto;
}

#sourcesPanel ul, #contentPanel ul
{
	list-style: none;
	margin: 0;
}

#sourcesPanel dt
{
	background: transparent url(/Views/ClientPresentation/Images/grey_gradient.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #AAAAAA;
	color: #333333;
	cursor: pointer;
	font-family: 'Lucida Grande',Helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 5px 5px 5px 12px;	
}

#sourcesPanel li
{
	color: #444444;
	cursor: pointer;
	font-family: 'Lucida Grande',Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 6px 6px 6px 0px;
	text-align: left;	
	padding-left: 1.5em;
}

#sourcesPanel li.selected 
{
	background-color: #8897B7;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 5px 0px;
	opacity: 0.8;
	padding-left: 1.5em;
}

#sectionsContent dd 
{
	margin-left: 0;	
}

#contentPanel ul li
{
	float: left;
	width: 200px;	
	height: 168px;
}

#contentPanel ul li div.articleContainer
{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px;
	height: 150px;
}

#contentPanel ul li img.articleImage
{
	float:right;
	margin-left:4px;
	margin-top:4px;
	width: 60px;
	height: 60px;
}

#contentPanel ul li a.articleHeadline
{
	color: #004276;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
	text-align: left;
}

#contentPanel ul li p.articleDescription
{
	color: #555555;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 120%;
	margin: 2px 0 0;
	padding-top: 0;
}

#contentPanel ul li p.articleDescription:after
{
	content: "...";
}

#logo
{
	position: fixed;
	top: 9px;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 33px;
}

