body {
	margin: 0;
	padding: 0;
	
	background-color: #121214;
	background-repeat: no-repeat;
	background-position: center 0px;
	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dcdfe5;		/* H:220 S:4 B:90 */
}

a {
	color: #99bbff;		/* H:220 S:40 B:100 */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #99bbff;
}

h1 {
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #99bbff;		/* H:220 S:40 B:100 */
	line-height:50px;
}

h2 {
	margin: 0 0 6px 0;
	
	font-size: 14pt;
	font-weight: normal;
	color: #bcc1cc;		/* H:220 S:8 B:80 */
}

p, ol, ul {
	margin: 0 0 20px 0;
	color: #bcc1cc;		/* H:220 S:8 B:80 */
	line-height: 1.5;
}

#pageTitle {
    display: block;
	margin: 0;
    position: relative;
    height: 180px;
}

.buttonLarge {
	display:block;
	height:50px;
	
	background-color: #70644e;
	background-color: rgba(255,170,0,0.2);
	border: 1px solid #ffaa00;
	border-radius: 8px;
	
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 18pt;
	color: #ffe4ad;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
}

.buttonLarge:hover {
	text-decoration: none;
}

.buttonLarge:visited {
	color: #ffe4ad;
}

.column1 {
	display: inline-block;
	width: 304px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column1 img {
	padding: 10px 20px 10px 40px;
}

.column1 p, .column1 h2 {
	padding: 0 20px 0 40px;
}

.column12 {
	display: inline-block;
	width: 610px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column12 p, .column12 h2 {
	padding: 0 20px 0 40px;
}

.column12 ol, .column12 ul {
	padding: 0 20px 0 80px;
}

.column123 {
	display: inline-block;
	width: 914px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column123 p, .column12 h2 {
	padding: 0 40px 0 40px;
}

.column123 ol, .column12 ul {
	padding: 0 40px 0 80px;
}

.column2 {
	display: inline-block;
	width: 306px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column2 p, .column2 h2 {
	padding: 0 20px 0 20px;
}

.column23 {
	display: inline-block;
	width: 610px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column23 p, .column23 h2 {
	padding: 0 40px 0 20px;
}

.column23 ol, .column23 ul {
	padding: 0 40px 0 40px;
}

.column3 {
	display: inline-block;
	width: 304px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

.column3 img {
	padding: 10px 40px 10px 20px;
}

.column3 p, .column3 h2 {
	padding: 0 40px 0 20px;
}

.dlgBackground {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	z-index: 50;
}

.dlgFrame {
	position:absolute;
	margin: 0 auto 0 auto;
	padding: 10px;
	
	background-color: #000000;
	border: 4px solid #474753;
	border-radius: 8px;
	
	z-index: 100;
}

.footerSection {
	margin: 0 40px 0 40px;
	font-size: 10pt;
	text-align: center;
}

.pageContent {
	background-image: url(PageContentMiddle.png);
	background-repeat: repeat-y;
}

.pageContentTop {
	height:48px;
	background-image: url(PageContentTop.png);
	background-repeat: no-repeat;
}

.pageFooter {
	clear: both;
	margin: 0 0 40px 0;
	padding: 0 0 0 40px;
	width: 954px;
	
	background-color: #0b0d0f;
	border-left: 1px solid #2f3b54;
	border-right: 1px solid #2f3b54;
	border-bottom: 1px solid #2f3b54;
}

.pageFooter .footerColumn {
    display: inline-block;
    width: 278px;
	margin: 0 40px 0 0;
    vertical-align: top;
    text-align: center;
}

.pageFooter .footerColumn h1 {
    margin: 12pt 0 0 0;
	line-height: normal;

	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 25px;
	color: #585c66;		/*	H:220 S:14 B:40*/
}

.pageFooter .footerColumn a {
    color: #8494b3;		/*	H:220 S:26 B:70 */
	text-decoration: none;
}

.pageFooter .footerColumn a:hover {
	color: #99bbff;		/* H:220 S:40 B:100 */
	text-decoration: underline;
}

.pageFooter .footerColumn p {
	font-size: 10pt;
	color: #737780;		/* H:220 S:10 B:50 */
    margin: 0;
}

.pageFooter .footerColumn123 {
    padding: 24px 120px 16px 120px;
    text-align: center;
}

.pageFooter .footerColumn123 p {
	font-size: 8pt;
	color: #585c66;		/*	H:220 S:14 B:40*/
	margin: 0;
}

.pageFrame {
	width: 998px;
	margin: 0 auto;
}

.pageHeader {
    position: relative;
	height: 100px;

	background-image: url(HeaderBackground.png);
	font-size: 10pt;
}

.pageHeader .headerSignIn {
	height: 52px;
	padding: 8px 24px 8px 24px;
}

.pageHeader .homeNav {
     display: block;
     position: absolute;
     top: 0px;
     left:319px;
     width:360px;
     height:70px;
 }

.pageHeader .accountControls {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: normal;
}

.pageHeader .accountControls span {
	padding: 0 4px 0 4px;
	border-radius: 4px;
	cursor: pointer;
}

.pageHeader .accountControls span:hover {
	background-color: #595966;
}

.pageHeader .accountIcon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
	
	background-color: #808080;
}

.pageHeader .accountName {
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 11pt;
	line-height: normal;
	
	padding: 0 4px 0 4px;
}

.pageHeader .accountSignIn {
	padding: 0 4px 0 4px;
	cursor: pointer;
}

.pageHeader .accountSignIn span {
	padding: 0 4px 0 4px;
	border-radius: 4px;
}

.pageHeader .accountSignIn span:hover {
	background-color: #595966;
}

.pageHeader .headerNavBar {
	height: 32px;
	padding: 0 13px 0 13px;
}

.pageHeader .headerNavBar a {
	display: inline-block;
	width: 162px;
	padding: 2px 0 0 0;
	
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 18px;
	color: #9da4b3;	/* H:220 S:12 B:70 */
	
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.pageHeader .headerNavBar span {
	display: inline-block;
	width: 162px;
	padding: 2px 0 0 0;
	
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 18px;
	color: #404040;
	
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.pageHeader .headerNavBar a:hover {
	/* background-image: url(HeaderPaneButtonHover.jpg); */
	color: #e0ebff;	/* H:220 S:12 B:100 */
}

.pageTitleText {
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 40pt;
	color: #e0ebff;	/* H:220 S:12 B:100 */

    margin: 0;
    position: absolute;
    bottom: 0;
}

.textBlock {
}

.textBlock h1 {
	margin: 0 0 4pt 0;
	padding: 0;
	
	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #99bbff;	/* H:220 S:40 B:100 */
	line-height:24pt;
}

.textBlock p {
	margin: 0 0 20pt 0;

    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bcc1cc;	/* H:220 S:8 B:80 */
	line-height: 1.75;
}

.textBlock p.textLore {
	font-style: italic;
	text-align: center;
}

@font-face {
	font-family: ConvectionRegular;
	src: url('ConvectionRegular.ttf');
}
