@charset "utf-8";
/* CSS Document */

#dropDownMenu 	{POSITION:absolute;Z-INDEX:100;}

	body
	{
		background-color: #EEEEEE;
	}

	a, a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #72000a;
	}
	
	a:hover
	{
		font-weight: normal;
		color: #0066cc;
		
	}

	a.headerLinkText,a.headerLinkText:link,a.headerLinkText:visited,a.headerLinkText:active
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12.5px;
		color: #000000;
	}
	
	a.headerLinkText:hover
	{
		font-weight: normal;
		color: #0066cc;
		
	}
	
	a.menuLinkText,a.menuLinkText:link,a.menuLinkText:visited,a.menuLinkText:active
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
	}
	
	a.menuLinkText:hover
	{
		font-weight: normal;
		color: #0066cc;
		
	}


	.mainContainer
	{
		background-color: #FFFFFF;
		border: solid;
		border-width: 1px;
		border-color: #AAAAAA;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		text-align: left;
		width: 900px;
		
	}
	
	.headerLogoImage
	{
		
	}

	.headerLinksContainer
	{
		background-image: url(../images/headerLinksBar.jpg);
		width: 832px;
		height: 40px;
		padding-left: 68px;
		vertical-align: middle;
	}
	
	.headerLink
	{
		border-left: solid;
		border-left-width: 1px;
		border-left-color: #6d829c;
		padding-left: 20px;
		padding-right: 20px;
		
	}
		
	.headerLinksDropShadow
	{
		background-image: url(../images/headerLinksBarDropShadow.jpg);
		height: 6px;
		width: 100%;
	}
	
	.linkMenuContent
	{
		padding: 20px;
		background-image: url(../images/menuBackground.jpg);
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		border: solid;
		border-width: 1px;
		border-color: #6d829c;
	}
	
	.linkMenuItem
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-bottom: 10px;
	}
	
	.linkMenuShadowLeft
	{
		background-image: url(../images/menuShadowLeft.png);
		height: 100%;
	}
	
	.linkMenuShadowRight
	{
		background-image: url(../images/menuShadowRight.png);
		height: 100%;
	}
	
	.linkMenuShadowBottom
	{
		background-image: url(../images/menuShadowBottom.png);
	}
	
	.mainContent
	{
		margin: 20px;
		margin-left: 68px;
	}
	
	.contentTitle
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		color: #0d2a56;
		margin-bottom: 20px;
	}
	
	.contentText
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 1.25;
	}
	
	.contentTextBlack
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 1.25;
	}
	
	.contentItemTitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.whatsnewContainer
	{
		border: solid;
		border-width: 1px;
		border-color: #AAAAAA;
	}
	
	.whatsnewContainerHeader
	{
		background-image: url(../images/whatsNewBar.jpg);
		background-repeat: repeat-x;
		vertical-align: middle;
		height: 30px;
		padding-top: 12px;
		padding-left: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #72000a;
		border-bottom: solid;
		border-bottom-width: 1px;
		border-bottom-color: #AAAAAA;
	}
	
	.whatsnewItemSection
	{
		margin: 15px;
	}
	
	.whatsnewItemTitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.whatsnewItemDetail
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 1.25;
	}
	
	.partnerLogo
	{
		margin-right: 25px;
	}
	
	.partnerLogoContainer
	{
		border-top: solid;
		border-top-width: 1px;
		border-top-color: #AAAAAA;
		margin-top: 35px;
		padding: 15px;
	}
	
	.footerContent
	{
		background-color: #0d2a56;
		padding: 15px;
		padding-top: 50px;
		padding-left: 68px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
	}
