/* WNCBEST CSS stylesheet */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373636;
}
body {
	background-image: url(../../images/background.jpg);
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* style 1 is for wncb main heading */
.style1 {font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
	     color: #ffffff;
	     font-weight: bold;
}

/* style 2 is for copyright text */
.style2 {font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         color: #ffffff;
}

/* style 3 is for bottom navigation */
.style3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.style4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f857b;
}

/* style 4 is for titles and headings */
h1 {font-family: Arial, Helvetica, sans-serif;
	color: #165E51;
	font-size: 16px;
	font-weight: bold;
}

/* style 5 is for long titles and headings */
h2 {font-family: "Arial Narrow", Arial, sans-serif;
	color: #165E51;
	font-size: 16px;
	font-weight: bold;
}

/* style 6 is for active main nav */
.style6 {font-family: Arial, Helvetica, sans-serif;
	color: #165E51;
	font-size: 14px;
	font-weight: bold;
}

/* style 7 is for main nav other pages */
.style7 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
/* Menu 1 column */
TD#menu_1 {
font-family: Trebuchet MS, Arial, sans-serif;
vertical-align: top;
width: 200px;
font-size: 16px;
padding-top: 0px;
}
TD#menu_1 DIV {
width: 171px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-top: 0px;
}
TD#menu_1 DIV A {
font-weight: bold;
color: #ffffff;
font-size: 16px;
text-decoration: none;
padding-top: 0px;
}
TD#menu_1 DIV A:hover {
font-weight: bold;
color: #ffffff;
font-size: 16px;
text-decoration: underline;
padding-top: 0px;
}

/* MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
font-weight: bold;
color: #ffffff;
background-color: #4f857b; /* this is the menu color for the current page */
font-size: 16px;
text-decoration: none;
padding-top:0px;
padding-left:5px;
}
/* MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
border-bottom: 1px solid #BBC2DB;
font-weight:bold;
padding-top:0px;
padding-left:5px;
background-color: #d3e1de; /* this is the main menu background color */
filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
color: #4f857b;
}

/* MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
font-size: 16px;
padding-left:5px;
background-color: #ff0000;
}
/* MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
font-size: 16px;
font-weight:bold;
padding-left:20px;
background-color: #ffff00;
}

/* MENU 2, level 1, general for all table cells: */
TD#menu_2 DIV {
background-color: #1c647b;
text-align: center;
padding: 1px 0px 2px 0px;
}
TD#menu_2 DIV A {
color: white;
font-size: 10px;
font-family: verdana, arial;
text-decoration: none;
}
TD#menu_2 DIV A:hover {
text-decoration: underline;
}
TD#menu_2 DIV.oddcell {
background-color: #666699;
}
TD#menu_2 DIV.menu2-level1-act {
background-color: #88292A;
}

/* for bottom navigation */
DIV#bottomNav {
	text-align: center;
}

DIV#bottomNav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #010101;
	text-decoration: underline;
}
DIV#bottomNav A:hover {
	color: #4F857B;
}

