* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
#container {
  position: relative;
  margin: 40px auto 100px auto;
  width: 945px;
  background: transparent url("../images/second-container-bg.jpg") scroll no-repeat right bottom;
}
.secondary #container {
  background-image: url("../images/secondary-second-container-bg.jpg");
  background-position: right 70px;
}
.tertiary #container {
  background-image: url("../images/tertiary-second-container-bg.jpg");
  background-position: left 60px;
}
#second-container {
  background: transparent url("../images/container-bg.png") scroll repeat-y 5px top;
}
#header {
  position: relative;
  height: 185px;
  background: transparent url("../images/header-bg.png") scroll no-repeat left top;
}
#header h1 {
  position: relative;
  top: -3px;
  padding-left: 30px;
}
#header h1 img {
  display: block;
}
#header p {
  position: absolute;
  top: 20px;
  right: 33px;
  width: 210px;
  text-align: right;
  font-size: 150%;
  font-weight: normal;
  color: #FFF;
}
#header p a {
  text-decoration: none;
  color: #FFF;
}
#navigation {
  margin-top: 50px;
  width: 210px;
  float: left;
  font-size: 13px;
}
#navigation ul {
  margin-left: 5px;
  list-style-type: none;
}
#navigation li {
  position: relative;
  background: transparent url("../images/navigation-item-bg-top.png") scroll no-repeat left top;
}
#navigation a {
  display: block;
  background: transparent url("../images/navigation-item-bg-bottom.png") scroll no-repeat left bottom;
  padding: 6px 10px 6px 30px;
  color: #FFF;
  text-decoration: none;
}
#navigation li ul {
  display: none;
  position: absolute;
  left: 198px;
  top: 6px;
  padding: 0 3px;
  width: 100px;
  background-color: #FFF;
  font-size: 90%;
}
#navigation li:hover > ul {
  display: block;
}
#navigation li li {
  height: auto;
  background-image: none;
  padding: 4px 0;
}
#navigation li li a {
  display: inline;
  padding: 0;
  color: #072FF9;
}
#content {
  position: relative;
  top: -100px;
  width: 622px;
  float: right;
}
.tertiary #content {
  width: 512px;
}
#text {
	width: 450px;
	list-style-image: url(../images/bullet.gif);
}
#text h2, #text h3, #text h4, #text h5, #text h6, #text p, #text ul, #text ol {
  margin: 10px 0;
}
#text h2 {
  position: relative;
  left: -50px;
  background: transparent url("../images/text-title-bg.jpg") scroll no-repeat left top;
  padding: 50px 0 40px 55px;
  font-size: 150%;
  color: #072FF9;
}
.secondary #text h2 {
  left: 0;
  background-image: none;
  padding-left: 0;
  color: #A11D24;
}
.InterestingLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

.tertiary #text h2 {
  left: 0;
  background-image: none;
  padding-left: 0;
}
#text li {
  margin-left: 10px;
}
#footer {
  clear: both;
  width: 95%;
  background: transparent url("../images/footer-bg.png") scroll no-repeat 5px bottom;
  padding: 10px 0;
  font-size: 90%;
}
#program-info {
  margin-right: -92px;
  background: transparent url("../images/program-info-bg.png") scroll no-repeat right top;
  padding: 90px 100px 10px 230px;
}
#program-info a {
  background-color: #FFF;
  font-weight: bold;
}
/*.tertiary #program-info {
  background-image: url("../images/tertiary-program-info-bg.png");
  padding-left: 450px;
}*/
#news h3 {
  margin-top: 30px;
  font-size: 140%;
}
#news h4 {
  margin: 10px 0 3px 0;
  font-size: 120%;
}
#news p {
  margin: 3px 0;
}
#news p.meta {
  font-size: 90%;
}

