@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/ui/b-bkg2.gif);
	background-repeat: repeat-x;
	background-color: #0C75BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 952px;
	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-image: url(../images/ui/b-content-bkg-cut.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
.thrColFixHdr #header {
	background: #000000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4169E1;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 222px;
	margin-bottom: 0;
	margin-left: 222px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
} 
.thrColFixHdr #mainContentWithMenu {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 222px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
} 
.thrColFixHdr #mainContentOnly {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}
.thrColFixHdr #mainContent li {
	margin-bottom: 12px;
}
.thrColFixHdr #mainContentWithMenu li {
	margin-bottom: 12px;
}
.thrColFixHdr #mainContentOnly li {
	margin-bottom: 12px;
}
.thrColFixHdr #mainContent ul {
	margin-bottom: 24px;
}
.thrColFixHdr #mainContentWithMenu ul {
	margin-bottom: 24px;
}
.thrColFixHdr #mainContentOnly ul {
	margin-bottom: 24px;
}


/*---- footer ----*/
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/ui/b-foot.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
} 

.thrColFixHdr #footer .sponsorboxouter {
	background-color:#FFFFFF;
	border: #000000 solid 1px;
	margin: 12px 0 0 0;
	height: 300px;
	padding-top: 24px
}
.thrColFixHdr #footer .sponsorboxinner {
	width: 180px;
	height: 100px;
	float: left;
}
.thrColFixHdr #footer .thanxboxouter {
	height: 300px;
	background-color:#FFFFFF;
	margin: 6px;
}
.thrColFixHdr #footer .thanxboxinner {
	width: 50%;
	height: 300px;
	float:left;
}
.thrColFixHdr #footer h1 {
	border-bottom: #4169E1 solid 1px;
	margin: 12px 12px 20px 12px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer .copyright {
	margin: 12px;
	border-bottom:#999999 solid 1px;
	border-top:#999999 solid 1px;
}

/*---- /footer ----*/

/*---- articles ----*/
.thrColFixHdr #mainContentWithMenu .articleBox {
	margin-bottom: 24px;
}
.thrColFixHdr #mainContentWithMenu .articleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr #mainContentWithMenu .articleMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4169E1;
	text-decoration: none;
}
.thrColFixHdr #mainContentWithMenu .articleMore a:link {
	color: #4169E1;
	text-decoration: none;
}
.thrColFixHdr #mainContentWithMenu .articleMore a:visited {
	color: #4169E1;
	text-decoration: none;
}
.thrColFixHdr #mainContentWithMenu .articleMore a:active {
	color: #4169E1;
	text-decoration: none;
}
.thrColFixHdr #mainContentWithMenu .articleMore a:hover {
	color: #0033FF;
	text-decoration: none;
}

.thrColFixHdr #mainContentWithMenu .articleDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
}
.thrColFixHdr #mainContentWithMenu .articleBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*---- /articles ----*/

.thrColFixHdr #sidebar1 .spotlightName {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr #sidebar1 .spotlightTitle {
	font-size: 10px;
	color: #000000;
}
.thrColFixHdr #sidebar1 .spotlightRole {
	font-size: 12px;
	color: #990000;
}
.thrColFixHdr #sidebar1 .spotlightBio {
	font-size: 10px;
	color: #000000;
}
.countdownBOX {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.prCredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*----------  side navbar ----------*/

.thrColFixHdr #sidebar1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	width: 182px;
	background-color: #E5E5E5;
}

.thrColFixHdr #sidebar1 ul li {
	border-top: 1px solid #FFFFFF;
}

.thrColFixHdr #sidebar1 ul li a {
	text-decoration: none;
	display: block;
	width: 160px;
	color: #999999;
	font-weight: bold;
	padding: 4px 10px;
}

.thrColFixHdr #sidebar1 ul li a:hover {
	background-color: #CCCCCC;
	color: #EEEEDC;
}

/*--bios--*/
.thrColFixHdr #sidebar1 #biowrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
.thrColFixHdr #sidebar1 #biowrapper .container {
	font-size: 11px;
	text-align: left;
}
.thrColFixHdr #sidebar1 #biowrapper h1 {
	font-size: 16px;
	margin: 0;
}
.thrColFixHdr #sidebar1 #biowrapper h3 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	border-bottom: #999999 solid 1px;
	margin-top: 0;
}
.thrColFixHdr #sidebar1 #biowrapper h4 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}
.thrColFixHdr #sidebar1 #biowrapper h2 {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	margin: 0;
}
.thrColFixHdr #sidebar1 #biowrapper p {
	margin-top: 0;
}
.thrColFixHdr #sidebar1 #biowrapper .details {
}
/*--/bios--*/
/*----------  /side navbar ----------*/

.thrColFixHdr #topnav {
	background: #4169E1;
	height:28px;
	padding: 0;  
} 


.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;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4169E1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.sponsorlogo {
	text-align: left;
	color: #000099;
	font-weight: bold;
	font-size: 18px;
	border-bottom:#000099 dashed 1px;
}

/*---------- intra page menu ----------*/
#ipmenu {
	border-top: #666666 dotted 2px; 
	border-bottom:#666666 dotted 2px; 
	margin: 0 0 40px 0; 
	padding: 12px 0 12px 32px;
	background: #CCCCCC;
}
#ipmenu a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#ipmenu a:hover {
	text-decoration: underline;
}
#ipmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#ipmenu li {
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}

/*---------- intra page menu ----------*/
