/* Predefined XHTML Tags */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

h1 {
  font-family: "trebuchet ms", tahoma, sans-serif;
  color: rgb(255, 100, 182);
  border-bottom: 1px solid rgb(255, 100, 182);
}

h2 {
  font-family: "trebuchet ms", tahoma, sans-serif;
  color: rgb(255, 100, 182);
  border-bottom: 1px solid rgb(255, 100, 182);
}

p {
  font-size: 0.9em;
  line-spacing: 0.2em;
  line-height: 1.2em;
}

/* Custom defined IDs */

#Header {
  background-color: rgb(255, 231, 238);
  border-bottom: 2px solid rgb(255, 168, 197);
  color: rgb(255, 100, 182);
  padding: 0.5em;
}

#HeaderTitle {
  font-size: 3em;
  font-weight: bold;
}

#HeaderTitleSub {
  font-weight: bold;
}

#HeaderNavigation {
  padding: 0.5em;
  border: 2px solid rgb(255, 168, 197);
  background-color: rgb(255, 231, 238);
}

#HeaderNavigation a {
  border-right: 2px solid rgb(255, 168, 197);
  border-left: 2px solid rgb(255, 168, 197);
  border-bottom: 1px dashed rgb(255, 168, 197);
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  text-decoration: none;
}

#HeaderNavigation a:hover {
  border-bottom: 2px solid rgb(255, 168, 197);
}

#Body {
  text-align: justify;
}

#RightContainerBorder {
  border: 2px solid rgb(255, 168, 197);
  padding: 0.5em;
}

#RightContainer {
  padding-left: 1em;
  background-color: white;
}

#RightContainer p {
  text-align: left;
}

#Footer {
  font-size: 0.7em;
  text-align: center;
  border-top: 2px solid rgb(255, 168, 197);
  border-bottom: 2px solid rgb(255, 168, 197);
  padding: 0.5em;
  background-color: rgb(255, 231, 238);
}

#Footer a {
	color: black;
	text-decoration: none;
}

#Footer a:hover {
	color: black;
	text-decoration: underline;
}

/* Custom defined Classes */

.RightContainerHeader {
  background-color: rgb(255, 231, 238);
  padding: 0.3em;
  font-weight: bold;
  border: 1px solid rgb(255, 168, 197);
  text-align: left;
}

.LeftContainerItem {
  border-top: 2px solid rgb(255, 168, 197);
  border-bottom: 2px solid rgb(255, 168, 197);
  margin-bottom: 1em;
  background-color: #ffffff;
}

.LeftContainerItem img {
  border: 0px solid black;
  text-align: center;
}

.LeftContainerHeader {
  border-bottom: 1px dashed rgb(255, 168, 197);
  padding: 0.5em;
  font-weight: bold;
  background-color: rgb(255, 231, 238);
}

div.menu {
  width:100%;
  padding: 0;
  background-color: #ffffff;
}

div.menu a {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0.5em;
  color: black;
  text-decoration: none;
}

html>body div.menu a {
  width: auto;
}

div.menu a:hover {
  background: rgb(255, 231, 238);
  color: black;
}

.topOfPage {
  color: rgb(255, 100, 182);
  background-color: transparent;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

a.toplink {
  color: rgb(255, 100, 182);
  background-color: transparent;
}

a {
  color: rgb(255, 100, 182);
  text-decoration: underline;
}

a:hover {
  color: rgb(255, 100, 182);
  text-decoration: none;
}
