@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(/images/BluePatt.bmp);
}
.twoColFixRtHdr #container {
	width: 1028px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#header h1 #NFILogo {
	padding-left: 10px;
}


.twoColFixRtHdr #header {
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	width: 1024px;
	margin-bottom: 5px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0 0 0 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 2.65em;
	font-weight: lighter;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	color: #000;
	background-color: #CCC;
	margin-top: 0px;
	padding-top: 0px;
	display: inline;
	height: 380px;
}
.twoColFixRtHdr #sidebar1 ul {
	background-color: #666;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 132px;
}
.twoColFixRtHdr #sidebar1 ul li {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 7px;
}
.twoColFixRtHdr #sidebar1 ul ul {
	background-color: #FFF;
	height: 90px;
	padding-bottom: 5px;
	margin: 5px;
	width: 148px;
	float: left;
}
.twoColFixRtHdr #sidebar1 #AcctButt{
	margin-left: 23px;
	border: 0;
	margin-bottom: 0px;
}
.twoColFixRtHdr #sidebar1 ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-left: 5px;
	padding-top: 0px;
	line-height: 1.3em;
}
.twoColFixRtHdr #sidebar1 ul ul li a {
	text-decoration: none;
	color: #000;
}
.twoColFixRtHdr #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
}
.twoColFixRtHdr #sidebar1 #AnlRepSm {
	margin-left: 21px;
	border: 0;
	float: left;
	margin-bottom: 5px;
}
.twoColFixRtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
	margin-top: 3px;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixRtHdr #mainContent2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
	margin-top: 0px;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixRtHdr #lineSpaceb {
	padding: 0px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62%;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #999;
}
.twoColFixRtHdr #footer p a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.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;
}

table#NicNews {
	width: 1024px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #FFF;
	position: relative;
	float: left;
}
#NicNews tr td {
	padding-right: 10px;
	padding-left: 10px;
}


#mainContent2 #NicNews tr td li {
	list-style-type: none;
	margin-top: 5px;
}
#mainContent2 #NicNews tr td li a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

#mainContent2 #NicNews tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #06C;
	margin-top: 5px;
}
.Clear {
	clear: both;	
}

