@font-face {
	font-family: VAGRounded-Bold;
	font-style:  oblique;
	font-weight: normal;
	src: url(include/VAGROUN0.eot);
}

body {
	background-image: url(images/bodybackground.gif);
	font-family: verdana, tahoma, Arial;
	font-size: 12px;
	margin: 0;
	color: rgb(0,70,90);
}

a:hover
	{color: #09C;}
a:link
	{color: rgb(0,70,20);}
a:visited
	{color: rgb(0,153,102);}
a:active
	{color: rgb(255,102,0);}


h2 {
	font-size: 120%;
	color: #3E4F89;
	margin-bottom: 6px;
}

h3 {
	font-size: 110%;
	margin-bottom: 2px;
}

p  {
	font-size: 10pt;
	font-weight: 100;
}

table {
	background: url(images/tablebackground.gif);
	font-size: 10pt;
}

/* WNC index.htm page tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
	font-family: VAGRounded-Bold, Tahoma, Arial;
        font-weight: 400;
        font-size: 40pt;
        font-style:italic;
        letter-spacing: 10pt;
        color: rgb(160, 160, 160);
	text-align: center;
	padding: 5px 0 0px 0;
}

#subheader {
	font-family: VAGRounded-Bold, Tahoma, Arial;
        font-weight: 200;
        font-size: 14pt;
        font-style:italic;
        color: rgb(160, 160, 160);
	text-align: center;
	padding: 15px;

}

.logo {
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px 0px 0px 5px; /* t,r,b,l */
	
}
/* WNC general page tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#ptitle {
	font-family: VAGRounded-Bold, Tahoma, Arial;
        font-weight: 200;
        font-size: 14pt;
        font-style:italic;
        letter-spacing: 5pt;
        color: rgb(160, 160, 160);
	padding: 10px;

}

#stitle {
	font-family: VAGRounded-Bold, Tahoma, Arial;
        font-weight: 100;
        font-size: 12pt;
        font-style:italic;

        color: rgb(160, 160, 160);
	padding: 5px;

}
/* WNC navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {		/* main menu */
	font-size: 11;
        font-weight: 50;
	height: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: right;
	background-image: url(images/subhdgbg.jpg);
}

.menu_item {
	color: rgb(0,70,90);
	height: auto;
	text-align: left;
}

.menu_item a {
	height: auto;
	width:130;
	color: rgb(0,70,90);
	padding: 5px 5px 5px 5px; /* t,r,b,l */
	text-decoration: none;
	display: block;
	line-height: 12px;
}

html .menu_item a:hover {
	height: auto;
	width:130;
	color: rgb(0,70,90);
	background-color: #8fbfdf;
	display: block;
}

/* used by NZNF FAQs embeded in WNC page
#content {
	width: 560px;
	height: auto;
	padding: 20px 0px 0px 10px;
	float: left;
}

