@charset "utf-8";

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  color: #4d4d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: xx-large;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h2, h3 {
  color: #4d4d4d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: lighter;
  font-size: x-large;
  font-style: normal;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h2 a {
  color: #4d4d4d;
  text-decoration: none;
}

h2 a:visited {
  color: #4d4d4d;
  text-decoration: none;
}

h2 a:hover, a:focus, a:active {
  color: #B22222;
  text-decoration: none;
}

h4 {
  color: #7f7f7f;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: large;
  font-style: normal;
  margin: 0.4em 0 0.2em 0;
  padding: 0;
}

h4 a {
  color: #CC0000;
  text-decoration: underline;
}

h4 a:visited {
  color: #990000;
  text-decoration: underline;
}

h4 a:hover, a:focus, a:active {
  color: #B22222;
  text-decoration: none;
}


p, ul, ol, li, table, th, td, form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: 130%;
  margin: 0 0 1em 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  font-size: small;
  font-weight: bolder;
}

th, td {
  vertical-align: top;
  margin: 0;
  padding: 3px;
}

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

input, textarea, select {
  border: 2px 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 #919191;
  border-bottom: 1px solid #919191;
  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: #7F7F7F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  line-height: 280%;
  margin: 0 5px;
  padding: 3px 10px;
  text-decoration: none;
}

#menubar ul li a:hover {
  color: #B22222;
}

#menustrap {
  color: #7F7F7F;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 280%;
  padding-right: 20px;
}


#breadcrumbs {
  color: #919191;
  font-size: small;
  margin: 10px 0 10px 0;
}
#breadcrumbs p { font-size: small; margin-bottom: 10px; }
#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 #ccccff;
  border-bottom: 1px solid #919191;
  clear: both;
  color: #7F7F7F;
  font-size: small;
  line-height: 32px;
  margin: 10px 0;
  padding: 10px 0;
}
#footerbar a { color: #7F7F7F; text-decoration: none; }
#footerbar a:visited { color: #7F7F7F; text-decoration: none; }
#footerbar a:hover, a:focus, a:active { color: #CC0000; text-decoration: none; }

.highlight {
  background: #EFEFEF;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}

.pagesection {
  border-top: 2px solid #C0C0C0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  position: relative;
}

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;
  font-weight: normal;
  line-height: 80%;
}

.listingnumber {
  color: #7F7F7F;
  font-size: x-small;
  font-style: normal;
  line-height: 80%;
}

.listings {
  margin-bottom: 10px;
}

.listing {
  background: #FFF;
  border-top: 1px dotted #C0C0C0;
  clear: both;
  margin: 0;
  padding: 5px 0;
}

.listing:hover {
  background: #ccccff;
}

.listinglogo { float: right; padding: 2px; border: 1px solid #C0C0C0; background: #FFF; margin: 0 5px 10px 15px; }
.listingtext { font-size: small; }
.listingtitle a { text-decoration: none; }
.listingicons { float: right; position: relative; right: 5px; top: 2px; text-align: right; }


.code {
  color: #2D8930;
  font-family: Courier, monospace;
}

.formhelp {
  color: #4d4d4d;
  font-size: x-small;
  font-style: italic;
  line-height: 100%;
}

.error { color: red; }
.approved { color: #008000; }
.mandatory { font-weight: bold; }
.smallnote { font-size: small; }
.externalurl { color: #008000; font-size: small; }
.externalurl a { color: #008000; font-size: small; text-decoration: none; }
.catstring { color: #4d4d4d; }
.bignumber { font-size: xx-large; font-weight: bold; }

.alignTop { vertical-align: top; }
.alignMiddle { vertical-align: middle; }
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.floatRight { float: right; margin-left: 10px; }
.floatLeft { float: left; margin-right: 10px; }
.icon { vertical-align: absbottom; }
.photobox { padding: 6px; border: 1px solid #C0C0C0; background: #EFEFEF; }
.photoboxRight { float: right; margin-left: 10px; padding: 6px; border: 1px solid #C0C0C0; background: #EFEFEF; }
.photoboxLeft { float: left; margin-right: 10px; padding: 6px; border: 1px solid #C0C0C0; background: #EFEFEF; }
.imagebutton { border: 0; padding: 0; }
.submitbutton {
  background: #CC3333 url(../i/buttonbg.gif) center repeat-x;
  border: 1px solid #990000;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}