/****************************************************
     Local Stylesheet:
         differentiates each local unit
****************************************************/

@import url(portal_master_stylesheet.css);


body        {

	     color: #000;
             font-family: Verdana;
             
            }

#column_secondary
            {
            }


#main_column
            {
            }


#main_content_column {
            }
.main
            {height: 100%;
             background-color: #DAF4F0; /*#333B4E; the dark gray I like */
            }

#main_column_primary
            {
             background-color: :#DAF4F0;
            }

#portal_banner, #portal_banner_title
            {
             background-image: none;
             background-repeat: no-repeat;
             background-color:white;
             font-family: trebuchet MS, Verdana, sans-serif !important;
             color: black !important;
            }

#portal_banner_sub
            {
             background-image: url('/assets/banner_mid.gif');
             background-repeat: repeat-x;
             /*background-color:#445ca0;*/
            }

#portal_banner_sub img
            {
             height: 150px;
             float:left;
             margin-left:0px;
            }

#portal_banner_sub div
            {width: 0px; margin: 0px; padding: 0px;
             float: left;
             color: #0c356b;/*#476796;*/
            }

#portal_navigation_global
            {display: none;
             background-image: none;
             background-repeat: no-repeat;
             background-color:#CC3333;
             overflow: visible;
            }

#portal_navigation_global a.selected
            {
             font-weight: 900;
             font-size: 10pt;
             color: #C0C0C0;
            }

#portal_navigation_global a.selected:hover,
#portal_navigation_global a.unselected:hover
            {
             color: #C0C0C0;
            }

.portal_features,
.portal_features a,
.portal_navigation_local,
.portal_navigation_local a
            {
             color:#333399;
             font-weight: normal;
            }                                            

.portal_features a:hover,
.portal_navigation_local a:hover
            {
             color:#8B636C;
            }


.portal_features a:visited:hover,
.portal_navigation_local a:visited:hover
            {
             color:#8B636C;
            }

.abstract
            {
             color: #000;
            }

.abstract-title,
a.abstract-title
            {
             color: #2C3B77;/*#6C2420;*/
            }

.abstract-title:hover,
a.abstract-title:hover,
.abstract-title:visited:hover,
a.abstract-title:visited:hover 
            {
             color: #002b5b;/* #1E2639; */
            }

a
            {
             color: #445ca0;
            }

a:hover,
a:visited:hover 
            {
             color: #3D9140;
            }

a:visited;
            {
            }

#breadcrumbs a:hover,
#breadcrumbs a:visited:hover
            {
             color: #3D9140;
            }


.p
            {
             color: #000;
            }

.h2, H2, h2
            {  
             color: #3D9140;
            }

.h3, H3, h3
            {
             color: #445ca0;
            }

.h4, H4, h4
            {
             color:#002b5b;
            }

.dateline 
            {
             color: #2C3B77;
            }

a.more-item
            {
	     color: #2C3B77;
            }

.title
            {
  font-style: normal;
  font-weight: 400;
  font-size: 13pt;
  line-height: 20px;
 
} 





#portal_footer a
            {
             color: #002b5b;
            }

#portal_footer a:hover
            {
             color: #3D9140;
            }
