/*WHITE*/
/*To change colors rename this file to "season.css" and change the previous color back to its color name, i.e. "red.css" "green.css" "purple.css" or "white.css"*/

body {
background-color:#e8f2ff;
}

#content a:hover,#content-1 a:hover,#leftCol a:hover,#topinfo a:hover,#footer a:hover {
border-bottom:2px solid #000;
color:#999;
}

#content a:link,#content-1 a:link,#leftCol a:link,#footer a:link {
color:#000;
text-decoration:none;
border-bottom:1px dotted #000;
}

#topinfo a:link {
color:#666;
}
#menu {
background-color:#e1e1e1;
border-bottom:1px solid #ccc;
}

#nav a:hover.mainmenu {
background-color:#fff;
color:#000;
}

#nav a:hover.submenu {
background-color:#fff;
color:#000;
}

#nav a.mainmenu {
background-color:#666;
}

#nav a.submenu {
background-color:#666;
}

#NRPlogo {
position:relative;
z-index:10;
background: url(img/NRPwhite.gif) top left no-repeat;
width:264px;
height:100px;
top:0px;
left:-20px;
}