html {
  font-size: 81.3%;
}
body {
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  line-height: 1.5; /* Unit-less line-height means line height can scale. */
  color: #6D6D77;
}

h1, h1#page-title {
  display: block;
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  line-height: 26pt;
  color: #6D6D77;
  margin: 0 15px 15px 0;
}

.sidebar h1, .content_sidebar h1 {
  font-size: 14pt;
}

#page section#main-content h1 a {
  display: block;
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 20pt;
  line-height: 24pt;
  color: #333;
  text-decoration: none;
}

#page h2 {
  display: block;
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  line-height: 18pt;
  /*color: #615d6d;*/
  color: #466a9d;
  text-decoration: none;
  margin: 8px 0;
}

#page .sidebar h2 {
  display: block;
  clear: both;
  margin: 10px 0 4px 0;
  padding: 3px;
  font-size: 12pt;
  background: #466a9d;
  color: #4c6349;
  -moz-border-radiust: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
}

#page .field-name-field-sidebar-content h2 {
  display: block;
  clear: both;
  font-size: 12pt;
  color: #496886;
  text-align: center;
}


#subfooter h2, 
#subfooter .region h2.block-title, 
footer h2, 
footer h2.block-title {
  color: #eee;
}

h3 {
  display: block;
  clear: both;
  font-size: 14pt;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #1E64AF;
  margin: 10px 0 4px 0;
  overflow: hidden;
}

.sidebar h3, .content_sidebar h3 {
  color: #666;
  margin: 10px 0 4px 0;
  padding: 3px;
  font-size: 1.05em;
  border: none;
}

h4 {
  font-size: 12pt;
  color: #333;
  margin: 15px 0 10px 0;
  text-align: center;
}
h5 {
  font-size: 11pt;
  display: inline;
  clear: none;
}
h6 {
  display: block;
  clear: both;
  font-size: 10pt;
  display: inline;
  clear: none;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
  color: #404040;
}

a {
  color: #448BCA;
  text-decoration: none;
}

#content a {
  /*text-decoration: underline;*/
}

a img {
  border:none;
}
em,
dfn {
  font-style: italic;
}
ins {
  border-bottom: none;
  text-decoration: none;
}
pre,
code,
tt,
samp,
kbd,
var {
  font-size: 1em;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif; /* Safari hack */
}
blockquote,
q {
  font-style:italic;
  quotes:"" "";
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:"";
}
blockquote p {
  margin: 0;
}
strong,
dfn,
caption,
th {
  font-weight: 700;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5em 0;
  padding:0 0 0 10px;
}
.item-list ul,
.item-list ol {
  margin: 0 0 0 1em;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ul ul,
ul ul ul ul {
  list-style-type: circle;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.5em 1.538em;
}

