body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
    margin:0; 
    padding:0; 
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:75%;
    line-height:18px;
    /*background: url(../images/gridbg.gif) top left;*/
}

h1,h2,h3,h4,h5,h6 {
    color:#003366;
    font-weight: bold;
}

p {margin-bottom: 18px;}

td {
    font-size: 12px;
    line-height: 18px;
}

h1 {  
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h2 {
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
}

h3, h4, h5, h6 {
    font-size: 12px; 
    line-height: 18px;
}

ul, ol {margin: 0 0 18px 36px;}
#primarynav ul,
#primarynav ol {margin: 0;}

a:link,
a:visited {
    text-decoration:none;
    color:#036;
    font-weight:bold;
}

a:hover,
a:active {
    color:#F80;
    text-decoration:underline;
    font-weight:bold;
}

#container	{}

#header	{
    height:195px;
    margin-bottom: 3px;
    background-image:url(../images/netOLStopbanner.jpg);
    background-repeat:no-repeat;
    background-color:#F80;
}

#subcontainer1	{
    min-height: 450px;
    background-image:url(../images/sub1-bg.gif);
    background-repeat:no-repeat;
}

*html #subcontainer1	{
    height: 450px;
}
#subcontainer2	{
    margin-left:45px;
    margin-top:18px;
}

#primarynav	{
    width:150px;
    float:left;
}

#login	{
    font-style:italic;
    font-weight:bold;
    padding: 54px 0;
    font-size:11px;
}

#login form	{
    padding: 0;
    margin: 0;
}

#login input	{
    border: 1px solid #B2C3D5;
    background-color: #B2C3D5;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#login select	{
    border: 1px solid #B2C3D5;
    background-color: #B2C3D5;
    width: 145px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#homeContent {
    padding: 0 36px;
    margin: 0 150px 18px 155px;
    color:#666666;
}

#content {
    padding: 0 36px;
    margin: 0 36px 18px 155px;
    color:#666666;
}
#content li	{ margin-left: 18px;}

#content a:link,
#content a:visited {
    text-decoration:none;
    color:#036;
}

#content a:hover,
#content a:active {
    color:#F80;
    text-decoration:underline;
}

#smartContent	{
    margin:0;
    padding:0 18px;
    margin-left:150px;
    color:#666;
}

#smartContent a	{
    text-decoration:none;
    color:#036;
}

#smartContent a:hover	{
    color:#F80;
    text-decoration:underline;
}

#smartContent h1,h2,h3,h4,h5,h6	{ color: #003366;}

#smartContent p	{margin-bottom: 18px;}

#news {
    margin-bottom: 18px;
    float: right;
    width: 155px;
    background: url(../images/news-bottom.gif) no-repeat bottom right #F80;
    min-height: 108px;
}

#newsbg	{
    background: url(../images/news-top-2.gif) no-repeat top left;
    min-height: 108px;
    padding: 126px 9px 18px 9px;
}

#newsbg ul	{
    margin: 0;
    list-style:none;
}

#newsbg ul li {
    color:#FFF;
    list-style:none;
    margin-bottom: 18px;
}

#newsbg ul li a {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}

#newsbg ul li a:hover	{
    text-decoration:underline;
}

#newsTable {width: 100%;}

#newsTable td {
    padding-bottom: 18px;
}

#newsTable th {
    background-color: #ededed;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}

#newsTitle {
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
    font-weight: bold;
    color: #003366;
}

#logos	{
    height: 63px;
    clear: both;
    padding: 18px 0;
    display: none;
}

#logos ul	{
    padding:0;
    margin:auto;
    list-style:none;
    text-align:center;
    height: 63px;
    vertical-align: middle;
}

#logos ul li {  
    list-style-type:none;
    display:inline;
    padding:0 35px;
    border-left:1px solid #E0E0E0;
}

#logos ul li a {    
}

#logos ul li.firstItem	{
    border-left:0 none;
}

#footer	{
    background-color:#001358;
    color:#FFF;
    font-size:10px;
    line-height: 18px;
    padding:9px 45px;
    text-align: right;
}

#footer a	{
    color:#FFF;
    text-decoration:none;
}

#footer a:hover	{
    text-decoration:underline;
}

.addPadding	{}

/* Root = Vertical, Secondary = Horizontal */
ul#primary {
    margin: -9px 0 0 0;
    border: 0 none;
    width: 150px; /*For KHTML*/
    list-style: none;
    text-indent: 0;
}

/* this is the root menu */
ul#primary li{
    margin: 0;
    padding: 9px 0 9px 18px;
    width: 153px !important; /*For KHTML/Firefox*/
    width: 153px; /*For IE*/
    list-style: none;
    font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    color:#036;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important; /*For GOOD browsers*/
    display: inline; /*For IE*/
    position: relative;
    border-bottom: 1px solid #F80;

}

ul#primary li li,
ul#primary li li li{
    display: block;
    color: #036;
    border-bottom: none 0;
    font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    background: #FC6;
    width: 207px !important;
    width: 207px; /*For IE*/
    border-bottom: 1px solid #f80; 
} 
 
ul#primary:after{ /*From IE 7 lack of compliance*/
    clear: both;
    display: block;
    font: 1px/0 serif;
    content: ".";
    height: 0;
    visibility: hidden;
}
ul#primary li:hover,
ul#primary li.iehover {
    background:#FFF;
    color: #F80;
    cursor: pointer;
}

/* Root Menu - with href*/
ul#primary li a,
ul#primary li li a,
ul#primary li li li a,
ul#primary li li li li a {
    padding: 0;
    display: block;
    color: #036;
    font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */

ul#primary a:hover,
ul#primary li:hover a,
ul#primary li.iehover a {
    background: #FFF;
    color: #F80;
  
}

/* 2nd Menu */

ul#primary li:hover li a,
ul#primary li.iehover li a {
    background: #FC6;
    color: #036;
}

/* 2nd Menu Hover Persistence */

ul#primary li:hover li a:hover,
ul#primary li:hover li:hover a,
ul#primary li.iehover li a:hover,
ul#primary li.iehover li.iehover a {
    background: #FFF;
    color: #F80;

}

/* 3rd Menu 

ul#forms li:hover li:hover li a,
ul#forms li.iehover li.iehover li a {
  background: #EEE;
  color: #001D61;
}*/

/* 3rd Menu Hover Persistence 
ul#forms li:hover li:hover li a:hover,
ul#forms li:hover li:hover li:hover a,
ul#forms li.iehover li.iehover li a:hover,
ul#forms li.iehover li.iehover li.iehover a {
  background: <cfoutput>#barBgColour#</cfoutput>;
  color: #FFF;
}*/

/* 4th Menu 
ul#forms li:hover li:hover li:hover li a,
ul#forms li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #072B61;
}*/

/* 4th Menu Hover 
ul#forms li:hover li:hover li:hover li a:hover,
ul#forms li.iehover li.iehover li.iehover li a:hover {
  background: <cfoutput>#barBgColour#</cfoutput>;
  color: #FFF;
}*/

ul#primary ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 162px;
    border: 1px solid #F80;
    border-bottom: 0 none;
}


ul#primary ul ul,
ul#primary ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 127px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#primary li:hover ul ul,
ul#primary li:hover ul ul ul,
ul#primary li.iehover ul ul,
ul#primary li.iehover ul ul ul {
    display: none;
}

ul#primary li:hover ul,
ul#primary ul li:hover ul,
ul#primary ul ul li:hover ul,
ul#primary li.iehover ul,
ul#primary ul li.iehover ul,
ul#primary ul ul li.iehover ul {
    display: block;
}
/******************************************************/
