/* Main Content Area */

#content {
	padding: 5px;
	margin-left: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #444444;
	margin-right: 10px;
	}

#content h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #CCCCBE;
	margin-bottom: -5px;
	}
	
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DEDED8;
	padding-top: 3px;
	margin-top: 5px;
	color: #B3B3A6;
}
	
#content a {
	color: #AB450A;
	text-decoration: none;
	}
	
#content a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
		
#content ul {
    list-style: disc url(../bullet.gif) outside;
	margin-left: 10px; padding-left: 10px;
     }

#content li {
	line-height: 150%;
	}

/* News */

#newscontent {
	padding: 5px;
	margin-left: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #94947E;
	margin-right: 5px;
	text-align: left;
	}

#newscontent h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #BA372E;
	margin-bottom: -5px;
	}
	
#newscontent h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: -7px;
	padding-top: 3px;
	margin-top: 5px;
	color: #94947E;
	}
	
#newscontent a {
	color: #333333;
	text-decoration: none;
	}
	
#newscontent a:hover {
	color: #AB450A;
	text-decoration: none;
	}
		
#newscontent ul {
    list-style: disc url(bullet.gif) outside;
	margin-left: 10px; padding-left: 10px;
     }

#newscontent li {
	line-height: 150%;
	}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	margin-top: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #31314F;
	text-align: left;
	background-color: #666699;
	vertical-align: middle;
	}
	
div.row {
  clear:both;
  }

div.row span.left {
  float: left;
  text-align: left;
  width: 70%;
  }

div.row span.right {
  float: right;
  text-align: right;
  color: #fff;
  width: 29%;
  }

div.spacer {
  clear: both;
  }
	
	
#footer a {
	color: #A1A1D9;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
