body  {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background: #5C743D url(tnfm-images/bg.gif) repeat-y fixed center;
	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: #333333;
}

a:link, a:visited{
	color: #000099;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.boldStyle{
	font-weight: bold;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F1EBC3;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 460px;
	z-index: 5;
	position: relative;
} 

#flag {
	padding: 0px;
	margin: 0px;
	height: 340px;
} 

#menuLinks{
	background: url(tnfm-images/linksBar.gif) repeat-x;
	position: absolute;
	right: 0px;
	height: 40px;
	width: 640px;
	z-index: 100;
	bottom: 0px;
}

#endcapright{
	position: absolute;
	bottom: 0px;
	right: 0px;	
}

#endcapleft{
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

#menuLinks table{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#menuLinks td{
	color: #47001D;
	padding: 0px 20px;
}

#menuLinks td a:link, #menuLinks td a:visited{
	color: #FFFFCC;
}

#menuLinks td a:hover{
	text-decoration: underline;
}

#flagLogo{
	padding: 0px;
	margin: 0px;
	clear: none;
	float: left;
	width: 340px;
}

#flagLogo div{
	font-size: 11px;
	line-height: 15px;
	color: #f1ebc3;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


#flagBanner{
	padding: 0px;
	margin: 0px;
	clear: none;
	float: right;
	position: relative;
	height: 270px;
	width: 640px;
} 

#globalNav{
	color: #000000;
	padding: 0px;
	margin: 0px;
	background: #5C743D;
	height: 5px;
	text-align: left;
	vertical-align: middle;
}

#globalNav p{
	font: 14px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #330033;	
	padding: 0px;
	margin: 0px;
}

#sidebar-home{
	width: 225px; /* 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 */
	padding: 10px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 315px;
	z-index: 1;
	background: #99CC66; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar-home img{
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px 7px 3px 0px;
}

#sidebar-home img.bottom{
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px -7px 3px 0px;
}

#sidebar-home hr{
	width: 215px; /* 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 */
}

#sidebar-news{
	background: #99CC66; /* the background color will be displayed for the length of the content in the column, but no further */
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 790px;
	right: 0px;
	top: 0px;
}

#sidebar-home p.sidered{
	color: #7F0034;
}

#sidebar1{
	width: 225px; /* 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: #99CC66; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 315px;
	height: 590px;
	z-index: 1;
}

#sidebar1 hr{
	width: 215px; /* 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 */
}

#tp{
	position: absolute;
	left: 0px;
	top: -45px;	
	z-index: -1;
}

#tp-home{
	position: absolute;
	top: -50px;
	z-index: -1;
	right: -7px;
}

#bp-home{
	position: absolute;
	left: 0px;
	bottom: -27px;
	z-index: -1;
}

#bp{
	position: absolute;
	left: 0px;
	bottom: -27px;
	z-index: -1;
}

#mainContent {
	margin: 0px 285px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 660px;
} 

#mainContentAlt {
	margin: 0px 285px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 790px;
} 

#mainContent p, #mainContentAlt p{
	margin: 0px 0px 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent hr, #mainContentAlt hr{
	margin: 15px 0px;
	padding: 0px;
}

#mainContent h1, #mainContentAlt h1{
	margin: 0px 0px 10px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #7F0034;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainContent h2, #mainContentAlt h2 {
	margin: 0px 0px 8px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #7F0034;
	font: bold 17px/21px Verdana, Arial, Helvetica, sans-serif;
}

#mainContent h3, #mainContentAlt h3{
	margin: 0px 0px 8px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #7F0034;
	font: bold 15px/19px Georgia, Verdana, Arial, sans-serif;
}

#mainContent table, #mainContentAlt table{
	width: 700px;
}

#mainContent img, #mainContentAlt img{
	clear: none;
	float: left;
	padding: 0px 15px 0px 15px;
}

#mainContent table.alt, #mainContentAlt table.alt{
	position: absolute;
	left: 0px;
	top: 320px;
	z-index: -1;
	width: 700px;
}

#mainContent ul li, #mainContentAlt ul li{
	list-style: disc outside;
}

#mainContent ul li a, #mainContentAlt ul li a, #mainContent ul li a:visited, #mainContentAlt ul li a:visited{
	color: #008C01;
	text-decoration: none;
	font-weight: bold;
}

#mainContent ul li a:hover, #mainContentAlt ul li a:hover{
	text-decoration: underline;
}

#footer {
	padding: 30px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#footer p {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	text-align: center;
}

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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}