﻿html, body
{
	background: #fff url(img/htmlBk.gif) repeat-x 0 0;
}
div#pageFrame
{
	position: relative;
	width: 884px;
	margin: 0 auto;
}
div#canvass
{
	position: relative;
	width: 879px;
	padding: 0 0 5px 5px;
	margin: 10px auto 0 auto;
	background: #005792 url(img/canvassBkTop.gif) repeat-x 0 0;
	z-index: 1;
}

/*
** Column 1
*/
div#col1
{
	float: left;
	position: relative;
	width: 270px;
	padding-top: 10px;
	z-index: 2;
}
div#menuContainer
{
	position: relative;
	width: 260px;
	background: url(img/menuBk.gif) repeat-y left top;
}
div#menuTop
{
	position: relative;
	background: url(img/menuTop.gif) no-repeat left top;
}
div#menuBottom
{
	position: relative;
	background: url(img/menuBottom.gif) no-repeat left bottom;
}
div#sidebarMenu
{
	position: relative;
	padding: 80px 20px 20px 20px;
	min-height: 100px; height: auto !important; height: 100px;
}
div#sidebar
{
	width: 250px;
	padding: 0 10px 30px 10px;
	text-align: center;
	min-height: 20px; height: auto !important; height: 20px;
}
div#sidebar div.advert
{
	margin: 30px 0 0 0;
}
div#sidebarFooter
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 270px;
	height: 10px;
	min-height: 30px; height: auto !important; height: 30px;
}


/*
** Column 2
*/
div#col2
{
	position: relative;
	width: 589px;
	margin-left: 280px;
	padding-top: 44px;
	z-index: 1;
}
div#titlebar
{
	height: 20px;
	line-height: 20px;
	padding-left: 7px;
}
div#titlebar a
{
	color: #eaeaea;
}
div#contentContainer
{
	position: relative;
	margin-top: 5px;
	background: #1272b3;
	padding: 7px;
	min-height: 500px; height: auto !important; height: 500px;
}
div#footer
{
	position: relative;
	height: 40px;
	background: #fff url(img/footerBk.png) no-repeat 0 0;
	z-index: 2;
}
img#wrfcShield
{
	position: absolute;
	right: 15px;
	bottom: 5px;
}



/*
** Breadcrumb styling
*/
ul.ablBreadcrumb
{
	margin: 0;
	padding: 1px 0 0 0;
	color: #999;
	font-size: 10px;
	list-style-type: none;
}
ul.ablBreadcrumb li
{
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
