@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #000000;
}

.thrColFixHdr #container {
	width: 905px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000044;
	font-family: Arial, Helvetica, sans-serif;
	color: #86A4CC;
	font-size: 17px;
} 
.thrColFixHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
} 
.thrColFixHdr #mainContent {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #000000;
	color: #6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
} 

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #6699FF;
}
.thrColFixHdr #partners {
	padding: 0 0px 0 0px;
	background-color: #000000;
	color: #6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.BoldNavyArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.BlueBoldItalic {
	font-family: Broadway;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #6699FF;
}

.RedBoldBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #FF0000;
}
.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B0C4DE;
}
/* ----------------------------------------------------------------------------------------------- */
h1 {
	font-family: "Arial Narrow";
	font-size: 26px;
	margin-bottom: 6px;
	color: B0C4DE;
	line-height : 30px;
	text-align: center;
   }
/* ----------------------------------------------------------------------------------------------- */
h2 {
	font-family: Minion Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 6px;
	color: #CC9900;
	line-height : 30px;
	margin-top: 1px;
   }
h3 {
	font-family: "Arial Narrow";
	font-size: 22px;
	color: #6699FF;
	font-weight: bold;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #86A4CC;
	text-align: center;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
	margin-bottom: 10px;
}


h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFDE79;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	font-size: 16px;
	color: #7DA8FF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #7DA8FF;
}
a:hover {
	color: #990000;
}
a:active {
	color: #7DA8FF;
}

a.ExternalLink {
	font-size: 16px;
	color: #5580FF;
}
a.ExternalLink:visited {
	color: #0033FF;
}
a.ExternalLink:hover {
	color: #990000;
}
a.ExternalLink:active {
	color: #3399FF;
}

a.myLinks {
	font-size: 11px;
	color: #B0C4DE;
	font-weight: bold;
}
a.myLinks:visited {
	color: #669999;
}
a.myLinks:hover {
	color: #990000;
}
a.myLinks:active {
	color: #3399FF;
}

