/* Defaults */
/* ----------------------------------------------------- */
body, form, div, span
h1, h2, h3, h4, h5, h6, p
ol, ul, li, hr, em, img
	{
	margin: 0px;
	padding: 0px;
	border: none;
	}

body
	{
	text-align: center;
	}

.FormWrapper
	{
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

.InlineText
	{
	vertical-align: middle;
	}
.InlineImage
	{
	vertical-align: middle;
	}

.Center
	{
	text-align: center;
	}

.FloatLeft
	{
	float: left;
	}
.FloatRight
	{
	float: right;
	}
.FloatLeftMargin
	{
	float: left;
	margin-left: 15px;
	}
.FloatRightMargin
	{
	float: right;
	margin-right: 15px;
	}

hr
	{
	clear: both;
	}

/* Header */
/* ----------------------------------------------------- */
#BodyTop
	{
	float: left;
	clear: both;
	width: 800px;
	height: 50px;
	}

#Header
	{
	position: relative;
	float: left;
	clear: both;
	width: 740px;
	min-height: 140px;
	padding: 0px 30px;
	}
* html #Header
	{
	height: 140px;
	}

#HeaderLogo
	{
	float: left;
	clear: both;
	width: 165px;
	height: 140px;
	}

#HeaderMenu
	{
	float: left;
	width: 545px;
	height: 25px;
	padding: 0px 15px;
	}

#HeaderMiddle
	{
	float: left;
	width: 545px;
	height: 85px;
	padding: 0px 15px;
	}

#HeaderBreadcrumb
	{
	float: left;
	width: 515px;
	min-height: 30px;
	padding: 0px 30px;
	}
* html #HeaderBreadcrumb
	{
	height: 30px;
	}

#HeaderImage
	{
	position: absolute;
	z-index: 3;
	left: 570px;
	top: -2px;
	width: 200px;
	height: 140px;
	}


/* Content */
/* ----------------------------------------------------- */
.Content
	{
	float: left;
	clear: both;
	width: 740px;
	padding: 5px 30px;
	}

.Login
	{
	float: left;
	width: 165px;
	height: 3em;
	text-align: center;
	}

.Login .LoggedOut,
.Login .LoggedIn
	{
	margin-top: 0.6em;
	}

.Login .LoggedOut input.TextBox
	{
	height: 1.2em;
	}

.Primary
	{
	float: right;
	width: 515px;
	padding: 0px 30px;
	}

.Secondary
	{
	float: left;
	width: 165px;
	padding: 10px 0px;
	}

.Primary img.HeadingImage, .Secondary img.HeadingImage, .Spotlight img.HeadingImage
	{
	vertical-align: middle;
	margin: 10px 10px 10px 0;
	}

.Primary .HeadingImageHeading, .Secondary .HeadingImageHeading, .Spotlight .HeadingImageHeading
	{
	display: inline;
	vertical-align: middle;
	}


/* RankingMap */
/* ----------------------------------------------------- */
.RankingMap
	{
	padding: 15px 0 0 0;
	}


/* Tables */
/* ----------------------------------------------------- */
.Primary table.Simple
	{
	width: 513px;
	margin-bottom: 0.5em;
	}
.Secondary table.Simple
	{
	width: 184px;
	margin-bottom: 0.5em;
	}


/* Footer */
/* ----------------------------------------------------- */
#Footer
	{
	float: left;
	clear: both;
	width: 740px;
	padding: 0px 30px;
	text-align: center;
	}

#FooterPrimary
	{
	float: right;
	width: 515px;
	padding: 15px 30px 0px 30px;
	}

#FooterSecondary
	{
	float: right;
	width: 165px;
	}

#Footer img
	{
	margin-top: -1px;
	}

#BodyBottom
	{
	float: left;
	clear: both;
	width: 740px;
	padding: 15px 30px 25px ;
	text-align: center;
	}

#BodyBottomPrimary
	{
	float: right;
	width: 515px;
	padding: 15px 30px 20px 30px;
	}

#BodyBottomSecondary
	{
	float: right;
	width: 165px;
	}

#BodyBottom img
	{
	margin-top: -1px;
	}


/* Other */
/* ----------------------------------------------------- */
.Content a.Block,
.Content a.Block:hover
	{
	display: block;
	vertical-align: middle;
	}

.Content a.Block img,
.Content a.Block:hover img
	{
	vertical-align: middle;
	}