/* BODY */

body {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 10pt;
  color: black;
  background: white;
  min-width: 760px;
  max-width: 1200px;
}  

p {
  text-align: left;
  text-decoration: none;
}

/* HEADER */

.header {
  text-align: center;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url("gradient-header.jpg");
  background-repeat: repeat;
}

/* 3 COLUMN PAGES */

#container3 {
  float: left;
  width: 100%;
  background: white;
  overflow: hidden;
  position: relative;
}

#container2 {
  float: left;
  width: 100%;
  background: white;
  position: relative;
  right: 25%;
}

#container1 {
  float: left;
  width: 100%;
  background: white;
  position: relative;
  right: 50%; 
}

#col1{
  float: left;
  width: 23%;
  position: relative;
  left: 76%;
  overflow: hidden; 
   background: white;  
}

#col2 {
  float: left;
  width: 48%;
  position: relative;
  left: 78%;
  overflow: hidden;
   background: white;
  
}

#col3 {
  float: left;
  width: 23%;
  position: relative;
  left: 80%;
   background: white;
  overflow: hidden;
}

/* END 3 COLUMN PAGES */

/* 2 COLUMN PAGES */

.container5 {
  float: left;
  width: 100%;
   background: white;
  position: relative;
  overflow: hidden;
}

.container4 {
  float: left;
  width: 100%;
   background: white;
  position: relative;
  right: 74%; 
}

.col4{
  float: left;
  width: 23%;
  position: relative;
  left: 76%;
  overflow: hidden; 
  background: white;
}

.col5 {
  float: left;
  width: 72%;
  position: relative;
  left: 78%;
}

/* END 2 COLUMN PAGES */


/* HEADINGS */

h1 {
  font-size: 12pt;
  background-image: url("gradient-heading.jpg");
  background-repeat: repeat; 
  margin-top: 2px;
  margin-bottom: 1px; 
  height: 35px;
  padding-left: 5px;
  padding-botton: 0;
  text-decoration: none;
}

h2 {
  font-size: 12pt;
  text-align: left;
}

h3 {
  font: 12pt;
  text-align: center;
}

h4 {
  font: 12pt;
  text-align: center;
}

/* ALL LISTS */

.list {
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  }

.list li {
  height: 35px;
}


/* ALL LINKS */

a {
  color: black;
}

/* NAVIGATION */

.menu {
  margin: 0;
  padding: 0;
  width: 275px;
  list-style-type: none;
}

.menu li {
  margin: 0 0 1px 0;
  height: 35px;
  display: block;
}

.menu li a {
  padding: 0 30px;
  padding-top: 10px;
  text-align: left;
  height: 35px;
  display: block;
  background: url("verMenuImages.jpg"); 0px 0px no-repeat;
  text-decoration: none;
}

.menu li a:link { 
  color: black;
  text-decoration: none; 
}

.menu li a:visited { 
  color: black; 
  text-decoration: none;
}

.menu li a:hover { 
  background: url("verMenuImages.jpg"); 0px -40px no-repeat;
  text-decoration: none;
}

.menu li a.active, menu li a.active:hover {
  background: url("verMenuImages.jpg"); 0px -80px no-repeat;
  text-decoration: none;
}


/* END NAVIGATION */


/* SIDEBAR MENU */

.sidebar {
  float: right;
  width: 275px;
  margin: 45px 0 10px 15px;
  height: 290px;
  background-color: yellow;
  list-style-type: none;
  text-decoration: none;
 }

.sidebar li {
  margin: 0 0 0 0;
  height: 35px;
  display: block;
  text-decoration: none;
}

.sidebar li a {
  padding: 0 30px;
  padding-top: 10px;
  text-align: left;
  height: 35px;
  text-decoration: none;
  display: block;
  background: url("verMenuImages.jpg"); 0px 0px no-repeat;
}

.sidebar li a:hover {
   background: url("verMenuImages.jpg"); 0px -40px no-repeat;
}

.sidebar li a.active, sidebar li a.active:hover {
   background: url("verMenuImages.jpg"); 0px -80px no-repeat;
}

.sidebar2 {
  background: url("gradient-column.jpg");
  float: right;
  width: 275px;
  margin: 45px 0 10px 15px;
}

.sidebar2 li {
  height: 25px;
}

/* END SIDEBAR */


/* IMAGES */

img.figure1 {
  float: right;
  margin: 3px 6px 2px 0;
  border: none;
}

img.figure2 {
  float: right;
  padding: 0 5px 10px 0;
  border: none;
}
img {
  border: none;
}

/* FOOTER */

.footer {
  clear: both;
  text-align: center;
  background-image: url("gradient-header.jpg");
  background-repeat: repeat;  
  padding-bottom: 2px;
  padding-top: 2px;
  margin-top: 5px;
  margin-bottom: 5px; 
  text-decoration: none;
}

