p {
	font-size:11px;
	margin-top:0;
	margin-bottom:5px;
	text-indent:1em;
	clear: left;
}
p#thumbnailcaption {
	font-size:10px;
	margin-top:2px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 145px;
}
h2#redhead {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e21e26;
	margin-top:0;
	margin-bottom:0px;
	clear: left;
}
h3#headline {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
	margin-top:0;
	margin-bottom:0;
	clear: left;
}
p#dateposted {
	font-size:9px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin-top:4px;
	margin-bottom:2px;
	text-indent:0;
	}
p#blogpost {
	font-size:11px;
	margin-top:0;
	margin-bottom:0px;
	text-indent:1em;
	clear: left;
}
p#postedby {
	font-size:9px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444444;
	margin-top:0px;
	margin-bottom:4px;
	text-indent:0;
	text-align: right;
}
p#calendarday {
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	margin-top:4px;
	margin-bottom:0px;
	text-indent:0;
	text-align:left;
}
p#calendardate {
	font-size:15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:0;
	font-weight: 600;
	
}
p#footerheadline {
	font-size:10px;
	margin-top:3px;
	margin-bottom:5px;
	text-indent:1em;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
p#footertext {
	font-size:10px;
	margin-top:3px;
	margin-bottom:5px;
	text-indent:1em;
	clear: left;
}


img#displayphoto{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-right: 6px;
}

ul#footerlinks {
	font-size:10px;
	margin-top:4px;
	margin-bottom:4px;
	clear: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: none;
	text-align: left;
	text-indent:0;
}
div#linkscolumnnarrowtop {
	height: 18px;
	width: 100px;
	padding-right: 3px;
	float: left;
	text-align: left;
}
div#linkscolumnnarrowbottom {
	height: 78px;
	width: 100px;
	padding-right: 3px;
	float: left;
	text-align: left;
}
div#linkscolumnwide {
	height: 75px;
	width: 142px;
	float: left;
	text-align: left;
	margin-top: 4px;
}
div#footerphotobox {
	margin-top:27px;
	margin-left:15px;
	margin-right:0px;
	clear: left;
	height: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footerphoto {
	height: 175px;
	width: 150px;
	float: left;
	padding-right: 3px;
}

<!-- 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px;
	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-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-bottom: 15px;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	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. */
	border-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
div#maincontentarea {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width: 780px;
	clear: both;
	border-right-color: #666;
	border-left-color: #666;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 100px; /* 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 */
	margin: 0;
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.thrColAbsHdr #navbartop { 
	height: 20px; /* 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: black; 
	margin: 0;
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #column1 {
	position: inherit;
	top: 199px;
	width: 170px; /* 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: white;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	clear: both;
	height: inherit;
}
.thrColAbsHdr #column2 {
	position: inherit;
	top: 199px;
	width: 400px; /* 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: white;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	clear: both;
	height: inherit;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.thrColAbsHdr #column3 {
	position: inherit;
	top: 199px;
	width: 170px; /* 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: white;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	clear: both;
	height: inherit;
}
table#main {
	width:780px;
	cellpadding:0;
	cellspacing:0;
	margin-bottom:5px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

td#columns {
border-left: solid 1px #666; 
}

.thrColAbsFtr  #navbarbottomleft {
	height: 20px; /* 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 */
	width:300px;
	background: #cc3333;
	padding: 0px 0px 0px 0px;  /* 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. */
	font-size: 100%;
	color: #FFF;
	float: left;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
}
.thrColAbsFtr #navbarbottomright {
	height: 20px; /* 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: #cc3333;
	padding: 0 0px 0 0px;  /* 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. */
	font-size: 100%;
	float: right;
	width: 479px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColAbsFtr #footer {
	height: 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}	

.thrColAbsFtr #footerleft {
	height: 250px;
	width: 300px;
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: black;
	color: #FFF;
	float: left;
	text-align: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333;
} 
.thrColAbsFtr #footerright {
	height: 250px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: black;
	float: right;
	left: 254px;
	top: inherit;
	width: 479px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
} 
.thrColAbsFtr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #999;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 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;
}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	top: 100px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 780px;
	clear: both;
	}

#menuh
	{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width:100%;
	float:left;
	margin-top: 0em;
	background-color: #000;
	margin-right: 0em;
	margin-bottom: 3px;
	margin-left: 0em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-right: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: black;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #999;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

.footerlinks:link {
	color: #FFF;
	text-decoration: none;
}
.footerlinks:visited {
	color: #FFF;
	text-decoration: none;
}
.footerlinks:hover {
	color: #FFF;
	text-decoration: underline;
}
.footerlinks:active {
	color: #FFF;
	text-decoration: none;
}

.toplinks:link {
	color: #444444;
	text-decoration: none;
}
.toplinks:visited {
	color: #777;
	text-decoration: none;
}
.toplinks:hover {
	color: #777;
	text-decoration: underline;
}
.toplinks:active {
	color: #777;
	text-decoration: none;
}
.textlinks:link {
	color: #777;
	text-decoration: none;
}
.textlinks:visited {
	color: #777;
	text-decoration: none;
}
.textlinks:hover {
	color: #777;
	text-decoration: underline;
}
.textlinks:active {
	color: #777;
	text-decoration: none;
}
.redheadlinks:link {
	color: #e21e26;
	text-decoration: none;
}
.redheadlinks:visited {
	color: #e21e26;
	text-decoration: none;
}
.redheadlinks:hover {
	color: #e21e26;
	text-decoration: underline;
}
.redheadlinks:active {
	color: #e21e26;
	text-decoration: none;
}

.headlinelinks:link {
	color: #444444;
	text-decoration: none;
}
.headlinelinks:visited {
	color: #444444;
	text-decoration: none;
}
.headlinelinks:hover {
	color: #444444;
	text-decoration: underline;
}
.headlinelinks:active {
	color: #444444;
	text-decoration: none;
}
.footerredbarlinks:link {
	color: #FFF;
	text-decoration: none;
}
.footerredbarlinks:visited {
	color: #FFF;
	text-decoration: none;
}
.footerredbarlinks:hover {
	color: #FFF;
	text-decoration: underline;
}
.footerredbarlinks:active {
	color: #FFF;
	text-decoration: none;
}
iframe {
	display:block; width:100%; height:500px; border:none;
}
