/* font properties specified for the body selector apply to text in general */
body {
		  background color: #000000;
		  font-family : Georgia, "Times New Roman", Times, serif; 
          font-size : 11pt;    
	 }
	 
div.eportfolio_top {
    background-image: url(back2.jpg);
    color : eeeeee;
    text-align : center;
    padding-top : 1px;  /* 0px will make the text stick to the top */
    padding-bottom : 1px; /* 0px will make the text stick to the bottom */
    border-left : thin solid #FF6600;
    border-top: thin solid #FF6600;
    border-right : thin solid #FF6600;			
    border-bottom : thin solid #FF6600;
}

div.eportfolio_left {
	color : eeeeee;
	position : absolute;
	left : 10px;   /* distance from the left border of the browser window */
	margin-top : 10px;
	margin-bottom : 10px;
	padding-left : 8px;  /* space between content and border of the menu block */
	padding-top : 6px;
	padding-right : 1px;
	padding-bottom : 1px;
}
	 	  a:link {color: #746DC7;}
		  a:visited {color: #746DC7;}
		  a:hover {color: #3366FF;}

div.eportfolio_main {
  background-image: url(back2.jpg);
  color : eeeeee;
  margin-left : 200px; /* distance from the left border of the browser window */
  margin-top : 10px;  /* space between contentmain block and the top block */
  margin-right : 1px;
  padding-left : 15px;
  padding-top : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  border-left : thin solid #FF6600;
  border-top: thin solid #FF6600;
  border-right : thin solid #FF6600;			
  border-bottom : thin solid #FF6600;
}

div.eportfolio_bottom {
  background-image: url(back2.jpg);
  color : eeeeee;
  text-align : center;
  margin-top : 10px;
  padding-top : 10px;  /* 0px will make the text stick to the top */
  padding-bottom : 10px; /* 0px will make the text stick to the bottom */
  border-left : thin solid #FF6600;
  border-top: thin solid #FF6600;
  border-right : thin solid #FF6600;			
  border-bottom : thin solid #FF6600;
}
	 	  a:link {color: #746DC7;}
		  a:visited {color: #746DC7;}
		  a:hover {color: #3366FF;}
		  
h1 {     
		 / * font size will be 250% of the default size 11pt specified in the body */
		 font-family : Georgia, "Times New Roman", Times, serif;
         font-size : 2.5em;
		 font-style: italic;  
   }
   
h2 {
		/ * font size will be 150% of the default size 11pt specified in the body */
		 font-family : Georgia, "Times New Roman", Times, serif;
         font-size : 1.5em;
         margin-top : 0em;
   }

h3 {     
		/ * font size will be 100% of the default size 11pt specified in the body */
		font-family : Georgia, "Times New Roman", Times, serif;  
        font-size : 1em;
        margin-top : 0em;
   }