



/* @group General Text Elements
===================================== */

body {
	font-family: georgia, times, times new roman, serif;
	font-size: 62.5%;

	}

	
	
	
	
p, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.5;
	}


p.intro { font-size: 1.5em; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1.pageTitle {
color:#000000;
font-size:2.3em;
font-weight:normal;
line-height:1.1em;
margin:0 0 0.5em;
}
h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 150%;
	font-weight: bold;
    color:#000;
	}

h2 {
	margin: 0 0 .5em 0;
	font-size: 1.5em;
    font-weight:normal;
	color:#00344D;
	}

.threeColumn h2.pageTitle {
	font-size: 3em;
	}

h3 {
	color:#00344D;
    font-size:15px;
    font-weight:bold;
    line-height:1.1;
    margin:20px 0 12px
	}

.sidebar h3 {
	margin-bottom: .5em;
	font-size: 1.4em;
	color: #0c2846;
	}

h4 {
	margin: 0 0 .35em;
	font-size: 1.2em;
	}

.sidebar h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.4em;
	}

.sidebar h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
	}

.sidebar h6 {
	font-size: 1.1em;
	}
	
.railContent h5 {
	font:bold 15px arial,helvetica,sans-serif;
}

/* @end Headings (H1-H6)
-------------------------------- */

/* EOF */