/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size:62.5%;
   line-height:2em;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
.nm {
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

p {
	color:#000;
	font-size:13px;
	font-weight: normal;
}

.big {
	font-size:18px;
}

.bigger {
	font-size:24px;
}

a {
	color:#2e8cc5;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#3477b4;
}

.left_menu a {
	color:#2e8cc5;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

.left_sub_nav a {
	border-left:1px solid #74bce8;
	margin-left:6px;
	padding-left:6px;
	line-height:14px;
}

.left_menu a:hover {
	color:#2e8cc5;
	text-decoration:underline;
}

.left_menu .active {
	color:#2e8cc5;
}

#navlist .uberlink {
	color:#2e8cc5;
	text-decoration:underline;
}

.justified {
	text-align: justify;
}

.center {
	text-align: center;
}

.header_strip p {
	font-size:20px;
	color:#fff;
	margin-top:10px;
	margin-bottom:0px;
}

.BodySubTitle {
	font-size:14px;
	font-weight:bold;
	color:#2e8cc5;
}

.grid_12 {
	font-size:13px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	color: #2e8cc5;
	font-weight: normal;
	line-height:22px;
	text-transform:uppercase;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  color: #2e8cc5;
  font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height:1.2em;
}

h5 {
  font-size: 14px;
  font-weight:normal;
}

h6 {
  font-size: 15px;
}

p, h2, h3, h5, h6 {
 line-height:1.4em;
}


/* `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;
}