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}
	
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.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;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
} 


.thrColAbsHdr #header {
	height: 205px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF;
	border-bottom-color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
} 


.thrColAbsHdr #mainStory  {
	margin: 0px 0 0 5px;
	padding: 0px 10px 10px;
	width: 250px;
	float: left;
	position: relative;
	background: #FFF;
	}
	
.thrColAbsHdr #mainContent {
	width: 510px;
	padding: 30px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background-color:#FFF;
	float: left;
	border-left: thin solid #333;
	border-right: thin solid #333;
	margin: 10px, 10px, 0, 20px;
	text-align: left;
}

.thrColAbsHdr #MainHead{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
	margin: 10px 5px 0px 0px;
	padding: 30px 5px 10px 5px;
	float: left;
	width: 770px;
	position: relative;
}

.thrColAbsHdr #sidebar1 {
	position: relative; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	float: left;
	margin: 10px, 20px, 15px, 20px;
	width: 180px;
}


.thrColAbsHdr #sidebar2 {
	right: 0px;
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right;
	margin: 10px, 0, 1px, 0;
	padding: 10px 0 0 10px;
	}

#homeSidebar {
	position:relative;
	width:100px;
	float: left;
	padding: 20px 5px 20px 10px;
	margin: 10px 5px 10px 0;
	}

#column1 {
	width:150px;
	float: left;
	padding: 0px 5px;
	margin: 10px 5px 0px 0;
	position: relative;
	}
#column1w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 0 10px;
	padding: 0px;
	float: left;
	width: 212px;
	position: relative;
}

#column1fr {
	width:180px;
	float: right;
	padding: 0px 5px;
	margin: 10px 5px 0px 0;
	position: relative;
	}
	
#column1frb {
	width:180px;
	float: right;
	padding: 8px;
	margin: 10px 5px 0px 0;
	position: relative;
	border: thin solid #666;
	}
		
#column1gray {
	width:180px;
	background-color:#CCC;
	float: left;
	padding: 0px 5px;
	margin: 10px 5px 0px 0;
	position: relative;
	}
	
#column2 {
	width: 300px;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 10px 5px 5px 5px;
	position: relative;
	}
	
#column2tr {
	width: 370px;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 0px 0;
	position: relative;
	border-top: thin solid;
	}
	
#column2fr {
	width: 375px;
	float: right;
	padding: 0px 5px 0px 5px;
	margin: 10px 5px 0px 0;
	position: relative;
	}
	
#column2b {
	width:310px;
	float: left;
	padding: 10px 5px 0px 5px;
	margin: 10px 5px 0px 0;
	border: thin solid #666;
	}
	
#column3 {
	position:relative;
	width:660px;
	float: left;
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 5px 5px;
	}

#column3b {
	position:relative;
	width:660px;
	float: left;
	padding: 10px 5px 10px 10px;
	margin: 10px 5px 10px 0;
	border: thin solid #666;
	}
	
#videowindow {
	width: 700px;
	position: relative;
	float: left;
	margin: 20px 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	background-color: #999;
}

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

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


.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;
}
img {
	margin-bottom: 10px;
}

