body  {
	background: #FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: none;
}

b 	{
	font-family: arial;
	font-weight: bold;
}

p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	margin-bottom: 8px;
	margin-top: 0px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 0px;
	}
	
h2  {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 4px;
	margin-top: 0px;
}

h3	{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	font-style:normal;
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 0px;	
}
	
h4	{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 4px;
	margin-top: 0px;
}

h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 18px;
}

h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	margin-bottom: 4px;
	margin-top: 0px;
}

b	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

	b.first { color: #115e74 }
	b.second { color: #841212 }
	b.third { color: #666 }
	b.fourth {color:#FFF}
	
	p.first { color: #115e74 }
	p.second { color: #841212 }
	p.third { color: #666 }
	p.fourth {color:#FFF}
	
	h1.first { color: #115e74 }
	h1.second { color: #841212 }
	h1.third { color: #666 }
	h1.fourth {color:#FFF}
	
	h2.first { color: #115e74 }
	h2.second { color: #841212 }
	h2.third { color: #666 }
	h2.fourth {color:#FFF}
	
	h3.first { color: #115e74 }
	h3.second { color: #841212 }
	h3.third { color: #666 }
	h3.fourth {color:#FFF}
	
	h4.first { color: #115e74 }
	h4.second { color: #841212 }
	h4.third { color: #666 }
	h4.fourth {color:#FFF}
	
	h5.first { color: #115e74 }
	h5.second { color: #841212 }
	h5.third { color: #666 }
	h5.fourth {color:#FFF}
	
	h6.first { color: #115e74 }
	h6.second { color: #841212 }
	h6.third { color: #666 }
	h6.fourth {color:#FFF}
	
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
} 

#reviewpanel {
	width: 300px;
	position: relative;
	float: left;
	padding: 20px 10px 10px;
	background-color: #FFF;
	border-top: thin solid #666;
	margin-top: 10px;
}

#videowindow {
	width: 700px;
	position: relative;
	float: left;
	margin: 20px 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	background-color: #999;
}
.thrColAbsHdr #container #secondarystoryleft {
	background: #FFF;
	text-align: left;
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 235px;
	position: relative
}
.thrColAbsHdr #container #secondarystoryright {
	background: #FFF;
	text-align: left;
	margin: 0px 5px 10px 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 235px;
	position: relative
}

.thrColAbsHdr #container #secondarystoryhead {
	background: #FFF;
	text-align: left;
	margin: 0px 5px 0px 0px;
	padding: 30px 10px 10px;
	float: left;
	width: 472px;
	border-top: thin solid #000;
	position: relative;
}

.thrColAbsHdr #container #fpcolumn2photobox {
	background: #FFF;
	float: left;
	width: 322px;
	position: relative;
}

.thrColAbsHdr #container #secondarystory {
	background: #FFF;
	text-align: left;
	padding: 5px 10px 10px 10px;
	float: left;
	width: 300px;
	position: relative;
}

.thrColAbsHdr #mainStory  {
	margin: 0px 0 0 5px;
	padding: 0px 10px 10px;
	width: 250px;
	float: left;
	position: relative;
	background: #FFF;
	border-left: thin solid #666;
	border-right: thin solid #666;
	}
	
#homeSidebar {
	position:relative;
	width:204px;
	float: left;
	padding: 20px 5px 20px 10px;
	margin: 10px 0 10px 0;
	}
	
.thrColAbsHdr #sidebar2 {
	right: 0;
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right;
	padding: 10px 8px;
	margin-top: 10px;
	border: .5px solid #666;
}

.thrColAbsHdr #MainHead{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 5px;
	padding: 20px 10px;
	float: left;
	width: 750px;
	border-left: thin solid #666;
	position: relative;
}

#footer   {
	background-color:#FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 1000px;
	padding: 15px;
	position: relative;
	float: left;
	border-top-width: thin;
	border-top-color: #000;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #841212;
}
a:active {
	text-decoration: none;
	color: #115e74;
}
