html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.2;
}

a {
  color: #456;
}

a:visited {
  color: black;
}

a img {
  border: none;
}

h1 {
  padding-top: 2em;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}

p {
  padding-bottom: 16px;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}




#content .breadcrumbs {
  text-align: center;
  margin-bottom: 3em;
}

#content .breadcrumbs a {
  text-decoration: none;
}

#content .breadcrumbs a:hover {
  text-decoration: underline;
}

#content .two_column_selection {
  width: 400px;
  margin: 0 auto;
  border-top: 1px solid black;
  padding-top: 16px;
}

#content .two_column_selection .group {
  width: 200px;
  float: left;
}

#content .two_column_selection a {
  text-decoration: none;
}

#content .two_column_selection a:hover {
  text-decoration: underline;
}




.logged_in {
  text-align: center;
  background: green;
  color: white;
  padding: 1em; 
  margin-bottom: 1em; 
}

.logged_in a {
  color: white;
}

#flash_messages .notice {
  text-align: center;
  background: yellow;
  color: black;
  padding: 1em;
}

#flash_messages .error {
  text-align: center;
  background: red;
  color: white;
  padding: 1em;
}



#footer {
  height: 5em;
}