/* AJ_stylesheet.css */

body{
     margin: 0;
     color: 333300;
     background-color: #ffffff;
     text-align: center;
}

/* Content container */
#container{ 
     width: 785px; 
     margin: auto; 
     background-color: #ffffff; 
     color: #333; 
     border: solid 2px #333300; 
     line-height: 120%; 
     padding: 0; 
}

/* Page header style */
#header{
     height: 115px;
     width: 100%;
     background-color: #ffffff; 
     border-bottom: thin solid #ede6eb;
     background-image: url(AnitaJean_Signature.gif);
     background-repeat: no-repeat;	
}

/* Page footer style */ 
#footer{ 
     height: 60px; 
     width: 100%; 
     clear: both;
     background-color: #ffffff; 
     color: #021314;
     text-decoration: none;
     padding-top: 10px;
}

/* Style for main content column */
#main{
      margin: 1em;
      /* margin-left must equal */
      /* total width of left sidebar */
      margin-left: 16em;
     text-align: left;
     font-family: Verdana, Helvetica, sans-serif;
}

/* Style for sidebar column */

#sidebar{
      float: left;
      display: inline;
      padding: 0;
      margin: 0em;
      width:14em;
      background-image: url("images/corner-top-left.gif");
      background-repeat: no-repeat;
      /* Total width is 16em */
}



/* Level 1 headings */
h1 {
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold;
 text-align:left; 
 color: #990066;
}
/* Level 2 headings */
h2 {
      font-family: "Arial Black", Impact, Charcoal, sans-serif;
      color: #990066;
      line-height: 1.3;
}
/* Level 3 headings */
h3 {
 font-family: Verdana, Helvetica, sans-serif;
 font-style:normal;
 text-decoration:none;
 color: #990066;
}

/* Generic style class for highlighting text */
.hilite{
 background-color:#ffff00;
}

/* Paragraphs styled as tips */
p.tip {
 background-color:#ede6eb;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #990066;
}
 
/* Paragraphs styled as warnings */
p.warning {
 background-color:#ede6eb;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #ff0000;
}

/* Paragraphs styled as small print */
p.small {
 background-color:#ffffff;
 color:#aaaaaa;
 margin-left:0px;
 margin-right:0px;
 padding:0px;
 font-size:small;
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}

/* Float image to right of paragraph */ 
img.floatRight{ 
   float: right;
   margin-left: 5px;}

/* Center image between margins */ 
div.center{ width: 100%; text-align: center }

/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pix/bullets/ISA_dot.gif");
}

/* Style for navigation */

/* Style for tables of navigation images */
table.nav{
   text-align: center;
   border-collapse: collapse;
   margin-left: 0px;
   margin-top: 0px;
}

td.nav{
     width:60px;
     height: 50px;
}


/* Style for navigation images */ 
img.nav{ 
     width:60px;
     height:50px;
     border-width: 0px;
}

/* Style for display images */ 
img.display{ 
     width:785px;
     border-bottom: thick solid #990066; 
}


/* Style for quote images */
img.quote{
     width: auto;
     border: 0px solid white;
     border-top: 50px solid white;
}
     

/* General style for horizontal lines */
hr{
   background-color: #ede6eb;
   color:#990066;
   width: 80%;
}

A:link.nav    { color: black; text-decoration: none; }    /* unvisited links */
A:visited.nav { color: #990000 }   /* visited links   */
A:hover.nav   { color: #999900 } /* user hovers     */
A:active.nav  { color: #000033 }   /* active links    */
