body {
  /* Set the background color */
  background-color: #8B8168;

  /* Set the font */
  font-family : Tahoma;
  font-size   : 12pt;

  margin-bottom:0px;
  margin-top: 15px;
}
h1 {
  font-family : Impact;
  font-size   : 18pt;
  font-weight : bold;

  padding-left: 20px;

  color: #990000;
}


.main {
  width: 760 px;
  height: 100%;

  background-color: #ffffee;
  border: 4px solid #eeeeff;
}
.main td {
  padding-top: 1px;
}

/* BANNER */
.banner {
  background-color : #000000;
  background-image : url(images/banner.jpg);
}
.banner .text {
 
  /* Set the font */
  font-family : Impact;
  font-size: 24 pt;

  /* Set the colors */
  color : #ffffff;
  
  /* Set the alignment */
  text-align:  right;
}

/* Main navigation bar */
.navbar {
  background-image : url(images/red_gradient.jpg);

  padding: 10px;
  margin: 0px;
}

.navbar li {
  display: inline;
  list-style-type: none;

  margin: 4px;

  /* Set the alignmet */
  text-align: center;
  color : #ffff55;

  font-weight : bold;

}
.navbar A {
  /* Set the colors */
  color : #FFFFFF;
  text-decoration : none;
}
.navbar A:hover {
  color : #ffff00;
}

/* Side navigation pane */

.navpane {
  /* Black background */
  background-color: #000000;

  /* Set the font */
  font-weight : bold;

  /* Set the margin & padding */
  margin: 0;
  padding: 1px;
  vertical-align : top;

  /* Set the width */
  width : 150px;
}

.navpane li { 
  list-style: none; 
  background-color: #3333cc; 
} 

.navpane li a { 

    display: block;
    padding: 5px;

    text-decoration: none; 
    color: white; 
} 

.navpane li a:hover { 
    background-color: #9999cc; 
} 

/* Main content area */
.main_content {

  padding:15px;
  vertical-align : top;
}





















































