body * {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

body {
  background-color: #C7D6EE;
  text-align: center; /* centering in ie */
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2384C6;
  line-height: 2.0;
  padding-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2384C6;
  line-height: 1.5;
  padding-bottom: 10px;
}

a {
  color: #2384C6;
}
	
p {
  color: black;
  line-height: 1.5;
  padding-bottom: 10px;
}

.TODO {
  color: red;
}

.clear {
  clear: both;
}

.highlight {
  color: #2384C6;
  font-weight: bold;
}

.grayed {
  color: gray;
}

div#box-page {
  width: 1022px;
  height: auto;
  margin-left: auto; margin-right: auto;
  border: 0px solid #43A4E6;
}
	
div#box-heading {
  background-image:url('images/bk_heading.jpg');
  background-repeat:repeat-x;
  height: 175px;
}

div#box-heading-menu {
	background-color: #C7D6EE;
  border: 1px solid white;
}

div#box-heading-menu div.item {
  float: left;
  background-color: #2384C6;
  text-align: center;
  border-left: 0px solid #000000;
  border-right: 2px solid #FFFFFF;
}

div#box-heading-menu div.item {
  float: left;
  text-align: center;
  border-left: 0px solid #000000;
  border-right: 2px solid #FFFFFF;
}

div#box-heading-menu div.item_notsel {
  background-color: #2384C6;
}

div#box-heading-menu div.item_sel {
  background-color: #004486;
}

div#box-heading-menu div.item a {
	display: block;
	font-size: 14px;
	padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

div#box-heading-menu div.item_notsel a:hover {
  background-color: #43A4E6;
}

div#box-contents {
	background-color: white;
	min-height: 500px;
	padding: 10px;
	text-align: left;
}

p.profile {
  clear:both; padding-top: 10px;
}

p.profile img.photo {
  float: left;margin-right:5px;
}

table.program {
  width: 100%;
}

table.program td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #C7D6EE;
  padding-top: 5px;
  padding-bottom: 5px;
}
	
table.program td._1 {
  height: 50px;
  width:120px;
  font-weight: bold;
}

table.program td._2 {
  width: 290px;
}

table.program td._3 {
  width: 290px;
}

table.program td.break {
  background-color: #8DB7E9;
  color: white;
  font-weight: bold;
}

table.program td.centered {
  vertical-align: middle;
  text-align: center;
}