body{
  color: #000000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
}
a{
  color: #CC0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
hr {
  background: #CCCCCC;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}
legend {
  font-weight: bold;
}
em, i{
  font-style: italic;
}
strong, b{
  font-weight: bold;
}
p, span, .content li{
  line-height: 21px;
}
dl {
  margin: 0 0 20px;
}
dl dd, dl dl {
  margin-left: 20px;
  margin-bottom: 10px;
}
h1{
  font-size: 34px;
}
h2,
.pane-node-title {
  font-size: 30px;
}
h3,
.field-name-field-issue-long-name,
.field-name-field-profile-title {
  font-size: 20px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
}
h1, h2, h3, h4, h5, h6, p, ol, ul, .pane-node-title{
  margin: .5em 0 .5em 0;
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
}
ul, .block ul, .item-list ul, .item-list ul {
  list-style-image: none;
  list-style-type: disc;
  margin: 0.25em 0 0.25em 0; /* LTR */
}
.item-list ul li, li.leaf, ul.menu li, .content li {
  list-style-image: none;
  list-style-type: disc;
  margin-left: .5em;
}
ul{
  margin-left: 1em;
}
ul.menu li {
  margin: 0;
}
ol {
  list-style-type: decimal;
  margin: 0.25em 0 0.25em 2em;
}
.item-list ul li.collapsed, ul.menu li.collapsed {
  list-style-image:url(../../../../misc/menu-collapsed.png);
  list-style-type:disc;
}
.item-list ul li.expanded, ul.menu li.expanded {
  list-style-image:url(../../../../misc/menu-expanded.png);
  list-style-type:circle;
}
quote, code {
  margin: .5em 0;
}
code, pre, kbd {
  font-size: 1.231em;
  font-family: Courier New, monospace ! important;
}
pre {
  margin: 0.5em 0;
  white-space: pre-wrap;
  font-size: 11px;
}
u, ins {
  text-decoration: underline;
}
s, strike, del {
  text-decoration: line-through;
}
big {
  font-size: larger;
}
small {
  font-size: smaller;
}
sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: super;
}
blockquote {
    margin: 1em 30px 1em 10px;
    padding: 10px;
    line-height: 150%;
    color: #666;
    font-size: 1em;
    background-color: #F2F5F6;
    border-left: 3px solid #666;
    text-decoration: none;
}
.content td,
.content tr {
  padding: .5em;
  line-height: 21px;
}
#main p {
  margin-bottom: 1.3em;
}
.clr {
  clear: both;
}
.layout-main-content ul {
  margin: 1em 1em 1em 1.5em;
  line-height: 120%;
}
.layout-main-content li {
  margin-bottom: .5em;
}
.form-text {
  border: 1px solid #ccc;
  padding: 5px;
}
