@charset "UTF-8";
/* CSS Document */

/* file: nsp/css/format.css */

a{
    font-size: 11pt;
    font-weight: regular;
	color: #7ac1df;
}

a:visited { color: #2F81BB; text-decoration: underline; } /*lighter blue from banner */
a:link { color: #002D4D; text-decoration: underline; }
a:hover { color: #5490BB; text-decoration: underline; }

body {
   line-height: 	1.5em;
   font-family: 	Verdana,Arial,Helvetica,sans-serif;
   font-size: 		11pt;
}
h1, h2, h3, h4, h5, h6 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #259acb;
}
h1 { font-size: 150%;}
h2 { font-size: 140%;}
h3 { font-size: 110%;}
h4 { font-size: 95%; }
h5 { font-size: 80%; }
h6 { font-size: 75%; }

p.question {font-weight: bold;}

/*we can not assign a class or id to generated buttons so we wrap in span */
span.nicebutton input
{ 
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color: #ffffff;
    border: 2px #ff8c00 outset;
    background-color: #ff8c00;
}
.warning
{ color: red; }

#footer {
  border-top: #0378a9 1px solid;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 100%; 
}

#footer a{
    font-size: 80%; 
    font-weight: normal;
}
#menu_background {
 	background:#259acb;
}
#menu {
  text-align: right;
  font-weight: 		700;
  color:		#fff;
}
#content_background {
        background:#fff;
  	border-left: #0378a9 1px solid;
}
#menu a:visited { color: #ffffff;  text-decoration: none; font-size:inherit; }
#menu a:link { color: #ffffff; text-decoration: none; font-size:inherit; }
#menu a:hover { color: #004576;  text-decoration: underline;  font-size:inherit;}
#menu .current { color: #004576;  text-decoration: none;  font-size:inherit;}
#menu .current a { color: #004576;  text-decoration: none; font-size:inherit; }

#topsection{
  background-image:url(/img/csdbanner.jpg);
  background-repeat: no-repeat;
  border-bottom: #0378a9 2px solid;
  background-color:	#259acb; /*darker blue from banner */
  color: 		#fff;
}

#searchbar div
{
    border-right: #0066cc 2px solid;
    padding-right: 10px;
    border-top: #0066cc 2px solid; 
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    border-left: #0066cc 2px solid; 
    padding-top: 5px;
    border-bottom: #0066cc 2px solid;
    background-color: #306b9b;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
    width: 555px;
}
