
body
{
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 17px;
}

a
{
	color: #000000;
	text-decoration: none;
}

#container #header
{
	height: 80px;
	position: relative;
}

#container #header a#logo
{
	position: absolute;
	height: 80px;
	width: 291px;
	background-color: Aqua;
	background-image: url(/_img/pathfinder_logo_new.gif);
}

#container
{
	width: 850px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#frontContent
{
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 45px;
	text-align: left;
}

div.horizontalbreak
{
	border-top: solid 1px #eeeeee;
	margin-top: 15px;
	padding-bottom: 15px;
}

#footer
{
	border-top: solid 1px #cecece;
	color: #cecece;
	font-size: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#container #flashArea
{
	height: 267px;
	background-image: url(/_img);
}
#container #header #topLevelMenu
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#container #header #languageMenu
{
	position: absolute;
	top: 5px;
	right: 5px;
}


#container #header #topLevelMenu A
{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

#container #header #topLevelMenu td.expandedTop A, #container #header #topLevelMenu td.selected A
{
	border-bottom: solid 1px #aa172c;
}

#container #header #languageMenu A
{
	font-size: 10px;
}

#container #frontContent .titleRow td.text
{
	background-image: url(/_img/GreyGradientBar2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
}

#container #frontContent .titleRow a
{
	color: #aa172c;
	font-size: 11px;
	font-weight: 700;
	padding-left: 15px;
	background-image: url(/_img/arrow-right.gif);
	background-repeat: no-repeat;
}

#container #frontContent .thumbMenuItem
{
	width: 207px;
	height: 109px;
	cursor: pointer;
}
