@charset "utf-8";

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  color: #AB0202;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: x-large;
  margin: 0 0 10px 0;
  padding: 0;
}

h2, h3 {
  color: #AB0202;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: lighter;
  font-size: x-large;
  margin: 0 0 10px 0;
  padding: 0;
}

h4 {
  color: #AB0202;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bolder;
  font-size: medium;
  margin: 0 0 10px 0;
  padding: 0;
}


h2 {
  color: #000;
}

h3, h4 {
  color: #AB0202;
}

p, ul, ol, li, table, th, td, form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: 130%;
  margin: 0 0 10px 0;
  padding: 0;
}

th, td {
  vertical-align: top;
}

ul { margin-left: 40px; list-style-type: disc; }
ol { margin-left: 40px; }
 
a { color: #CC0000; text-decoration: underline; }
a:visited { color: #AB0202; text-decoration: underline; }
a:hover, a:focus, a:active { color: #FF0000; text-decoration: none; }
img { border: 0; }

input, textarea, select {
  border: 1px solid #A9A9A9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 2px 0;
  padding: 2px;
  vertical-align: middle;
}


/* MAIN PAGE CONTAINER AND SECTIONS */

#container {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 980px;
}

#headerbar {
  margin: 10px 0;
  min-height: 90px;
}

#menubar {
  background: #EFEFEF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}

#menubar ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menubar li {
  border-right: 1px solid #C0C0C0;
  display: inline;
  margin: 0;
}

#menubar li a {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: medium;
  font-weight: normal;
  line-height: 280%;
  margin: 0 10px;
  padding: 3px 10px;
  text-decoration: none;
}

#menubar ul li a:hover {
  color: #FF0000;
}

#menustrap {
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: medium;
  font-weight: normal;
  line-height: 280%;
  padding-right: 20px;
}


#breadcrumbs {
  color: #919191;
  font-size: small;
  margin: 10px 0;
}
#breadcrumbs a { color: #919191; text-decoration: underline; }
#breadcrumbs a:visited { color: #919191; text-decoration: underline; }
#breadcrumbs a:hover, a:focus, a:active { color: #CC0000; text-decoration: none; }

#leftcol {
  float: left;
  text-align: left;
  width: 620px;
}

#rightcol {
  float: right;
  text-align: left;
  width: 340px;
}

#footerbar {
  border-top: 5px solid #AB0202;
  border-bottom: 1px solid #919191;
  clear: both;
  font-size: small;
  line-height: 32px;
  margin: 10px 0;
  padding: 10px 0;
}
#footerbar a { color: #000; text-decoration: none; }
#footerbar a:visited { color: #000; text-decoration: none; }
#footerbar a:hover, a:focus, a:active { color: #CC0000; text-decoration: none; }

.highlight {
  background: #EFEFEF;
  margin-bottom: 20px;
  padding: 10px;
}

.mainsection {
  border-top: 5px solid #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.subsection {
  border-top: 5px solid #AB0202;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

ul.linklist {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.linklist li {
  border-top: 1px dotted #C0C0C0;
  margin: 0;
  padding: 5px 0;
}

.linklist a {
  text-decoration: none;
}

.linklist a:hover {
  text-decoration: underline;
}

.postdate {
  color: #919191;
  font-size: x-small;
  font-style: italic;
  line-height: 80%;
}

.error { color: red; }
.alignCenter { text-align: center; }
.alignMiddle { vertical-align: middle; }
.floatRight { float: right; margin-left: 10px; }
.floatLeft { float: left; margin-right: 10px; }
.bignumber { font-size: x-large; font-weight: bolder; }
.photobox { padding: 6px; border: 1px solid #C0C0C0; background: #EFEFEF; }
a.featureurl { color: #2D8930; text-decoration: none; font-size: medium; }