﻿body {
  color: #222;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0;
}

.clear {clear:both;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color: #333333;}
h1 {font-size:1.8em;line-height:1.2em;margin-bottom:0.5em;}
h2 {font-size:1.8em;margin-bottom:0.75em; color:#fff;}
h3 {font-size:1.4em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.3em 0;}
#footer p {margin: 0;}
#right-column h1 {
 font-size:1.2em;line-height:normal;margin-bottom:0.2em; font-weight:bold;
}

/* images */
img.left {float:left;margin: 8px 15px 8px 0px;padding:0;}
img.right {float:right;margin: 8px 0px 8px 15px;padding:0;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em {font-style:italic;}
.superscript{
  font-size: 60%;
  vertical-align: super;
}
.large-type {
	font-size:18px;
	line-height:normal;
}

/* lists */
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

/* tables */
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td, caption {padding:4px 10px 4px 5px;}

/* links */
a:focus, a:hover {color:#333; text-decoration:underline;}
a {color: #1C5A82;text-decoration:none;}

#textlinks a {
	color: #666;
  text-decoration: none;
}
#textlinks a:visited {
	color:#666;
}
#textlinks a:hover {
  text-decoration: underline;
}
#textlinks a:active {
  text-decoration: underline;
}