/* Global */

body
{
//	background: #d9d9d9 url("/images-global/BackgroundGradient.png") repeat-x;
background-color: #F5F5F5;
	margin: 0px auto;
	font-family: "Lucida Grande", "Verdana";
	font-size: 12px;
	color: #3F4245;
	line-height: 1.4em;
	text-shadow: #ffffff 0px 1px 0px;
	-webkit-text-shadow: #ffffff 0px 1px 0px;
	-moz-text-shadow: #ffffff 0px 1px 0px;
}

/*Header*/
#HeaderContainer
{
	height: 65px;
	background: url("/images-global/HeaderGradient.png") repeat-x;
	border-bottom: 3px solid #DEDEDE;
}

#HeaderContent
{
	width: 800px;
	margin: 0px auto;
}

#Logo
{
	height: 61px;
	width: 225px;
	margin-left: -3px;
	background: url("/images-global/Logo.png") no-repeat;
	background-position: bottom;
}

#HeaderLinks
{
	float: right;
	margin-top: -1px;
}

#HeaderLinks.Button
{
	float: left;
	display: inline;
}

#HeaderLinks a
{
	float: left;
	display: inline;
	color: white;
	font-size: 14px;
	margin-left: 25px;
	font-weight: bold;
	text-decoration: none;
	height: 65px;
	padding-right: 4px;
	text-shadow: #000000 0px 1px 3px;
}

#HeaderLinks a.selected
{
	background: transparent url("/images-global/HeaderPushed-Right.png") no-repeat right top;
}

#HeaderLinks a.selected span2
{
	background: transparent url("/images-global/HeaderPushed-Left.png") no-repeat left top;
}

#HeaderLinks a span2
{
	display: block;
	line-height: 51px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 6px; /*We are always 4px less because of the padding-right we apply in #HeaderLinks a*/
	padding-top: 6px;
}

/* Content */
#PageSummaryContainer
{
	background: url("/images-global/PageSummaryGradient.png") repeat-x;
	border-top: 1px solid #C6C6C6;
	height: 101px;
}

#PageSummaryContent
{
	width: 800px;
	height: 101px;
	margin: 0px auto;
	margin-top: 10px;
}

#SummaryIcon
{
	float: left;
	display: inline;
}

#PageSummaryDescription
{
	margin-top: 6px;
}

.PageSummaryContentTitle
{
	color: 	#254664;
	font-size: 16px;
	font-weight: heavy;
	text-shadow: #ffffff 0px 1px 0px;
}

/* Main Content */
#MainContent
{
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	line-height: 1.6em;
}

#Footnotes
{
	margin-left: -25px;
	font-size: 9px;
	line-height: 15px;
}

/* Footer */
#Footer-Old
{
	width: 237px;
	height: 12px;
	text-align: center;
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 10px;
	
	background: url("/images-global/Copyright.png") no-repeat;
}
#Footer
{
	text-align: center;
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 10px;
	color: #7B7B7B;
	font-size: 11px;
	text-shadow: #FFFFFF 0px 1px 0px;
}

/* Tag Overrides */

img
{
	border: none;
}

h2
{
	margin-bottom: 5px;
	border-bottom: 1px solid #9B9B9B;
}

h3
{
	font-size: 16px;
	margin-bottom: -20px;
	color: 	#254664;
}

a, a:link, a:visited
{
	color: #3F4245;
}

p
{
	margin-top: 0px;
}

sup
{
	font-size: 8px;
}

table, tr, td
{
	font-size: 1em;
}
