/* mainpage.css */

* {
  margin: 0;
  padding: 0;
  color: white;
}

body {
  margin: 0;
  padding: 0;
  background: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
}

.FlashError a {
  margin: 0;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

.hiddenLinks {
  font-size: 0;
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}
.hiddenLinks a{
  text-decoration: none;
  cursor: text;
}
 
.SiteContent {
  width: 100%;
}

#Content {
  margin: auto;
  width: 930px;
}

.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}

#StructureTable {
  clear: both;
  margin: auto;
  width: 930px;
}

#StructureTable td {
  vertical-align: top;
}


#MainContent {
  width: 100%;
  min-height: 320px;
  _height: 320px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

.link-title a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
}

h1, h2, h3 {
  margin: 10px 0;
}

p {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: justify;
}

.HorizontalLargeShow {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;

}
.SquareFooterShow {
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
