* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 70%;
  background-color: #000000;
  color: #673711;
  color: #430300;
  font-family: Georgia, "Times New Roman", Times, serif;
}

td {
  padding: 10px 0px 10px 0px;
}

td.c1 {
  width: 9%;
}

td.c2 {
  width: 1%;
}

td.c3 {
  width: 9%;
}

td.c4 {
  width: 81%;
  padding: 5px 0px 5px 10px;
}

p {
  padding-bottom: 25px;
  padding-right: 25px;
  font-size: 1.2em;
  text-align: justify;
}

p.quote {
  font-style: italic;
  padding: 0px 50px 20px 50px;
}

p.footertxt {
  padding-top: 75px;
  color: #F1DBC6;
  text-align: center;
}

h1 {
  font-weight: bold;
  padding: 10px;
  font-size: 1.4em;
}

h2 {
  font-weight: bold;
  padding: 10px 10px 5px 10px;
  font-size: 1.4em;
  text-align: center;
}

h3 {
  font-weight: bold;
  text-decoration: underline;
  padding: 10px 10px 5px 0px;
  font-size: 1.4em;
}

h4 {
  font-weight: bold;
  text-align: center;
  font-size: 2.2em;
}

select {
  margin: 0;
  padding: 0;

}

option {
  margin: 0;
  padding: 0;
}

a:link {color: #F1DBC6;}     /* unvisited link */
a:visited {color: #F1DBC6;}  /* visited link */
a:hover {color: #FFCC66;}   /* mouse over link */
a:active {color: #FFFFFF;}   /* selected link */

ul {
  margin: 0 0 0 30px;
  list-style-type: none;
}

.center {
  text-align: center;
}

.container {
  margin: 10px auto;
  width: 729px;
  font-size: 1.2em;
}

.header {
  background-image: url(../images/header_bg.jpg);
  height: 216px;
  width: 670px;
  padding-top: 214px;
  padding-top: 0px;
  padding-left: 59px;
}

.title {
  float: right;
  margin: 24px 50px auto;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 4em;
}

.title2 {
  float: right;
  margin: 55px 50px auto;
  padding: 0px 0px 30px 0px;
  color: #ffffff;
  font-size: 4em;
}

.navlist {
  float: left;
  margin: 4px 0px;
  text-align: center;
  width: 210px;  
}

.navlist li {
  margin: 3px 0px;
  list-style: none;
  font-weight: bold;font-size:11px;
}

.navlist li a {
  text-decoration: none;
}

.content {
  background-image: url(../images/content_tile.jpg);
  background-repeat: repeat-y;
  padding-left: 60px;
  padding-right: 60px;	
}

.content_top {
  background-image: url(../images/content_top.jpg);
  height: 120px;
  width: 529px;
  padding-top: 25px;
  padding-left: 100px;
  padding-right: 100px;
}

.footer {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  height: 186px;
  text-align: center;
  font-size: .7em;
}

.attitude {
  padding: 10px 0px 0px 50px;
}

.faculty {
  text-align: center;
  padding: 30px 0px 0px 0px;
}

.photo {
  float: right;
  padding: 10px 25px 10px 25px;
  width: 160px;
  height: 235px;
}

.selectcal {
  float: right;
  margin: 0;
  text-align: right;
}

.selectcal p {
  margin: 0;
}

.calendar {
  font-size: 1.2em;
}

.contactpage tr {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.contactpage table {
  width: 100%;
  border-collapse: collapse;
}
.contactpage td {
  margin: 0;
  padding: 0;
}

.contactform {
  margin: 0;
  padding: 0;
}

.contactform table {
  width: 100%;
  border: 2px solid #430300;
}

.contactform tr {
  vertical-align: center;
}

.contactform td {
  vertical-align: center;
  border: 1px solid #430300;
}

td.cf1 {
  width: 35%;
}

td.cf2 {
  width: 65%;
}

td.f1 {
  width: 25%;
}

td.f2 {
  width: 75%;
}

