body{
margin:0;
padding:0;
line-height: 1.5em;
background: #8B0000 url(Images/bk.gif) repeat-x fixed top right}
}

body{
scrollbar-arrow-color: #00FF00;
scrollbar-3dlight-color: #339933;
scrollbar-highlight-color: #339933;
scrollbar-face-color: #003300;
scrollbar-shadow-color: #003300;
scrollbar-DarkShadow-Color: #003300; 
scrollbar-Track-color: #339933;
}

A { text-decoration:none;}
A:link	{color:blue;}
A:visited{color: blue;}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 28px auto; /*Center container on page*/
}

#topsection{
background: #8B0000 url(Images/NPVBanner1.gif);
height: 162px; /*Height of top section*/
border: 1px solid #DAA520;
text-align: right;
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 170px 0 149px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-image: url(Images/backgrounds/background2.gif);
border: 1px solid #DAA520;
height: 700px;
padding-top: 5px;
text-align: left;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #005E20;
border: 1px solid #DAA520;
height: 700px;
padding-top: 5px;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -172px; /*Set left margin to -(RightColumnWidth)*/
background: #005E20;
border: 1px solid #DAA520;
height: 700px;
padding-top: 5px;
image-align: center;
}

#footer1{
clear: left;
width: 838px;
background: #800000;
border: 1px solid #DAA520;
text-align: center;
text-decoration: none;
color: white;
font-size: small;
}

#footer1 a{
color: white;
text-decoration: none;
}

#footer2{
clear: left;
width: 838px;
background: #800000;
border: 1px solid #DAA520;
text-align: center;
color: white;
text-decoration: none;
font-size: small;
}

#footer2 a{
color: black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.glossymenu{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 150px; /*width of menu*/
border: none;

}

.glossymenu a.menuitem{
margin: 0px 0px 0px 0px;
background: black url(Images/glossyback3.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 145px;
padding: 0px 0px 4px 0px;
padding-left: 5px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(Images/glossyback4.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
margin: 0px 0px 0px 0px;
width: 145px;
background: #005E20;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #8B0000;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 2px 0;
padding-left: 5px;
width: 145px;
}

.glossymenu div.submenu ul li a:hover{
background: #8B0000;
color: white;
}


