* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #3D5264 url(/images/bg.png) repeat scroll;
  font-family: sans-serif;
}

p {
  margin-top: 1em;
}

#wrapper {
  margin-top: 90px;
  width: 647px;
  border: 8px solid #3D5264;
  background-color: #4C1F29;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 14px 14px 14px;
  margin-bottom: 20px;
}

#wrapper #logo {
  width: 215px;
  height: 236px;
  background: transparent url(/images/logo.png) no-repeat top left;
  position: absolute;
  margin-left: -70px;
  margin-top: -70px;
}

#wrapper h1 span {
  display: none;
}

#menu {
  float: left;
  margin-top: 135px;
  padding: 36px 10px 20px 10px;
  width: 120px;
  background-color: #6A343C;
}

#menu > a {
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#menu hr {
  height: 1px;
  color: #4C1F29;
  background-color: #4C1F29;
  border: 0;
  width: 80%;
  margin: 10px auto 10px auto;
}

#programs {
  line-height: 1.1em;
}

#programs a {
  color: white;
  margin-left: 10px;
  display: block;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  font-size: 10pt;
}

#programs div {
  margin-top: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10pt;
}

#announcements {
  width: 184px;
  background-color: #6A343C;
}

#announcements h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#blurb {
  height: 107px;
  margin-top: 14px;
  padding-left: 160px;
  background-color: #6A343C;
  position: absolute;
}

#blurb h2 {
  height: 118px;
  width: 481px;
  margin-top: 3px;
  margin-right: 6px;
  background: transparent url(/images/banner.png) no-repeat scroll top left;
}

#blurb h2 span {
  display: none;
}

#footer {
  font-size: 9pt;
  color: #6A343C;
  clear: both;
  text-align: center;
  width: 486px;
  padding-top: 20px;
  margin-left: 148px;
}

#footer a {
  color: #6A343C;
}

.article {
  margin-top: 135px;
  background-color: white;
  width: 456px;
  border: 5px solid #6A343C;
  float: right;
  padding: 10px 10px 30px 15px;
  line-height: 1.3em; 
}

.article h1 {
  color: #4C1F29;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: .5em;
  margin-top: .25em;
  font-size: 20pt;
}

.article h2 {
  margin-top: 1em;
  margin-bottom: .25em;
}

#video {
  padding: 8px 10px 10px 10px;
  width: 230px;
  background-color: #6A343C;
}

.video {
  width: 100px;
  float: left;
  margin-right: 15px;
}

#video h2 {
  color: white;
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.video img {
  width: 100px;
  margin-bottom: 6px;
  border: 3px solid #4C1F29;
}

.video a {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 9pt;
}

.video span {
  border-bottom: 1px dotted white;
}

div.thumbpopup {
	padding: 5px;
	background-color: white;
	border: 1px solid #888;
}

div.thumb {
	float: left;
	margin-right: 5px;
	margin-top: 5px; 
}

a img {
	border: 2px solid #6A343C;
}

.yes {
	background-color:#BBEDBF;
}

.no {
	background-color:#EDBBBB;
}