/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 1em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #003;
  height: auto;
  padding-bottom: 0px;
  background-color:white;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5
{
font-family: 'Maven Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
color:#006;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  font-size: 1.3em;
    padding-top: 20px;
  text-align: center;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 15px;
}

p {
  text-align: left;
  line-height:1.7em;
}

a {
  color: #36c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#footer p
{
line-height:1.2em;
font-size:1em;
}

#footer h4
{
font-size:24px;
margin-bottom:5px;
color:white;

}

#footer .right p
{
text-align:right;
}

#footer a
{
font-size:16px;
color:white;
}

#footer a:hover
{
color:#3399ff;
text-decoration:none;
}

#footer ul li
{
margin:0px;
margin-bottom:10px;
}
