/* typography 
-------------------------------------------------- */

body {
	font: 11px/1.6em Arial, sans-serif;
}

.article p, .aside p {
	padding-bottom: .2em;
}

.tagline, #nav-site {
	letter-spacing: 1px;
}

#nav-sub li.current a {
	font-weight: bold;
}

.it {
	text-transform: uppercase;
	font-weight: bold;
}

.hag, .learn_more, #section-subpage  {
	font-size: 14px;
	font-weight: bold;
}

#nav-site li a, #nav-sub li a {
	text-decoration: none;
}

#article-feature h2,
.bio h2 {
	font-weight: normal;
	font-size: 21px;
	line-height: 1.2em;
}

#article-feature p {
	font-size: 18px;
	line-height: 1.2em;
}

#section-subpage h3, #section-subpage h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 1em;
}

.article ul { 
	list-style: disc; 
	margin: -5px 0 0 20px; 
}

.article2 ul { 
	list-style: disc; 
	margin: 10px 0 0 20px; 
}

.article a {
	color: #fff;
	font-weight: bold;
}

.grid_2 a {
	color: #000;
	font-weight: bold;
}

/* Added 2009-09-15 - Remove if needed */
#flashcontent {
	border: solid 1px #000;
	width: 180px;
	height: 125px;
	float: left;
	margin: 15px 20px 15px -20px;
}

/* Spiffy (rounded corners*/

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d6d8f;
  border-right:1px solid #6d6d8f;
  background:#bfbfce}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #19194e;
  border-right:1px solid #19194e;
  background:#ceced9}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ceced9;
  border-right:1px solid #ceced9;}
.spiffy4{
  border-left:1px solid #6d6d8f;
  border-right:1px solid #6d6d8f}
.spiffy5{
  border-left:1px solid #bfbfce;
  border-right:1px solid #bfbfce}
.spiffyfg{
  background:#FFFFFF}

/* landing page addition */

.landing_head {
	font-family: "Arial, Helvetica";
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-align:left
}

.landing_head2 {
	font-family: "Arial, Helvetica";
	font-size: 14px;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-align:left
}

.landing {
	font-family: "Arial, Helvetica";
	font-size: 10px;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-align:left
}

.landing2 {
	font-family: "Arial, Helvetica";
	font-size: 14px;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-align:left
}
.balloons {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-align:left
}


