/*
littlem-screen.css
v1.1
17/09/08
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #666;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  line-height: 2em;
}
h2 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: underline;
}
a,  a:link {
  color: #00f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #309;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
  background-color: #ddd;
  background-image: url(../images/lmc-logo.gif);
  background-position: right;
  background-repeat: no-repeat;
  border-bottom: solid 1px #666;
  font-size: 1.7em;
  line-height: 2em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #topNavigation {
  background-color: #f4f2fc;
  border-bottom: solid 1px #a8a2d1;
  height: 1.5em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #topNavigation span {
  font-weight: bold;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #ddd;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
