body
{
	background-color: #fff;
	font-family: Verdana;
	margin: 32px 0 0 0;
}

div.pageContainer
{
	margin: 0 auto;
	width: 940px;
}

div.topShadow
{
	height: 26px;
	background: transparent url('../images/top-shadow-bg.gif') repeat-x;
}

div.topShadow img.shadowLeft
{
	float: left;
}

div.topShadow img.shadowRight
{
	float: right;
}

div.leftShadow
{
	float: left;
	height: 100%;
	width: 20px;
	height: 455px;
	background: transparent url('../images/left-shadow-bg.gif') no-repeat;
}

div.rightShadow
{
	float: right;
	height: 100%;
	width: 20px;
	height: 455px;
	background: transparent url('../images/right-shadow-bg.gif') no-repeat;
}

div.pageHeader
{
	float: left;
	width: 900px;
}

div.pageMenu
{
	float: left;
	width: 900px;
	height: 26px;
	background: transparent url('../images/menu-bg.gif') repeat-x;
}

div.mainContent
{
	font-size: 12px;
	float: left;
	width: 681px;
	min-height: 574px;
	background: transparent url('../images/main-top-bg.gif') no-repeat;
}

div.searchBar
{
	float: left;
	width: 219px;
	background: transparent url('../images/right-search-bg.gif') no-repeat;
	padding-bottom: 2px;
}

.searchBar input
{
	border: 1px solid #690101;
	margin: 9px 0 0 62px;
	width: 136px;
}

div.innerContent
{
	min-height: 290px;
	margin: 42px 30px 0 23px;
}

div.welcomeText
{
	font-size: 14px;
}

div.triColumnLayout div.column
{
	float: left;
	width: 181px;
	margin: 0 22px;
}

div.triColumnLayout div.columnbg
{
	height: 239px;
	background: transparent url('../images/main-column-bg.gif') no-repeat;
	padding: 10px;
}

div.columnbg span
{
	color: #fff;
}

div.bottom
{
	margin: 0 auto;
	width: 100%;
}

div.bottomLeftShadow
{
	float: left;
	width: 20px;
	background: transparent url('../images/bottom-left-shadow-bg.gif') no-repeat bottom left;
	min-height: 488px;
}

div.bottomRightShadow
{
	float: right;
	width: 20px;
	background: transparent url('../images/bottom-right-shadow-bg.gif') no-repeat bottom left;
	min-height: 488px;
}

h1 
{
    font-size: 16px;
    font-weight: bold;
}