html, body {
  margin : 0;
  padding : 0;
  font-family : Georgia, "Times New Roman", Times, serif;
  font-size : 16px;
}
#pagewidth {
  width : 80%;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
}
#header {
  height : 80px;
  background-color : #09668f;
  width : 100%;
  font-size : 32px;
  color : white;
  text-align : center;
  letter-spacing : 10px;
}
#headertitle2 {
  font-size : 18px;
}
#leftcol {
  width : 25%;
  float : left;
  background-color : #c34929;
  padding : 10px;
  color : white;
}
#info {
  font-size : 14px;
}
#maincol {
  background-color : #ffffff;
  float : right;
  display : inline;
  width : 70%;
  text-align : justify;
  padding-bottom : 10px;
}
.texttitle {
  font-size : 20px;
  font-weight : bold;
  color : #c34929;
  padding-top : 10px;
}
.subtexttitle {
  font-size : 18px;
  color : #c34929;
  padding-left : 10px;
}

#maincol a {
  color : black;
#  background-color : #c34929;
}
#maincol a:hover {
  background-color : #c34929;
#  padding-left : 10px;
#  padding-right : 10px;
}

#menu {
  color : white;
}
#menutitle {
  text-transform : uppercase;
  font-weight : bold;
  padding-bottom : 10px;
}
#footer {
  height : 40px;
  background-color : #09668f;
  clear : both;
  text-align : center;
  color : white;
  font-size : 12px;
  padding-top : 10px;
}
a {
  color : white;
#  background-color : #c34929;
}
a:hover {
  background-color : #09668f;
#  padding-left : 10px;
#  padding-right : 10px;
}
li {
  list-style : circle;
}
.quote {
  font-style : italic;
  font-size : 14px;
  padding-left : 10px;
  padding-right : 10px;
  border-left : 10px solid #09668f;
}

