 /*STATIC AND DYNAMIC STYLES RELATED TO COLORS, FONTS, AND DIVS*/
 body{ 
  font-family:Arial; 
  font-size:0.8em; 
  color:#000000; 
  background-color:#336699; 
  background-image:url("stylesheet.css"); 
} 


 h1{ 
      font-size:1.3em;
      font-family:Arial;
      color:#336699;
   } 
   
 h2{ 
      font-size:1.1em;
      font-family:Arial;
	  font-weight:bold;
      color:#000000;
   } 
   
 h3{ 
      font-size:0.9em;
      font-family:Arial;
	  font-weight:bold;
      color:#000000;
   }   

   
 a{
      color:#003355;
  }
  
.blockquote {margin-right: 0px;}
  
.bold { font-weight: bold; }  

.bold-italics { font-weight: bold; font-style: italic; }
  
.hidden>div { display: none; }
.hidden>a { 
    background: url("/eportfolio/images/iconExpand.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 12px;
    left: 0px;
    margin: 2px 4px 2px 0;
    position: relative;
    width: 12px;
	text-decoration: none;
	}

.italics { font-style: italic; }

.visible>div { display: block; }
.visible>a {
    background: url("/eportfolio/images/iconCollapse.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 12px;
    left: 0px;
    margin: 2px 4px 2px 0;
    position: relative;
    width: 12px;
	text-decoration: none;
	}

#portbody{ 
          background-color:#336699; 
         } 

#portFooter{
			font-size:85%;
		}
		 
#portNav{ 
            background-color:#003366;
            font-size:12px;
            font-family:Arial;
         } 
#portNav ul li a:hover{ 
                            background-color:#0080c0;
                            color:#ffffff;
                        } 
#portNav ul li a { 
                            color:#efefef;
                            width:161px;
                            height:auto;
                            background-image:url("stylesheet.css");
							border-top:1px dotted #7b9dbf;
							/* color:#ededed; */
                        } 
 
