/* Start of CMSMS style sheet 'NER II (style)' */
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/


A:link {color:#cc0000; text-decoration:  none; background-color: inherit;}
A:visited {color:#cc0000; text-decoration:  none; background-color: inherit;}
A:hover {color:#660000; text-decoration: underline; background-color: inherit;} 
A:active {color:#660000; text-decoration: underline; background-color: inherit;} 

/*
a,
a:link 
a:active {
   text-decoration: underline;

   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                
}


a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

*

/****************
basic layout 
***************/
body {
   background-color: #737C90; /* 737C90 69768F  336699*/
   color: #000000;
   margin:1em; /* gives some air for the pagewrapper */
font-family: microsoft sans serif, arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 120%;
}

TABLE.pagewrapper
{background-color: #ffffff; border-style: solid; border-width:1px; border-color:#000000;}

TD.headerbox {background-color: #000000;}

TD.topnavarea {margin-left:auto; margin-right:auto;background-color: #000000; border-style: solid; border-width:1px 0px 1px 0px; border-color:#FFCC66;}

TD.search INPUT {margin:4px 10px 4px 2px;  font-family:arial,helvetica; font-size:11px; color:#333333;}

TD.search {margin:4px 10px 4px 2px;  font-family:arial,helvetica; font-size:10px; color:#990000;}

TD.leftnavarea {height:400px;}

TD.maincontentarea {font-family: microsoft sans serif, arial, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 130%; padding: 8px 8px 8px 30px;}

td.newsboxheader
{padding:0 0 1px 5px; font-family: microsoft sans serif, arial, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color:black; font-weight:normal; text-align:LEFT;}

.newsheader 
{font-family: microsoft sans serif, arial, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; line-height: 130%;padding: 0 0 3px 12px; 
margin-left:-2px;
   background-image: url(/images/newsblock.gif); 
   background-position: top left; 
   background-repeat: no-repeat; }

.newsbody {font-family: microsoft sans serif, arial, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color:#333333; line-height: 130%; }

.pageheader {
font-size:17px; 
font-family: microsoft sans serif,trebuchet, verdana, arial, sans-serif; color:#333399;
}

H1 {
font-size:17px; 
font-family: microsoft sans serif,trebuchet, verdana, arial, sans-serif; color:#333399; MARGIN:0 0 12px 0;
}

TEXTAREA {width:320px;}

TD.required {color:#990000;}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 170px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

TD.footer {
   color: #ffffff;
   background-color: #000000; 
font-size:10px;microsoft sans serif;
padding:2px;
}


.red {font-family:arial, microsoft sans serif; color:red;}




/********************
CONTENT STYLING
*********************/




/* End of 'NER II (style)' */

