BODY {
	background-color: #3267c2;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.25em;
	}
	

p {
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	}

li {
	font-size: 0.8em;
} 

li li {
	font-size: 1em;
} 


H1 {font-size: 1.3em; color: #0d5513;}
H2 {font-size: 1.0em; color: #204d91; margin-bottom: -15px;}
H3 {font-size: 1.0em;}
H4 {font-size: 0.9em;}


.small {
	font-size: 0.7em;
	line-height: 12pt;
	}

.smaller {
	font-size: 0.7em;
	line-height: 11pt;
	}
	
.smallest {
	font-size: 0.6em;
	line-height: 10pt;
	}

.footerSmall {
	color: #BCE2F9;
	font-size: .8em;
	}

.dotted { clear: both; width: 100%; border-bottom: 1px dotted #62a9df; margin-bottom: 10px;}


	
/*----------- Main Divisions -----------*/


#wrapper {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	z-index: 1;
	border: 0px solid red;
	}	

#contentHolder {
	background-color: #9bd4f6;
	width: 734px; 	
	height: auto;	 
	border: 0px red solid;
	}

#content {
	padding: 20px;

}	

/*----------- Top Nav -----------*/


#globalNavHolder {
	position: relative;
	width: 734px; 
	height: 134px; 
	padding-bottom: -2px;
	background-color: #08420f;
	border-bottom: 2px #0d5513 solid;
	}	
	
#NavHolder {
	background: url("/thtv/img/topNav_bg.gif") no-repeat top;	
	width: 734px; 
	height: 33px; 	
	margin: 0px;
	padding: 0px;
	border: 0px red solid;	
	}		
	
#NavLinks {
	margin-left: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	border: 0px red solid;
	}			
#NavLinks a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}	
#NavLinks a:hover {
	color: #FFCC00;
	}	

#navPrint { display: none; }
	
a img {
	border: none;
}

/*-----------Formative Elements-----------*/

.clear {clear: both;}
.floatL {float:left; width: 250px;}
.floatR {float:right; width: 250px;}
.right { float: right; }
.left { float: left; }
.mgnt5px {margin-top: 5px;}
.mgnt0px {margin-top: 0px;}
.mgnL10px {margin-left: 10px;}
.mgnL5px {margin-left: 5px;}
.btm5px {padding-bottom: 15px;}
.mgnb5px {margin-bottom: 5px;}
.white {color:white;}
.red {color:red;}
.contestImg {margin-bottom: 3px;margin-top: 6px;}	
.showImg {margin:6px 6px 3px 8px;float:left;clear:left;}	


.brand { width: 90%; }

/*----------- Footer Specific -----------*/


#footer {
	position: relative;
	width: 736px; 
	height: 30px; 
	}

.footerSub {
	margin: 8px 0 10px 14px; 
	padding-bottom: 10px; 
	text-align: center; 
	border-bottom: 1px dotted #BCE2F9;
	width: 700px;
	}
		
.footerSub a {color: #231b64;font-size:0.90em;}			
.footerSub a:hover {color: #FFF;font-size:0.90em;}			
	

	
	
/*----------- Content Blocks -----------*/

table {
	font-size: 0.8em;
	width: 90%;
}

th {
	background-color: #27639e;
	color: #fff;
	padding: 5px;
}

td {
	background-color: #73b2df;
	padding: 5px;
}

.green {
	background-color: #afe054;
}

.outline {
	border: 3px solid #bce2f9;
	margin: 10px;
}
a:link {
	color: #27639e;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #1664a7;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

