/* index.css */

#MainContent {
  padding: 0;
  margin: 0  5px 5px 25px;
}

#MainContent table {
  border-spacing: 2px;
}
#MainContent table td {
  width: 50%;
}

.MainMenuBox {
  text-align: justify;
  font-size: 12px;
  color: black;
  background: white;
  margin: 5px;
}

.MainMenuBox img {
  float: left;
  margin: 10px;
}

#MainContent .MainMenuBox a {
  color: black;
  text-decoration: none;
}

#MainContent .MainMenuBox h1 a {
  line-height: 25px;
  font-size: 12px;
  display: block;
  text-align: left;
  padding-left: 30px;
  color: white;
  background: white url(/images/index/headerBox.gif) no-repeat;
}

#MainContent .MainMenuBox h2 {
  font-size: 12px;
  color: #127DC9;
  margin-bottom: 0px;
  padding-bottom: 8px;
  text-decoration: underline;
  font-weight: bold;
}

#MainContent .MainMenuBox h2 a {
  color: #127DC9;
}

#MainContent .MainMenuBox .text {
  margin: 0 5px;
}

.MainMenuBox ul {
  clear: both;
  padding-left: 20px;
}
.MainMenuBox ul li {
  font-size: 12px;
  padding-top: 2px;
}
.MainMenuBox ul li a:hover {
  background: -1px url(/images/rubric.gif) no-repeat;
  text-decoration: underline;
}

#AfiBox,
#LawBox,
#CreditBox,
#SimulationBox {
  height: 210px;
  width: 404px;
  background: url(/images/index/backgroundBox.gif) no-repeat bottom;
  display: block;
}

/* NewsBox */ 

.NewsBox {
  height: 430px;
  width: 404px;
  background: url(/images/index/backgroundBox.gif) no-repeat bottom;
  display: block;
  margin: 5px;
}


#MainContent .NewsBox h1 a {
  line-height: 25px;
  font-size: 12px;
  display: block;
  text-align: left;
  padding-left: 30px;
  color: white;
  background: white url(/images/index/headerBox.gif) no-repeat;
}

.NewsBox a {
  text-decoration: none;
}

.NewsBox ul li {
  margin: 7px 10px;
  //margin: 2px 0; /* IE Hack */
  text-align: justify;
}

.NewsBox .photo {
  float: left;
}

.NewsBox .photo img {
  height: 40px;
  width: 55px;
  border: none;
  padding: 0 5px 5px 0;
}

#MainContent .NewsBox ul {
  padding: 0;
  margin: 0;
}

.NewsBox li {
  list-style-type: none;
  border-bottom: 2px dotted white;
  text-align: justify;
  padding: 0 0 5px 0;
}

.NewsBox .NewsDate {
  font-size: 10px;
}

.NewsBox .NewsTitle {
  font-size: 12px;
  font-weight: bold;
}

.NewsBox .NewsDescription {
  color: #595959;
  font-size: 11px;
  line-height: 8px;
}

.NewsBox .NewsResource {
  color: #595959;
  font-size: 10px;
}

#MainContent .NewsBox .linkFile {
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
}

#MainContent .NewsBox .linkFile a {
  color: #127DC9;
}

#MainContent .NewsBox .linkFile a:hover {
  text-decoration: underline;
}


/* ProgramBox */

#MainContent .ProgramBox h1 {
  line-height: 25px;
  font-size: 12px;
  display: block;
  text-align: left;
  padding-left: 30px;
  color: white;
  text-decoration: none;
  background: white url(/images/index/headerBox.gif) no-repeat;
}

.ProgramBox {
  margin: 5px;
  height: 210px;
  width: 404px;
  background: url(/images/index/backgroundBox.gif) no-repeat bottom;
  display: block;
  margin: 5px 0 10px 5px;
}

.ProgramBox .program {
  margin: 0;
}

.ProgramBox .program a {
  text-decoration: none;
}

.ProgramBox .program img {
  width: 120px;
  height: 90px;
  border: 1px solid black;
  margin: 15px 5px 0 5px;
}

.ProgramBox .program .info {
  color: #595959;
  font-weight: bold;
  margin: 5px;
  display: block;
  font-size: 11px;
}

.ProgramBox .link {
  text-align: right;
  font-size: 11px;
  margin: 10px;
}

.ProgramBox .link a {
  color: #595959;
}