@charset "UTF-8";


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

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: 18px;
	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;
	font-weight: bold;
}

	b.first { color: #115e74 }
	b.second { color: #841212 }
	b.third { color: #666 }

	p.first { color: #115e74 }
	p.second { color: #841212 }
	p.third { color: #666 }

	h1.first { color: #115e74 }
	h1.second { color: #841212 }
	h1.third { color: #666 }

	h2.first { color: #115e74 }
	h2.second { color: #841212 }
	h2.third { color: #666 }

	h3.first { color: #115e74 }
	h3.second { color: #841212 }
	h3.third { color: #666 }

	h4.first { color: #115e74 }
	h4.second { color: #841212 }
	h4.third { color: #666 }

	h5.first { color: #115e74 }
	h5.second { color: #841212 }
	h5.third { color: #666 }

	h6.first { color: #115e74 }
	h6.second { color: #841212 }
	h6.third { color: #666 }

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;
}

body  {
	background: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	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: #FFFFFF;
	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;
} 

img	{
	margin-top: 0px;
}

.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: #FFFFFF;
	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: solid #333 thin;
	margin-bottom: 10px;
} 

.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: 60px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	float: left;
	margin-left: 0px;
	width: 200px;
	margin-top: 10px;
}

.thrColAbsHdr #mainContent {
	width: 550px;
	padding: 50px 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 #000;
}

.thrColAbsHdr #mainContentArchive {
	width: 350px;
	padding: 50px 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 #000;
}

.thrColAbsHdr #sidebar2 {
	position: relative;
	right: 0;
	width: 175px; /* 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: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 60px;
	float: right;
}

#column1fr {
	width:190px;
	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;
}
		

.thrColAbsHdr #sidebar2notopmarg {
	position: relative;
	right: 0;
	width: 175px; /* 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: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	float: right;
}

.thrColAbsHdr #sidebarArchive {
	position: relative;
	right: 0;
	width: 350px; /* 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: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 60px 5px 20px 30px;
	float: left;
}

.thrColAbsHdr #container #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;
}

.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;
}

