@charset "UTF-8";
body {
	width: 900px;
	/* margin-left: 8%;
	margin-right: 8%; */
    margin: auto;
    margin-top: 10px;
    padding: 0;
    background-color: #A8A8A8;
    background-attachment: scroll;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: center;
}
#container {
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #AA0100;
	text-align: left;
}
#mainContent {
	padding: 0 20px;
}
#banner {
  background-color: #ECEDF3;
  border-bottom: 1px solid #AA0100;
  text-align: center;
}
#ul {
  width: 165px;
  display: table;
  list-style: none;
}
#ul li {
  font-size: 80%;
  width: 165px;
  float: left;
}
#ul a:link, #ul a:visited {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #CCCCCC;
}
#ul a:hover {
  border-bottom: 4px solid #FFCC33;
}
#ul ima {
  float: left;
  margin-top: 2em;
}

b1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  font-weight: normal;
  text-align: left;
  padding-bottom: 0em;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #5a3811; 
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.content {
 display: table;
 border-collapse: collapse;
 margin-bottom: .25em;
}
.text {
 display: table;
 padding: 10px;
 font-size: 90%;
 text-align: left;
 background-color: #FFFFFF;
}
.darkbackground {
 color: #FFFFFF;
}
  
#footer {
  background-color: #AA0100;
  font-size: 80%;
  color: #FFFFFF;
  padding: 0.2em 10px 0.2em 0;
  text-align: center;
  border-left: 1px solid #AA0100;
  border-right: 1px solid #AA0100;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
#footer a:hover {
  color: #FFCC33;
  background-color: transparent;
}
#footer f1 {
	font-size: 85%;
	color: #CCCCCC;
	background-color: transparent;
}

l1 a:link, l1 a:visited {
  text-decoration: underline;
  font-size: 90%;
  font-weight: bold;
  color: #AA0100;
}
l1 a:hover {
  color: #0000FF;
}
