@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 #sidebar1 {
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #000055;
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8FABD1;
	vertical-align: top;
}
.thrColFixHdr #sidebar1 h1 {
	background-color: #000055;
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
















	color: color
: #0066CC;;
	vertical-align: top;
	color: #B0C4DE;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}


.thrColFixHdr #container #sidebar1 table {
	font-family: "Bodoni MT Condensed";
	font-size: 24px;
	font-weight: bolder;
	color: #B0C4DE;
	border-left-style: solid;
	border-left-color: #0066FF;
	border-right-color: #0033FF;
	border-width: 4px;
	width: 180px;
	border-top-color: #3399FF;
	background-color: #000000;
	border-bottom-color: #0000DD;
}
.thrColFixHdr #container #sidebar1 td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #mainContent {
	padding: 0 10px;
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
} 



.thrColFixHdr #sidebar2 {
	width: 330px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #000044;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}
.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 {
	background-color: #000000;
	color: #5580FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BoldBabyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}


.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;
	margin-top: 1px;
   }
/* ----------------------------------------------------------------------------------------------- */
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	color: #FFE9A6;
}


h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFE9A6;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------------------------------------- */
hr {
	background-color: #CC9900;
	text-align: center;
	width: 40%;
	border-color: #CC9900;
	height: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CC9900;
}


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;
}
a.listrefs/* ----------------------------------------------------------------------------------------------- */
/* used for links within lists -- referenced with 'class="listrefs"' */
    {
	color:lightsteelblue;
	text-decoration:none;
	font-weight: normal;
	font-size:16px;
}
a.listrefs:visited {
	color:lightslategray;
	text-decoration:none;
	font-weight: normal;
}
a.listrefs:active  {
	color:lightsteelblue;
	text-decoration:none;
	font-weight: normal;
}
a.listrefs:hover   {
	color:crimson;
	text-decoration:none;
	font-weight: normal;
}

