body {
  margin: 0;
  padding: 0;
  background: #2c659a url("/images/shared/bg.png") top center repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a { color: #000099; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

.spacer { clear: both; }

h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #009900;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  color: #009900;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  color: #009900;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #009900;
}

hr {
  border: 0;
  color: #aaa;
  background-color: #aaa;
  height: 1px;
}

/* structural divs */

#wrapper {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  background-image: url("/images/shared/main_bg-center.png");
  background-repeat: repeat-y;
  background-position: top center;
}

#main_div {
  float: left;
  width: 840px;
}

#left_edge {
  float: left;
  width: 5px;
}

#left_edge img {
  display: inline;
  vertical-align: bottom;
}

#right_edge {
  float: right;
  width: 5px;
}

#right_edge img {
  display: inline;
  vertical-align: bottom;
}

#main_base {
  clear: both;
}

#main_base img {
  display: block;
}

/* masthead */

#masthead {
  margin-bottom: 20px;
  padding: 14px 20px 0 20px;
  background: url("/images/shared/bg-dots.png") top left no-repeat;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#masthead #top_nav {
  text-align: right;
  color: #400040;
  font-size: 11px;
}

#masthead #top_nav a {
  padding: 2px;
  color: #4682B4;
  font-size: 11px;
}

#masthead #top_nav a.active {
  font-weight: bold;
}

#masthead #top_nav a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #33CC33;
}
	
#masthead #top_nav a.selected {
  color: #336699;
  font-weight: bold;
}

#masthead #masthead_lower {
  margin-top: 22px;
}

#masthead #logo {
  float: left;
}

#nav {
  float: right;
  margin-top: 5px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav ul.subnav {
  margin: 8px 0 0 0;
  padding-left: 30px;
  text-transform: uppercase;
  color: #888;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#nav ul.subnav li span.bullet_sep {
  padding-right: 5px;
  vertical-align: top;
  font-size: 9px; 
  color: #004584;
}

#nav ul.subnav li.first {
  background: none;
}

#nav ul.subnav li a {
  padding: 5px;
  color: #888;
}

#nav ul.subnav li a:hover {
  text-decoration: none;
  color: #004584;
}

#nav ul.subnav li.active a {
  color: #004584;
}

/* section header */

#section_header {
}

/* content */

#content {
  padding: 10px 20px;
}

#content > h1:first-child { margin-top: 0; }
#content > p:first-child { margin-top: 0; }

/* columns */

div.column_container {
}

div.lcr_standard div.left_column {
  float: left;
  margin-right: 20px;
  width: 240px;
  overflow: hidden;
}

div.lcr_standard div.center_column {
  float: left;
  width: 340px;
  overflow: hidden;
}

div.lcr_standard div.right_column {
  float: right;
  width: 180px;
  overflow: hidden;
}

div.two_col_wide_left div.left_column {
  float: left;
  margin-right: 20px;
  width: 430px;
  overflow: hidden;
}

div.two_col_wide_left div.right_column {
  float: right;
  width: 350px;
  overflow: hidden;
}

div.two_col_wide_right div.left_column {
  float: left;
  margin-right: 20px;
  width: 280px;
  overflow: hidden;
}

div.two_col_wide_right div.right_column {
  float: right;
  width: 500px;
  overflow: hidden;
}

/* footer */

#footer {
  width: 840px;
  margin: 10px auto;
  padding-bottom: 10px;
  text-align: center;
  color: #8aadbd;
  font-size: 11px;
}

#footer a {
  color: #8aadbd;
}

/* etc */
ul.long_list {
  margin: 0;
  padding-left: 1.4em;
}

ul.long_list li {
  padding: 5px 0;
}

.blue_highlight {
  color: #336699;
  font-weight: bold;
  font-size: 14px;
}

.caption {
  color: #336699;
  font-size: 10px;
}

div.blue_sidebar {
  padding: 10px;
  background: url('/images/shared/bg-sidebar.jpg') top left no-repeat;
  color: #336699;
  font-size: 12px;
}

table#partner_boxes {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table#partner_boxes td {
  width: 200px;
  padding-bottom: 20px;
  text-align: center;
}

