body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:white;
}

a {  color: #681A27;}
a:link { }
a:hover { background:white;text-decoration: none}

body, td {
  font-size:0.8em;
}

td {
  font-size:1.0em;
  vertical-align:top;
}



body, ul, li, img {
  margin:0;
  padding:0;
}

h1 {
  font-size:1.4em;
}

h2 {
  font-size:1.2em;
}

#keyvisual {
  margin:5px 0;
  background:#AE1950;
  text-align:center;
}

#outsideNav {
  text-align:center;
  background:white;
  height:90px;
}

#nav {
  margin:auto;
  width:898px;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  background-color:white;
  height:40px;
  padding:50px 0 0 10px;
}

#nav ul {
  list-style:none;
  margin:0;
  padding:0;
  height:30px;
}

#nav li {
  float:left;
}

#nav a {
  display:inline-block;
  text-align:left;
  width:80px;
  color:black;
  border-right:1px solid #CCCCCC;;
  padding:5px 8px;
  height:30px;
  text-decoration: none
}

#nav a.last {
  border:0;
}

#nav a:hover {
  text-decoration:underline;
}

#outsideSubnav {
  text-align:center;
  background:#E59DA0;
  height:30px;
  border-bottom:5px solid white;
}


#subnav {
  margin:auto;
  width:910px;
  background-color:#FAECEC;
  height:30px;
}


#subnav ul {
  list-style:none;
  margin:0;
  padding:0;
}

#subnav li {
  float:left;
}

#subnav a {
  display:inline-block;
  text-align:left;
  width:70px;
  color:black;
  border-right:1px solid #CCCCCC;
  padding:5px 8px;
  line-height:20px;
  text-decoration: none;
}

#subnav a.last {
  border:0;
}

#subnav a:hover {
  text-decoration:underline;
}

#outsideContent {
  text-align:center;
  background:#681A27;
  border-bottom:50px solid white;
}


#content {
  margin:auto;
  background:#E4DBDC;
  width:890px;
  padding:10px;
  text-align:left;
}

#content img {
  border:1px solid white;
  margin:10px;
}

#subContent {
  width:300px;
  
}

#subContent h2 {
  border-bottom:1px solid #464C3E;
  color:#464C3E;
}