/* imedgexperts_style.css */

html, body{ 
 margin:0; 
 padding:0; 
 font-family: verdana, helvitica, sans-serif;
 font-size: 12pt;
 } 
 
h1
   { 
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 28pt;
     color: white;}
   
h2 
   { 
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 26pt;
     color: white;}
     
h3 
   { 
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 24pt;
     color: white;}
     
h4
   {
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 20pt;
     color: white;}
     
h5
   {
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 16pt;
     color: white;}

h6
   {
     font-family: "monotype corsiva", helvitica, sans-serif;
     font-size: 14pt;
     color: white;}

#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
          
#pagewidth a:visited 
   { color: #000066;               
     font-weight: normal; }

#pagewidth a:active
   { color: #ffffff;                
     font-weight: normal; }
 
#header{ 
 height:186px; 
 width:100%; 
 background-color:#ffffff; 
 } 
 
#menu { 
 position: absolute;   
 top: 169px;
 right: 4px;
 background-color: white;
 border-width: 2px;
 border-color: #A13C5A;
 font-size: 8pt;
 font-family: verdana, helvitica, sans-serif;
 font-weight: bolder; 
 color: #A13C5A;
 }
	  
#menu a:link 
   { color: #911039;               
     font-weight: bolder; }
     
#menu a:active 
   { color: #000066;               
     font-weight: bolder; }
     
#menu a:visited 
   { color: #000066;               
     font-weight: bolder; }
     
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px; 
 background-color: #E9E9E9;
 font-size: 10pt;
 font-family: verdana, helvitica, sans-serif;
 font-weight: normal; 
 color: black;
 }
 
#leftcol_text{
 width:190px; 
 position: absolute;   
 top: 190px;
 left: 4px;
 background-color: #E9E9E9;
 font-size: 10pt;
 font-family: verdana, helvitica, sans-serif;
 font-weight: normal; 
 color: black;
 }
 
#leftcol_text a:link 
   { color: #0000ff;               
     font-weight: bolder; }
     
#leftcol_text a:active 
   { color: #0000cc;               
     font-weight: bolder; }
     
#leftcol_text a:visited 
   { color: #000000;               
     font-weight: bolder; } 
     

     
     
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #E9E9E9;   /* left column colour */ 
border-left-style: solid; 
background-color: #911039; /* center column colour */ 
width: auto; 
 } 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 background-image: url("images/back32.jpg");
 background-repeat: repeat-x;
 background-color: #911039;
 font-size: 12pt;
 font-family: verdana, helvitica, sans-serif;
 font-weight: normal; 
 color: white;
 }
 
#maincol a:link{ 
 color: #ffffff;
 font-weight:bolder;
 }
 
#maincol a:visited{ 
 color: #000066;
 font-weight:bolder;
 }
#maincol a:active{
 color: #ffffff;
 font-weight:bolder;
 }
 
#outer>#inner { border-bottom: 1px solid #EF7070;  }
 
.clr{clear:both;}
 
.content{padding:5px 20px 5px 20px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

.large {font-size: large;}

#footnote
    { 	position: relative;              
        padding: 0px 0px 0px 0px; 
  	font-size: 8pt;
  	font-family: verdana, helvitica;
  	font-weight: normal; 
    }