/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px Arial, FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
  font-family: Verdana, Arial, FreeSans, sans-serif;
  font-weight: naval;
  padding-top: 20px;
}
h1 a {
    display:block;
    height:57px;
    width:255px;
}
h2 {
	font-size: 23px;
	padding: 31px 0 0 0;
	letter-spacing: -1px;
	line-height: 25px;
}

h3 { /* for boxes only */
	font-size: 23px;
	letter-spacing: -1px;
	padding-bottom: 3px;
}
h4 { /* for overlay and news overlay only */
  font-size: 17px;
  margin-bottom: 6px;
  color:#0380d6;
}
h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}
.sm {
	font-size: 11px;
	}
	
/* `Spacing
----------------------------------------------------------------------------------------------------*/

p {
	overflow: hidden;
	padding-top: 10px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
	color: #0380d6;
	line-height: 16px;
	padding-top: 10px;
}
li span {
	color: #868685;
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: ;
}
