@charset "utf-8";

body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 160%
}



A:visited {
	COLOR: #EC7703; TEXT-DECORATION: none
}
A:link {
	COLOR: #EC7703; TEXT-DECORATION: none
}
A:active {
	COLOR: #EC7703; TEXT-DECORATION: none
}
A:hover {
	COLOR: #EC7703; TEXT-DECORATION: underline
}



H1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 1.2em;
	PADDING-BOTTOM: 0px;
	MARGIN: 0.5em 0px 0.8em;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1em; PADDING-BOTTOM: 0px; MARGIN: 0.8em 0px 0.2em; PADDING-TOP: 0px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 0.7em; PADDING-BOTTOM: 0px; MARGIN: 0.8em 0px 0px; PADDING-TOP: 0px
}
.Ingress {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; MARGIN-BOTTOM: 0.7em; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}

#mainMenu{
	margin-left: 32px;
	line-height: 180%;
}

#menu_active{
	font-weight:bold
}

#color{
	COLOR: #EC7703;
}

#container {
	width: 970px;
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0em;
	height: 608px;
}

#container_no_height {
	width: 970px;
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 30px;
	height: auto;
	}


#mainContent_left {
	FLOAT: left;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#EC7703;
}

.mainContent_center {
	margin-left:225px;
	margin-right:285px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	}

#mainContent_right {
	FLOAT: right;
	width: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 80px;

}


#head {
	background-image: url(images/tfnPlan_top.gif);
	height: 124px;
	text-align: left;
	
}

#TopLeftLogoHolder {
	zoom: 1;
	PADDING-LEFT: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#TopCenterLogoHolder {
	WIDTH: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 46px;
	margin-left: 100px;

}

 #TopRightArea {
	FLOAT: right;
	margin-top: 31px;
}






 #TopLeftArea {
	WIDTH: 300px;
}

 #TopLeftLogoArea {
	WIDTH: 26.7em
}
