body {
  font-family: Georgia, serif;
  line-height: 145%;
  font-size: 15px;
  color: #241F20;
}

/* Links */
a, a:link, a:visited, a:hover, a:active, a:focus {
  color: #3365D1;
  padding: 0.3em 0 0.1em;
  position: relative;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  font-family:"Helvetica", Arial, sans-serif;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 1em 0 0.5em;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 1.07em 0 0.535em;
}
h3 {
  font-size: 20px;
  margin: 1.14em 0 0.57em;
}
h4 {
  font-size: 17px;
  margin: 1.23em 0 0.615em;
}
h5 {
  font-size: 15px;
  margin: 1.33em 0 0.67em;
}
h6 {
  font-size: 15px;
  margin: 1.6em 0 0.8em;
}

/* Lists */
ul {
  margin-bottom: 1.6em;
  margin-left: 1.5em;
}
ol {
  margin-bottom: 1.6em;
  margin-left: 2.35em;
  list-style: decimal outside none;
}
ol ol, ul ol, ul ul, ul ul ul {
  margin-left: 1em;
  margin-bottom: 0;
}
ul li {
  margin-left: 0.5em;
  padding-left: 3px;
}
ul ul li{
}
ul ul ul li {
}
dt {
  margin-bottom: 0.4em;
  margin-top: 0.8em;
  font-weight: bold;
}
dl {
  margin-bottom: 1.6em;
}

/* Text formatting */
p{
  font-family: Georgia, serif;
  margin-bottom: 1.2em;
  line-height: 145%;
}
strong, b{
  font-weight: bold;
}
cite, em, i, dfn {
  font-style: italic;
}
blockquote {
  margin-bottom: 1.6em;
  margin: 1.6em 0;
  padding: 0 1em;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #666666;
}
blockquote, q {
  quotes: none;
}
blockquote *:first-child {
  margin: 0.8em 0;
}
blockquote *:first-child:before {
  content: "Ò";
}
blockquote *:first-child:after {
  content: "Ó";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
small, sup, sub {
  font-size: 85%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/* Tables */
table {
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
th, td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #CCCCCC;
  padding: 0.8em;
}
th{
  font-weight: bold;
}
thead td{
  font-weight: bold;
}
caption {
  padding-bottom: 0.8em;
}

/* Forms & Stuff */
form{
  margin-bottom: 1.6em;
}
form .description{
  margin-top:2px;
}
fieldset {
  border: 1px solid #CCCCCC;
  margin: 1.6em 0;
  padding: 0 1em 1em;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
legend + * {
  margin-top: 1em;
}
label {
  margin: 1em 0 0.25em;
}
textarea, input[type="text"], input[type="password"], select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 92%;
  cursor: text;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover {
  border-color: #AAAAAA;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
  border-color: #888888;
  outline: 2px solid #FFFFAA;
}
input, select {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  color: #555555;
  cursor:pointer;
}
textarea, input {
  padding: 0.3em 0.4em 0.15em;
}
select {
  padding: 0.1em 0.2em 0;
}
option {
  padding: 0 0.4em;
}
form div {
  margin-bottom: 0.5em;
}

/* Other Misc Stuff */
code, pre, kbd, samp, tt, var {
  font-family: monaco,"Lucida Console",courier,monospace;
  font-size: 92%;
}
code, pre {
  color: #CC3333;
  margin-bottom: 1.6em;
}
:focus {
  outline: 0 none;
}
ins {
  text-decoration: none;
}
del {
  color: #666666;
  text-decoration: line-through;
}
ins, dfn {
  border-bottom: 1px solid #CCCCCC;
}
abbr, acronym {
  font-size: 85%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
a abbr, a acronym {
  border: medium none;
}
abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px solid #CCCCCC;
  cursor: help;
}
hr, address {
  margin-bottom: 1.6em;
}


/* ADJUST */
.field-item, p{
  font-size:15px;
  margin-bottom: 1.2em;
  line-height: 145%;
}

