@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
img { behavior: url(iepngfix.htc); }
body {
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr {
	margin: 5px 0px;
	border: none;
	border-top:	1px solid #af0808;
	padding-bottom: 5px;
}
div.hr hr {
	display: none;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #af0808;
}
a:hover {
	text-decoration: underline;
	color: #af0808;
}
a:visited {
	color: #af0808;
}
a:active {
	color: #af0808;
}
ul {
	margin-left:25px;
	line-height:18px;
}
ol {
	margin-left:25px;
	line-height:18px;
}
#container {
	background-image: url(../_images/global/contentBackgroundTile.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 960px;
}
#primaryNavigation {
	background-image: url(../_images/global/headerBackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 110px;
	padding-right: 4px;
}
#contentWindow {
	background-image: url(../_images/global/contentBackgroundTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
#content {
	background-image: url(../_images/global/contentBackgroundBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	width: 888px;
	min-height: 300px;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 36px;
	padding-right: 36px;
}
#footer {
	text-align: left;
	padding-top: 10px;
	background-color: #000000;
	height: 100%;
}
#navButtonContainer {
	clear:right;
}
.flashContent {
	/*height: 100%;
	width: 100%;*/
	overflow: hidden;
	margin: 0;
}
.topNavButtons {
	float: right;
	padding-top: 22px;
}
.navButtons {
	float: right;
	padding-top: 28px;
}
.navButton {
	border: none;
	margin-right: 19px;
}
.spacer {
	clear: both;
}
.footerLinks {
	font-size: 11px;
	text-decoration: none;
	color: #af0808;
	font-weight: normal;
}
.footerLinks a {
	font-weight: normal;
	color: #b2b2b2;
}
.footerLinks a:visited {
	color: #b2b2b2;
}
.footerLinks a:hover {
	text-decoration: underline;
	color: #b2b2b2;
}
.footerLinks a:active {
	color: #b2b2b2;
}
.footerDividers {
	font-size:11px;
	color: #484848;
}
.copyrightText {
	font-size: 10px;
	line-height: 18px;
	color: #b2b2b2;
}
.logoLink {
	margin-left: 30px;
	margin-top: 34px;
	width: 225px;
	height: 55px;
	float: left;
	border: none;
}
.smallItalicLinks {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.contentHeader {
	margin-bottom: 18px;
}
.paragraphHeading {
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
}