html,body {
 padding: 0px;
 border: 0px;
 margin: 0px;
}

body {
 font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
 text-align: center;
}

img {
 margin: 0;
 border: 0;
 padding: 0;
}

a {
 text-decoration: none;
 color: #0000FF;
}
 a:hover, a:visited:hover {
  text-decoration: overline underline;
  color: #7777FF;
 }
 a:visited {
  color: #0000FF;
 }

#myContainerDiv1 {
 background: url(/files/Images/gradient-left.gif) top left repeat-y;
}

#myContainerDiv2 {
 background: url(/files/Images/gradient-right.gif) top right repeat-y;
}

#page {
 border: 3px solid #AAAAFF;
 width: 750px;
 margin-left: auto;
 margin-right: auto;

 text-align: left;

 /* This seems to fix the problem of non-floated DIVs not resizing to contain their floated children. */
/* overflow: auto;*/
}

#pageHeader {
 width: 750px;
}
 #headerLeft {
  float:left;
  width: 145px;
  
  padding-top: 32px;
 }
 #headerRight {
  float: right;
  width: 600px;
  height: 150px;
 }

#pageTitle {
 /* Total width - margins: 750 - 20 */
 width: 730px;
 clear:both;
 
 /*font-weight: bold;
 font-size: 28px;*/
 margin-left: 20px;
}

#pageMenu {
 width: 200px;
 float: left;
 clear: none;

 padding: 5px;
}
 #pageMenu .areaList {
  list-style-type: none;
  list-style-image: none;
  text-indent: 0px;
  padding-left: 5px;
  
  font-weight: bold;
 }
 #pageMenu ul.areaList {
  margin-left: 0px;
 }
 #pageMenu .thisArea {
 }
 #pageMenu .pageList {
  margin-bottom: 10px;
  
  list-style-type: circle;
  list-style-image: url('/files/Images/bullet.gif');
  margin-left: 20px;
  padding-left: 0px;
  
  font-weight: normal;
 }
 #pageMenu .thisPage {
  background-color: #EEEEFF;
 }

#pageContent {
 width: 500px;
 float: left;
}

#pageFooter {
 width: 750px;
 background-color: #EEEEFF;
 clear: both;
 
 overflow: auto;

 margin-top: 8px;
}
 #footerLeft {
  float: left;
  padding: 5px;
 }
 #footerRight {
  float: right;
  padding: 5px;
 }

p.quote {
 padding-left: 40px;
 padding-right: 40px;
 text-align: justify;
 border-left: 2px dashed #0000FF;
 border-right: 2px dashed #0000FF;
 background-color: #EEEEFF;
}