﻿html, body
{
	background-color: #fff;
}

/*
** Page Structure
*/
div#pageFrame
{
	position: relative;
	margin: 0 auto;
	width: 797px;
}
a#logoLink
{
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 588px;
	height: 34px;
}
div#ccOuter
{
	position: absolute;
	left: 0;
	top: 51px;
	width: 797px;
	height: 550px;			/* Body Height */
	background: transparent url(img/bodyBkGrnd.gif) repeat-y left top;
}
div#content
{
	position: absolute;
	top: 55px;
	left: 38px;
	width: 757px;
	height: 493px;			/* Body Height 550px - Top Position 55px - Bottom Border Width 2px = 493 */
	overflow: hidden;
}
div#pageHeader
{
	position: absolute;
	left: 0;
	top: 0;
	width: 797px;
	height: 50px;
	background: #fff url(img/pageHeaderBkGrnd.gif) no-repeat left top;
}
div#pageFooter
{
	position: absolute;
	left: 0;
	top: 513px;			/* Body Height 550px - Footer BkGrnd Height 37px = 513px */
	width: 797px;
	height: 60px;
	background: #fff url(img/pageFooterBkGrnd.gif) no-repeat left top;
}
div#pageFooter a
{
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #002d6c;
}
div#pageFooter a.legal
{
	position: absolute;
	display: block;
	left: 37px;
	top: 42px;
}
div#pageFooter a.legal:hover
{
	color: #00d;
}
div#pageFooter a.design
{
	position: absolute;
	display: block;
	right: 22px;
	top: 42px;
	font-size: 10px;
}


/*
** Menu Style
*/
ul.menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li
{
	position: relative;
	display: inline;
	margin: 0;
	background-image: none;
}

ul#menu
{
	position: absolute;
	left: 40px;
	top: 8px;
}
ul#menu li
{
	padding: 0 100px 0 0;
}
ul#menu li.last
{
	padding-right: 0;
}
ul#menu a
{
	font: normal normal bold 12px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #002d6c;
}
ul#menu a.selected,
ul#menu a:hover
{
	color: #3966A9;
}


ul#sitemap
{
	position: absolute;
	display: none;
	left: 40px;
	top: 34px;
	line-height: normal;
}
ul#sitemap li
{
	padding: 0 11px 0 10px;
	border-right: 1px solid #3966A9;
}
ul#sitemap li.first
{
	padding-left: 0;
}
ul#sitemap li.last
{
	padding-right: 0;
	border-right: none;
}
ul#sitemap a
{
	font: normal normal bold 12px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #3966A9;
}
ul#sitemap a.selected
{
	color: #002d6c;
}
ul#sitemap a:hover
{
	text-decoration: underline;
}

