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; 
} 

html, body {
    color: #666;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 100%;
    background: #D3E7F2 /*url(../images/gridover.gif)*/;
}

td, p {
    color: #666;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

p {margin-bottom: 18px;}

a:link,
a:visited {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #69C;
    text-decoration: underline;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
	text-transform: uppercase;
    color: #09C;
    margin-bottom: 18px;
    text-indent: 20px;
    line-height: 18px;
    background: url(../images/p-bullet2.gif) top left no-repeat;
}

h1 {font-size: 18px;}

h2 {font-size: 15px;}

h3 {font-size: 14px;}

h4 {font-size: 13px;}

h5 {font-size: 12px;}

h6 {font-size: 11px;}

#utilityMenu {
    width: 800px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/top.gif) top left no-repeat;
    text-align: right;
}

#primaryMenu {
    width: 800px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/bottom.gif) top left no-repeat;
    z-index: 3;
}

#contentContainer {
    margin: 0 auto;    
    width: 800px;
    background: #FFF url() top left no-repeat;
}

#ie7 #contentContainer {
    padding-bottom: 18px;
}

#homeContent {
    float: left;
    width: 521px;
    margin: 18px 0 0 18px;
    color: #666;
}

#ie6only #homeContent {
    margin: 18px 0 0 9px;
}

#content {
    float: left;
    width: 764px;
    margin: 18px 0 0 18px;
    color: #666;
}

#ie6only #content {
    margin: 18px 0 0 9px;
}

#news {
    float: right;
    width: 225px;
    margin: 18px 18px 0 18px;
    background: url(../images/news-bg.gif) top left;
    border-top: 1px solid #DAD2B1;
    border-bottom: 1px solid #DAD2B1; 
}

#ie6only #news {
    margin: 18px 9px 0 18px;
}

/*******************************************
Search
*******************************************/
#searchBox {
    float: left;
    width: 764px;
    height: 26px; /* + 14 x 2 = 54px */
    margin: 18px 18px;
    padding: 14px 0;
    background: url(../images/search-bg.gif) top left;
    text-align: center;
    color: #A39661;
    font-weight: bold;
    font-size: 14px;
}

#ie6only #searchBox {
    width: 764px;
    margin: 18px 9px 18px 9px;
}

#searchBox form {
    display: inline;
}
.searchButton {
    background: url(../images/enter-button.gif) left top no-repeat;
    margin: 0;
    border: 0 none;
    width: 57px;
    height: 12px;
    position: relative;
    top: 3px;
    left: 3px;
    text-indent: 60px;
}

.searchButton:hover {
    background-position: 0 -12px;
}

#ie7 .searchButton,
#ie6only .searchButton {
    padding: 10px; 
    top: -5px;
}


.docHeadings {
    font-weight:bold;
}

.searchSubHeader {
    font-size:14px;
}

#searchTable {}

/*******************************************
Articles
*******************************************/

.primaryArticleCategory {    
    font-size: 16px;
	text-transform: uppercase;
    color: #09C; }

.secondaryArticleCategory {
    font-size: 14px;
	text-transform: uppercase;
    color: #09C;}
    
/*******************************************

*******************************************/

#utility {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 800px;
}

#footer {
    text-align: center;
    color: #999;
    font-size: 10px;
    height: auto;
    font-weight: 600;
}

/*** News ***/
#newsPanel {
    padding: 0;
    width: 225px;
}

#newsPanel h2 {
    padding: 6px;
    font-size: 1px;
    line-height: 16px;
    border-bottom: 1px double #DAD2B1;    
    color: #fff;
    background: url(../images/news-hl.gif) no-repeat top left;
    text-transform: uppercase;
    text-indent: 6px;
    font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

#newsPanel ul {
    padding:0;
    margin: 18px 9px;
    list-style-type:none;
    font-size: 100%;
    border-collapse: 
}

#newsPanel ul li {padding: 0;}

#ie7 #newsPanel ul li { margin-top: -12px;}
#ie6only #newsPanel ul li { margin-top: -12px;}

#newsPanel ul li ul li {
    padding: 0;
    margin:24px 0;
    color: #993;
}

#newsPanel .primaryNewsCategoryTitle,
#newsPanel .secondaryNewsCategoryTitle { 
    padding: 0; 
    margin: 18px 0 18px 0;
    font-weight:bold;
    font-size: 14px;
    color:#993;
    text-transform: uppercase;
    border-bottom: 1px solid #DAD2B1;
}

#newsPanel .secondaryNewsCategoryTitle {padding-left: 10px; }

#newsPanel .newsItemTitle {
    font-weight:bold; 
    text-transform: uppercase;
    padding: 0;
}

#newsPanel .newsItemDate {
    padding: 0 0 5px 0;
    font-style: italic;
}

#newsPanel .newsItemSummary {} 

#newsPanel .newsItemLink {
    color: #993;
    font-weight: bold;
}

