* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: arial;
  font-size: small;
}
a {
  text-decoration: none;
  color: black;
}
ul {
  list-style: none;
}
div#allContent {
  width: 720px;
  margin: auto;
}
/*********************** BODY STYLES ***********************/
body {
  background: url("/media/image/102/tiledbackground.jpg");
  background-repeat: repeat;
}
div#contentDiv {
  width: 650px;
  margin-top: 20px;
  padding-left: 30px;
  margin-right: 40px;
  margin-bottom: 100px;
  float: left;
  clear: left;
  overflow: auto;
}
div#contentDiv ul {
  list-style: disc;
  float: none;
  margin-left: 15px;
}
div#contentDiv ul li {
  float: none;
}
div#contentDiv a {
  color: #440066;
  text-decoration: underline;
}
div#imageDiv {
  width: 330px;
  height: 450px;
  margin: 40px 0 0 0;
  float: left;
  clear: left;
}
div#copyDiv {
  margin: 15px;
  width: 273px;
  height: 450px;
  float: left;
}
div#oneColumnDiv {
  margin: 15px;
  height: 450px;
  float: left;
  width: 603px;
}
div#oneColumnDiv img {
  float: left;
  margin-right: 15px;
}
div#body {
  float: left;
  background-image: url(/media/image/102/mvca_body_background.jpg);
}
p {
  font-size: 90%;
  margin: 25px 0;
  line-height: 200%;
}
h1 {
  font-size: 200%;
  color: #330066;
}
/*********************** GALLERY STYLES ********************/
div#gallery {
  margin: 15px;
  height: 450px;
  float: left;
  width: 603px;
}
div#gallery table {
  width: 540px;
  margin: 15px 30px;
}
div#gallery table td {
  width: 180px;
}
div#gallery table td img {
  margin: 10px 37px;
}
div#gallery table td p {
  text-align: center;
  margin: 0 4px 0 0;
  width: 176px;
}
/*********************** HEADER STYLES *********************/
div#header {
  height: 135px;
  width: 720px;
  background-image: url(/media/image/102/mvca_header_background.jpg);
  float: left;
}
div#logoDiv {
  float: left;
  padding: 30px 0 11px 18px;
}
div#logoDiv img {
  display: block;
}
div#header ul#primaryNav {
  height: 35px;
  width: 720px;
  float: left;
}
ul#secondaryNav {
  width: 720px;
  height: 20px;
  padding-bottom: 2px;
  background-color: #fdb813;
}
div#secondaryNav {
  height: 18px;
  width: 720px;
  background-color: #fecb53;
  float: left;
  padding-top: 2px;
}
div#secondaryNav.thickNav {
  height: 36px;
}
div#secondaryNav a {
  width: 116px;
  text-align: center;
  float: left;
}
div#secondaryNav span {
  float: left;
}
ul#secondaryNav li {
  width: 120px;
  text-align: center;
}
ul li {
  float: left;
}
/*********************** FORMS ****************************/
.input {
  border: solid 1px black;
  width: 300px;
}
.short {
  width: 100px;
}
.submit {
  border: solid 1px black;
  margin: 0 0 0 355px;
}
p.error {
  color: red;
  font-weight: bold;
  margin: 0;
}
textarea {
  height: 100px;
}
dl {
  float: left;
  width: 410px;
}
dt {
  float: left;
  clear: left;
  width: 100px;
  padding: 15px 0 0 0;
}
dt.rightLabel {
  clear: none;
  float: left;
  padding-left: 20px;
  width: 80px;
}
dd {
  width: 300px;
  float: left;
  padding: 15px 0 0 0;
}
dd.rightColumn, dd.shortLeft {
  width: 100px;
}
dt.zip {
  width: 40px;
}
dd.zip, dd.zip input {
  width: 140px;
}
/*********************** Slideshow Styles *****************/
div#contentDiv ul.slideshowul {
  list-style: none;
}
div#contentDiv ul.slideshowul li.previous {
  width: 50px;
  padding: 15px 20px 0 265px;
  float: left;
}
div#contentDiv ul.slideshowul li.next {
  width: 100px;
  padding-top: 15px;
  float: left;
}
div#slideshowImage {
  padding: 20px 0 0 0;
  text-align: center;
}
p.slideshow {
  line-height: 100%;
  font-size: 100%;
  margin: 0px 0 0 0;
  text-align: center;
}
/*********************** FOOTER STYLES ********************/
div#footer {
  width: 720px;
  text-align: center;
  float: left;
}
div#footerLinks {
  width: 720px;
  text-align: center;
  float: left;
  margin-bottom: 5px;
}
div#footerLinks a {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 95%;
}
div#footerStripe {
  background-image: url(/media/image/102/mvca_footer.gif);
  width: 720px;
  height: 41px;
  float: left;
}
div#footer h6 {
  font-size: 80%;
}