/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body{
	color:#313131;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
}
/* Headings
-------------------------------------------------------------- */
h1 {
	border-bottom:1px #ededed solid;
	color:#b8081e;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:8px;
	text-transform:uppercase;
}
h2 {
	color:#003f77;
	font-size:1.333em;
	font-weight:bold;
	margin-bottom:0.4em;
}
h3 {
	color:#578eba;
	font-size:1.167em;
	font-weight:bold;
	margin-bottom:0.4em;
}
h4 {
	color:#b8081e;
	font-size:1.167em;
	font-weight:bold;
	margin-bottom:0.3em;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}

/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}
#site_meta p {
	font-size:1em;
	font-weight:bold;
	margin-right:4px;
}
a:hover {
	text-decoration: underline;
}
a {
	color:#578eba;
	text-decoration: none;
}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup,sub {
	line-height:0;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 2.0em;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	background:#c3d9ff;
	font-weight:bold;
}
th,td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.byline {
	color:#999;
	font-size:0.917em;
	line-height:1.636em;
}
.caption {
	color:#999;
	font-style:italic;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.no_results {
	margin:0 !important;
}
#searchform label {
	display:none;
}
.site_facts {
	color:#023059;
	font-size:0.917em !important;
	margin-bottom:0 !important;
}
.site_facts a {
	color:#023059;
}
.site_greeting {
	margin-bottom:1.4em !important;
}
#stay_current {
	color:#8b0b04;
	line-height:1.2em;
	margin-bottom:0 !important;
	text-transform:uppercase;
	font-size:0.917em;
}
#minutes {
	color:#003d74;
	line-height:1.2em;
	margin-bottom:0 !important;
}
#minutes span {
	font-weight:bold;
}
.message p {
	margin-bottom:12px !important;
}
.alert_title {
	font-size:1.25em;
	font-weight:bold;
}
.the_source {
	font-size:0.75em;
	font-weight:bold;
}
.the_title a {
	color:#578eba;
	font-weight:bold;
}
.the_title_full a {
	color:#578eba;
	font-size:0.833em;
	font-weight:bold;
}
.the_date {
	font-size:0.75em;
}
.the_more a {
	color:#578eba;
}
#footer_global p {
	color:#b8081e;
	font-size:0.833em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#footer_global p a {
	color:#6f6f6f;
}
.foot_disclaimer {
	color:#6f6f6f !important;
}