.info_td {
	width: 200px;
}

th {
	background-color: rgb(34,70,79);
	color: white;
}


/* ##### Common Styles ##### */

body {
  color: #00185C;
  background-color: #F9F9F9;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  /*font-size: 9.5pt;*/
}


.hidden {
  display: none !important;
}


/* ##### Header ##### */

#header {
  color: white;
  background-color: rgb(34,70,79);
  margin: 0 0 2em 0;
  padding: 0 2.5mm 1ex 4mm;
  border-bottom: 2px solid white;
}

.header_title {
  margin: 0;
  padding: 0;
}

.header_title a {
  color: rgb(205,219,205);
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.header_title > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.header_title span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.header_links {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 2.25em;
}

[class~="header_links"] {
  top: 1.75em;  
}

.header_links a {
  top: 1.75em;  
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.header_links a:hover {
  color: rgb(171,195,172);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Bar ##### */

#side_bar {
  font-size: 95%;
  text-align: right;
  width: 10em;
  float: left;
  clear: left;
}

.side_bar_title {
  color: white;
  background-color: rgb(34,70,79);
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side_bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side_bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side_bar a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#side_bar a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.side_bar_text {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

#side_bar .side_bar_text a {
  text-decoration: underline;
}

#side_bar .side_bar_text a:hover {
  text-decoration: none;
  color: blue;
}

.thisPage {
  font-weight: bold;
}


/* ##### Main Copy ##### */

#main_content {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.darker_box {
  color: black;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.lighter_box {
  color: rgb(205,219,205);
  background-color: rgb(34,70,79);
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

#main_content h1 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main_content a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

#main_content a:hover {
  text-decoration: none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(34,70,79);
  font-size: 85%;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}


.med_size {
	width:70%;
}

.lighter_box_white{
	color: white !important;
  color: rgb(205,219,205);
  background-color: rgb(34,70,79);
  margin: 0 0 1em 0;
  border: 1px solid rgb(34,70,79);
	
}
