﻿/* DIV tags *//*-----------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url("../images/bkgnd-b-bl-b-2.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #fff;
  background-color: black;
}

.container {
	position:relative;
  width: 880px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

/* Masthead */
#NFmasthead {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: #000;
  background-position: center;
  background-image:url('../images/WebUnLtd_com_Logo.jpg');
  background-repeat: no-repeat;
  height:198px;
}

#Fmasthead {
  width: 880px;
  margin: 0 auto;
  height:198px;
}

/* Navigation */
#iMenu {
/*	width: 600px; 
*/
	margin: 0 auto; 
	border: none;
	z-index:10;
	border: 0;
}

/* Right Column */

#column_r img {}

#column_f {
  position: relative;
  float: none;
  margin: 0;
  width: 880px;
  font-size:11px;
}

#column_r {
  position: relative;
  margin: 0;
  float:right;
  padding:10px;
  width: 360px;
}

#column_l {
  position: relative;
  float: left;
  margin: 0;
  width: 480px;
  padding: 10px;
}

#Icolumn_l {
  position: relative;
  float: left;
  padding-top:8px;
  left:15px;
  width: 518px;
  z-index:4;
}


#Icolumn_r {
  position: relative;
  float: right;
  padding-top:8px;
  right: 15px;
  width: 317px;
  z-index:6;
}

#Icolumn_r ul{
	text-align:left;
	font-weight:bold;
	color:#FFcc00;
}

#NFfooter {
  width: 100%;
  height:56px;
  overflow: auto;
  clear: both;
  margin: 0;
  border: 0;
  text-align: center;
  font-size:10px;
  padding-top:30px;
  padding-bottom: 10px;
  background-image:url('../images/footer.gif');
  background-repeat:no-repeat;
  background-position:center;
}

#Ffooter {
  width: 880px;
  margin: 0 auto;
  height:72px;
}

/* Site typography */

h1 {
	font-size: 24px;
	color: #FFCC00;
}

h2 {
	font-size: 22px;
	color: #FFCC00;
}

h3 {
	font-size: 22px;
	color: #FFFF00;
}

h4 {
	font-size: 14px;
	color: #FFCC00;
	text-align:left;
}

h5 {
  font-size: 10px;
  color: #800;
}

h6 {
  font-size: 8px;
  color: #700;
}

t1 {
  font-family: "Times New Roman";
}

t2 {
  text-align: right;
  color: #FFFFFF;
}
/* Footer */

#footer p {
  font-size: 10px;
  color: #fff;
}
/* Links */

a {
  color: #aaaaaa;
  text-decoration: underline;
}

a:hover {
  color: #fa3;
  text-decoration: underline;
}

.style_bold {
  font-weight: bold;
}

.style_italic {
  font-style: italic;
}

/* this is added for use with popup box,  which refers to a style, but the html is written via java, and so Web Expressions does not see the html code
and does not see the style is being used, so 1) it deletes it   and 2) it creates other styles so, we can use a low # or it may be same aa WebExpression creates*/
.blubox {
	border: 2px solid #FFFF00;
	background-color: #000080;
	padding:4px;
}
.style2 {
	color: #FF0000;
}
.redBk {
	background-color: #800000;
}
.colorYellow {
	color: #FFFF00;
}
}
.style101 {
	text-decoration: underline;
	color: #FFFF99;
	font-size: medium;
}
.style102 {
	font-size: small;
	color: #C0C0C0;
}
.style103 {
	color: #FFCC00;
	font-size: medium;
}
.style104 {
	font-size: x-small;
}
.style105 {
	text-align: left;
}


.style5 {
	color: #FFFF00;
}
.style6 {
	color: #800000;
}

.lft_panel_top {
	text-align: center;
	background-image: url('../images/lf_p_t.gif');
	background-repeat:no-repeat;
	height:30px;
}
.lft_panel_mid {
	text-align: center;
	background-image: url('../images/lf_p_m.gif');
	padding-left:10px;
	padding-right:10px;
	font-size:small;
	text-align:justify;
}
.lft_panel_btm {
	background-image: url('../images/lf_p_b.gif');
	background-repeat:no-repeat;
	height:28px;
}

.rt_panel_top {
	text-align: center;
	background-image: url('../images/rt_p_t.gif');
	background-repeat:no-repeat;
	height:23px;
}
.rt_panel_mid {
	text-align: center;
	background-image: url('../images/rt_p_m.gif');
	padding-left:10px;
	padding-right:10px;
	font-size:small;
	text-align:left;
}
.rt_panel_btm {
	background-image: url('../images/rt_p_b.gif');
	background-repeat:no-repeat;
	height:22px;
}

.txtCenter { text-align: center; }