#newsPanel .newsItemLink a:link {color: #993;}
#newsPanel .newsItemLink a:visited {color: #993;}
#newsPanel .newsItemLink a:hover {color: #993;}
#newsPanel .newsItemLink a:active {color: #993;}


/******************* TOP MENU ********************/


/* Root = Horizontal, Secondary = Vertical */
ul#primary {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 800px; /*For KHTML*/
    list-style: none;    
    height: 26px;
    display: block !important;
    display: inline;
}

#ie6only ul#primary {
    margin-right: 20px;
}

ul#primary li {
    padding: 0 20px 0 0;
    margin: 4px 0 0 0;
    float: left; /*For Gecko*/
    width: auto;
    display: block;
    position: relative;
    height: 20px;
    color: #09C;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    border-right: 2px solid #fff;
    text-align: left;
    text-indent: 20px;
}

ul#primary li.lastLi {border: 0 none;}

ul#primary #navSelected {font-weight: bold; color: #C00;}

ul#primary #navSelected a {font-weight: bold; color: #C00;}

ul#primary #navSelected li:hover,
ul#primary #navSelected li.iehover,
ul#primary #navSelected li:hover a,
ul#primary #navSelected li.iehover a {}

ul#primary ul {
    margin:0;
    padding: 6px 0 0 0;
    min-width: 180px !important;
    width: auto;
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #B7D6E7;  
    text-align: left; 
}

#ie6only ul#primary ul {
    width: 160px;}
    

ul#primary ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#primary ul li {
    margin:0;
    padding: 20px 0 0 0;
    width: 220px;
    height: 20px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    /*display: inline; For IE*/
    background-color: #B7D6E7;
    text-align: left;
    border: 0 none;
    margin: 2px 0;}


/* Root Menu */
ul#primary a {
    border: 0 none;
    padding:0;
    margin:0;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: inline;
    color: #09C; 
    font:bold 12px/18px Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    text-align: center;
    width: auto; 
}

/*ul#primary ul li {padding-top: 5px;}*/

/* Root Menu Hover Persistence */
ul#primary li:hover,
ul#primary li.iehover {
    cursor: default; 
    color: #C00;
    background: url(../images/p-bullet.gif) top left no-repeat;
}

ul#primary li:hover a,
ul#primary li.iehover a {
    color: #C00;
    background: none;
}


/* 2nd Menu */

ul#primary li:hover li,
ul#primary li.iehover li {
    color: #FFF;
    background: url(../images/p-bullet.gif) 2px -30px no-repeat;
    padding: 3px 0 3px 20px;
    text-indent: -20px;

}
ul#primary li:hover li a,
ul#primary li.iehover li a {
    color: #FFF;
    background: none;
    padding: 3px 0 3px 20px;
    text-indent: -20px;
}

/* 2nd Menu Hover Persistence */

ul#primary li:hover li:hover,
ul#primary li:hover li:hover ,
ul#primary li.iehover li:hover,
ul#primary li.iehover li.iehover,
ul#primary li:hover li:hover a,
ul#primary li:hover li:hover a,
ul#primary li.iehover li:hover a,
ul#primary li.iehover li.iehover a {
    background-position: 2px 2px;
    padding: 3px 0 3px 20px;
    text-indent: -20px;
    xcolor: #C00;
}



/* ---------------------------------------------------------------- */
/* 3rd Menu */
ul#primary li:hover li:hover li a,
ul#primary li.iehover li.iehover li a {
  float: none;
  xbackground: #EEE;
  color: #EEE;
}

/* 3rd Menu Hover Persistence */
ul#primary li:hover li:hover li a:hover,
ul#primary li:hover li:hover li:hover a,
ul#primary li.iehover li.iehover li a:hover,
ul#primary li.iehover li.iehover li.iehover a {
  xbackground: #CCC;
  color: #CCC;
}

/* 4th Menu */
ul#primary li:hover li:hover li:hover li a,
ul#primary li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#primary li:hover li:hover li:hover li a:hover,
ul#primary li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#primary ul ul,
ul#primary ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 135px;
}

/* 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;
}


/********** bottom NAVIGATION MENU ***********/

ul#utility { 
    margin: 0 0 4px 0; 
    align: center;
}

ul#utility li {
	font-size: 10px;
	color: #C00;
	line-height: 7px;
    display: inline;
    list-style: none;
    padding: 0 20px 0 3px ;
  	color: #09C;
    border-right: 2px solid #FFF;
}

ul#utility li.lastLi {border-right: 0 none;}

ul#utility a {
    color: #09C;
    text-decoration: none;
    background: none;
    padding: 3px 0 3px 20px;
    text-indent: -20px;
}

ul#utility li a:hover {
    color: #C00;
	text-decoration: none;
    background: url(../images/p-bullet.gif) 3px left no-repeat;
    padding: 3px 0 3px 20px;
    text-indent: -20px;
}

ul#utility ul {
  margin: 0;
  border: 0 none;
  list-style: none;
  display: none;
  position: absolute;
}

ul, ol {margin: 18px 18px 18px 36px;}


