body {
  margin: 0;
  font: normal 1em Arial,Helvetica,sans-serif;
  color: #fff;
  background: #300;
}

h3 {
  color: #0cc;
}
p {
  font-size: 0.8em;
}

#PageBoundary {
  width: 900px;
  margin: 0 auto;
}

#Banner {
  width: 900px;
  height: 167px;
}

/* This section stylized the Main Menu */
#Menu {
  width: 900px;
}
#Menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width:898px;
  background: url(Images/BG-MainMenu.jpg) repeat-x;
}
#Menu li {
  float: left;
}
#Menu ul a {
  display: block;
  padding: 0 2.75em;
  line-height: 44px;
  background: url(Images/DivMainMenu.png) no-repeat left;
  text-decoration: none;
  color: #300;
}
#Menu ul a:hover {
  color: rgb(247,198,59);
}
#Menu ul .first a {
  background: none;
}
/* End of Main Menu Styling */

a {
  text-decoration: none;
  color: rgb(239,243,165);
}
a:hover {
  text-decoration: underline;
}

#SecContent {
  float: left;
  margin: 10px 5px 10px 5px;
  width: 170px;
}

#MainContent {
  float: left;
  margin: 10px 5px 10px 5px;
  width: 510px;
  vertical-align: top;
}

#SideBar {
  float: left;
  margin: 10px 5px 10px 5px;
  width: 190px;
}

#Footer {
  clear: both;
  width: 900px;
  height: 60px;
  padding-top: 20px;
  text-align: center;
}

/* The following styled the Sub Menu*/
#SubMenu {
  width: 160px;
  margin: 0 auto;
}
#SubMenu ul {
  list-style: none;
  margin: 0;
}
#SubMenu li {
  margin: 2px auto;
}
#SubMenu li a {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #300;
  text-decoration: none;
  background: url(Images/subMnu-BG.jpg) no-repeat left top;
  text-indent: 10px;
}
#SubMenu li a:hover {
  color: #fff;
  background: url(Images/subMnu-BG.jpg) no-repeat right top;
}

#Sponsors {
  width: 160px;
  margin: 10px 0;
}
#Partners {
	width: 160px;
	margin: 10px auto;
}

#ContentOne {
  margin: 0px;
  padding: 0px;
  background: url(Images/BG-Box-Top.jpg) no-repeat top;
}
#ContentBoxBG {
  padding: 0 20px 10px 20px;
  background: url(Images/BG-Box-Bottom.jpg) no-repeat bottom;
}

#ContentTwo {
  margin-top:20px;
  background: url(Images/BG-Box-Top.jpg) no-repeat top;
}

#Article1 {
	display:none;
}
#Article2 {
	display:none;
}
#Article3 {
	display:none;
}
#Article4 {
	display:none;
}
#Article5 {
	display:none;
}