body{
  margin: 0;
  padding: 0;
  color:#000000;
  background-color:#ffffff;
  background-image: url(App_Themes/Default/Images/PageBackground.png);
  background-repeat: repeat;
  font: small Arial, Helvetica, Verdana, sans-serif;
}


#Buttons {
  background-color: #efefef;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  border-bottom: 2px solid #929292;
  color: #ffffff;
  min-height: 1.5em;
}

#Buttons a {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 0;
  color: #CCCCCF;
  text-decoration: none;
}

#Buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}

#Buttons li {
  background-image: url(/images/TabRight.png);
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 31px;
  padding: 7px 21px 5px 15px;
  display: inline;
}

#DisplayArea {
  color:white;
  width: 75%;
  background-image: url(/images/TableRim.png);
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  min-height: 480px;

}

#DisplayArea img, DisplayArea a:visited {
  border-style: none;
}
#DisplayArea h1{
  font-size: 180%;
  position: absolute;
}

#DisplayArea .News {
  text-align: center;
  position: relative;
  padding: 80px 0 0 0;
}

#DisplayArea .Line1{
  left: 450px;
  top: 6em;
}

#DisplayArea .Line2{
  left: 500px;
  top: 7.5em;
}

#DisplayArea .Line3{
  left: 550px;
  top: 9em;
}

#DisplayArea h1 a:link, #DisplayArea h1 a:visited  {
  text-decoration: none;
  font-size: 100%;
  
}

#DisplayArea a:link, #DisplayArea a:visited  {
  color: #cf0000;
}

#DisplayArea p {
  padding: 5px 10px 0 50px;
  position: relative;
}

#DisplayArea p.Message {
  text-align:center;
}
#DisplayArea table {
  border: 1px solid #cf0000;
  background-color: #ffffff;
  color: #000000;
  margin: 10px 10px 10px 160px;
}
#DisplayArea th {
  border: 1px solid #cf0000;
  background-color: #cfcfcf;
  color: #000000;
  padding: 5px 5px 5px 5px;
}
#DisplayArea td {
  border: 1px solid #cf0000;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 5px 5px 5px;
  width: 100px;
}

#Main {
  position: relative;
  top: 0;
  left:0;
  width: 100%;
  min-height: 500px;
}
#MastHead{
  width:100%;
  background-color: #000000;
}
#MastHead-Grafics{
  color: white;
  font-family: Times, serif;
}
#MastHead-Grafics h1{
  font-size: 140%;
  position: relative;
}

#MastHead-Grafics .Line1{
  position: absolute;
  left: 450px;
  top: .25em;
}

#MastHead-Grafics .Line2{
  position: absolute;
  left: 490px;
  top: 1.75em;
}

#MastHead-Grafics .Line3{
  position: absolute;
  left: 515px;
  top: 3.25em;
}

#MastHead-Text{
  height:1.5em;
  padding: 3px 0 0 0;
  border-top: 2px solid red;
  border-bottom: 1px solid black;
  background-color: white;
}
#MastHead-Text h1{
  font-weight: normal;
  font-size: 110%; 
  color: #C00000;
  Margin: 0 0 0 100px; 
}

#SideBar {
  position: absolute;
  background-color: #f0f0f0;
  width:25%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#SideBar img {
  border: none;
}
#SideBar-Ad {
  background-color: #000000;
  text-align: center;
  padding: 10px 0 10px 0;
}
#SideBar-Ad a:link,#SideBar-Ad a:visited {
  color: #ffffff;
  
}

#SideBar-Header {
  padding: 7px 0 0 15px;
  border-bottom: 1px solid black;
  background-color: white;
}
#SideBar-News {
  background-color: #f0f0f0;
  padding: 5px 15px 15px 0;
  margin: 0 0 0 0;
  min-height: 300px;
}
#SideBar-News .Name {
  font-weight: bold;
}

#SideBar-News h1 {
  font-size: 120%;
}
#SideBar-News p {
  font-size: 90%;
}
#SideBar-News ul {
  list-style-type: none;
  padding-left: 15px;
}


#Wrapper {
  min-width: 1080px;
}
