/* ME_blank3colphp CSS Document */
/* colorwheeler.com - Michele Campbell */
* {
  margin: 0;
  padding: 0;
}
a:link {
  color: #039;
  text-decoration: underline;
}
a:visited {
  color: #039;
  text-decoration: underline;
}
a:hover {
  color: #6e6e6e;
  text-decoration: none;
}
a:active {
  color: #039;
  text-decoration: underline;
}
body {
  font-size: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #009999;
}
h1 {
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  margin: 3px;
}
h2 {
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  margin: 2px;
}
h3 {
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
}
h4 {
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}
h5 {
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}
h6 {
  font-size: 1em;
  font-style: oblique;
  font-weight: 100;
  text-align: center;
}
html {
  font-size: 75%;
  min-height: 100.1%;
}
p {
  font: 1.08em Arial, Helvetica, sans-serif;
}
table {
  margin: 10px auto;
}

/* ======== CLASSES =======*/
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.altlink:link {
  color: #f33;
  text-decoration: none;
}
.altlink:visited {
  color: #f33;
  text-decoration: none;
}
.altlink:hover {
  color: #fd3;
  text-decoration: underline;
}
.altlink:active {
  color: #f33;
  text-decoration: none;
}
.caption {
  color: #fff;
  text-align: center;
  text-indent: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
}
.centered {
  text-align: center;
}
.contactTable{
  border: solid 1px #6e6e6e;
  border-collapse: collapse;
  width: 380px;
}
.contactTable td {
  border: none;
  padding: 3px;
  color: #004080;
}
.contactTable th {
  background: #6e6e6e;
  color: #fff;
}
.dropcapletter {
float:left;
color:#FF3300;
font-size:34px;
line-height:20px;
padding:4px 4px 4px 0;
font-family: Georgia, "Times New Roman", Times, serif;
} 
.dropcapword {
color: #E01F76;
font-size:1.2em;
line-height:1em;
font-weight:900;
padding:0 2px 8px 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

.left {
  float: left;
}
.right {
  float: right;
}
.smallprint {
  font-size: .87em; 
  color: #666;
  text-align: center;
}
.smallprint a {
  color: #666666;
  text-decoration: none;
}
p#credits.smallprint {
  color: #8e5c53;
  font-size: .87em;
}
p#credits.smallprint a {
  color: #8e5c53;
  text-decoration: none;
}
p#credits.smallprint a:hover {
  text-decoration: underline;
}

/* ======== ID =======*/
#content {
  border: 1px solid teal;
  /* background-color: #ff6; */
}
#content p {
  margin: 0;
  text-indent: 1em;
  padding: 0 5px;
  text-align: justify;
}
#contentbio {
  border: 1px solid teal;
  background-color: #009999;
}
#contentbio p {
  margin: 0;
  text-indent: 1em;
  padding: 0 5px;
  text-align: justify;
}
#footer {
  height: auto;
  width: 740px;
  background-repeat: no-repeat;
  float: left;
}
#footer p {
  font-size: 1.2em;
  text-align: center;
}
#footlinks {
  font-size: 0.9em;
  text-align: center;
}

/* DEFINE FOOTLINK COLORS, STYLES */
#footlinks a {
  color: #6d6d6d;
  text-decoration: none;
}
#footlinks a:hover{
  color: #eee;
  text-decoration: none;
}
#header {
  background-color: #eee;
  height: 120px;
  background-repeat: no-repeat;
}
#leftcol {
  background-color: #009999;
  float: left;
  width: 170px;
  margin-right: 10px;
}
#maincol {
  background-color:#FFCC99;
  float: left;
  width: 360px;
}

#maincolbio {
  background-color:#FFCC99;
  float: left;
  width: 360px;
}
#navbar {
  background-color: #009999;
  height: 20px;
  margin: 0 auto;
  padding: 0px;
}
#navbar p {
  text-align: center;
  text-indent: 0;
}
#rightcol {
  /* border-left: 2px solid #eee; */
  float: right;
  width: 170px;
}
#rightcol ul li,
#rightcol p {
}
#slideshow {background-color: #009999;}
#wrapper {
  margin: 10px auto;
  text-align: left;
  width: 740px;
}