 /*stylesheet.css */
/*style rules for the page body*/
body{
font-family:"Times New Roman", Times, serif;
background-color: #ffffff;
line-height: 1.5em;"

}

/* Page header style */
#header{
     width: 100%;     
           
          
}
/* Page footer style */
#footer{
     clear: both;
     width: 100%;
     }
* Body text and page background */
body{
          margin: 0;
          padding: 0;
}
/* Style for main content column */
#main{
       margin: 1em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 14em;
       font-size: large;	
 
}

/* Applies to id="light green" */
#lgreen{
        background-color: #cee6a5; /*light green */
        text-align:center;
        line-height: 1.5em;         

}
/* Applies to id="light blue" */
#lblue{
        background-color: #ccebeb; /*light blue */
        text-align:center;
        line-height:1.5em; 
}       

/* Unvisited links */
a:link{
   color: #000099; /* dark blue*/
}

/* Visited links */ 
a:visited{
   color: #006633; dark green */
}


/* Style for sidebar column */
#sidebar{
        background-color: #99ccff;      
        float: left;
        font-family: Georgia,"Lucida Bright", serif;
        display: inline;
        padding: 0;
        margin: 0;
        width: 14em;
        /* Total width is 14em */
}

/* Style for left sidebar column */
#leftsidebar{
            background-color: #99ffff;   
            float: left;
            font-family: Georgia,"Lucida Bright", serif;
            display: inline;
            padding: 0;
            margin: 0em;
            width: 14em;
            border: solid 1px #cc0000;
            /* Actual width is 14em */
}

/* Style for right sidebar column */
#rightsidebar{
             float: right;
             display: inline;
             padding: 0;
             margin: 0em;
             width: 6em;
             /* Actual width is 14em */
}


/* General style for horizontal lines */
hr{
   background-color:#ff0000;
   color:#cc0000;
   width: 100%;
}

/* Level 1 headings*/
h1{
  margin: 0;
  font-family: Arial,Helvetica,FreeSans,sans-serif:
  font-weight: bold;
  font-siz: large;  
  text-align: center;
  color: #cc0000;
}
/* Level 2 headings*/
h2{
   margin: 0;
   font-family: Arial,Helvetica, FreeSans,sans-serif;
   font-style: italic;
   font-size: medium;
   text-align: center; 
   text-decoration: underline;
   color: #cc0000;
}

/* Level 3 headings*/
h3{
   margin: 0;
   font-family: "Times New Roman", Times, serif;
   font-size: large:
      
}

/* Generic style class for highlighting text*/
.hilite{
       background-color:#ffff00;
}
/* sidebar text styled as white*/
p.white{
      font-weight: bold;
      font-style: italic;      
      font-size: small; 
      text-align: center; 
      color:#ffffff;
  
}
/* sidebar text styled as dark green font*/
p.green{
      font-weight: bold;
      font-style: italic;      
      font-size: small; 
      text-align: center; 
      color:#003300;

}

/* sidebar text styled as blackfont*/
p.black{
       font-weight: bold;
       font-style: italic;
       font-size: small;
       text-align: center;
       color:#000000;
}
/*Paragraphs styled as red font*/
p.red{
      font-weight: bold;
      text-align: center;
      color:#cc0000;
}


/*List styled as text-align center*/
ul.center{
	font-weight: bold;
	font-size: large;
	text-align: center;
        line-height: 1.5em;
         
}
/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRight{
   float: right;
}
/* Center image between margins */
div.center{
   width: 100px;
   text-align: center;
}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: justify;
   border-collapse: collapse;
   margin: auto;
}

/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width:100px;

}
 companyname{
 font-size:1.5em;
 font-style:italic;
 font-weight:bold;
} 



