html {height: 101%;}
body {
	background-color: #E2E3E4;
	font-family: helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	font-size: 12px;
	text-align: center; 
	padding:  17px 0 17px 0;
	margin:0;
}

#container{
	position: relative;left:0;top:0;
	width: 749px;
	background-color: #fff;
	background-image: url(../images/bg_greyVFade.gif);
	background-position: 0 125px;
	background-repeat: repeat-x;
	text-align: left;
	padding: 0 0 0 216px;
	margin: 0 auto;
}
.containerHomeBorder {
	border-left: solid 2px #fff;
}
.containerSubBorder {
	border-left: solid 2px #E2E3E4;
}

h1 {
	font-family: georgian, 'times new roman', serif;
	color: #ED1C24;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h1.introText {
	font-family: georgian, 'times new roman', serif;
	font-size: 28px;
	font-weight:normal;
	color: #ED1C24;
	padding: 18px 0;
	margin: 0 ;
}

h1.little{
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ED1C24;
	font-size: 16px;
	padding: 0;
	font-weight: normal;
	margin: 13px 0 2px 0;
}

h3 {
	font-family: georgian, 'times new roman', serif;
	font-weight:normal;
	font-size: 17px;
	padding: 0;
	margin: 8px 0 2px 0;
}

p {
	padding: 0;
	margin: 5px 0 8px 0;
	line-height: 1.35em;
}

ul {
	list-style-image: url(../images/bg_redDot.gif);
	list-style-type: circle;
	vertical-align: top;
	line-height: 1.35em;
	padding: 0;
	margin: 0 10px 0 14px;
}

ul li {
	margin-bottom: 4px;
}

a, a:link, a.visited, a.active  {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color:#ED1C24;
	text-decoration: underline;
}

ul.indsideList {
	padding: 0 0 0 20px;
	margin: 5px 10px 20px 20px;
}

ul.secondaryList {
	list-style:circle;
	list-style-image: url(../images/bg_blackDot.gif);
}

span.diagramNumbers {
	font-family: Arial, sans-serif;
	color: #ED1C24;
	font-weight:bold;
	font-size: 13px;
	padding: 0;
	margin: 0 0 3px 0;
}

/* ------------------------------------------------------------------------ HEADER ----- */
#header {
	position:relative;left:-218px;top:0;
	width: 967px;
	height: 105px;
	padding: 0;
	margin: 0;
}

#headerTagLine {
	position: absolute;right:15px;bottom:10px;
	display: block;
	width: 170px;
	height: 15px;
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------------------ LEFT COL  ----- */
#leftCol {
	position: absolute;
	left: 0;
	top: 105px;
	width: 216px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#leftNav {
	background-image: url(../images/bg_greyBar.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	margin: 0;
}

a.leftNav:link, a.leftNav:visited  {
	display: block;
	width: 183px;
	height: 28px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/bg_leftNav_up.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	padding: 16px 0 0 32px;
	margin: 0;
}

a.leftNav:hover, a.leftNav:active, span.activeLeftNav  {
	display: block;
	width: 183px;
	height: 28px;
	color: #ED1C24;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/bg_leftNav_over.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	padding: 16px 0 0 32px;
	margin: 0;
}

div.leftColPromo {
	width: 193px;
	background-color: #ED1C24;
	padding:  9px 0 12px 0;
	margin:  35px 11px 11px 10px;
	font-family: georgian, 'times new roman', serif;
	font-weight:normal;
	color: #fff;
}

div.leftColPromo p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: .31px;
	padding: 11px 9px 9px 11px;
	margin: 0;
}

div.leftColPromo h1 {
	font-family: georgian, 'times new roman', serif;
	font-weight:normal;
	color: #fff;
	font-size: 14px;
}

div.leftColPromo ul {
	color: #fff;
}

span.leftColHeader{
	font-family: georgian, 'times new roman', serif;
	font-size: 18px;
	font-weight: normal;
	color:#FFFFFF;
	padding: 9px 0 5px 9px;
}

/* ------------------------------------------------------------------------ CONTENT  -----*/
#mainContent {
	position: relative;left:0;top:0;
	background-color: #fff;
	padding-right: 9px;
	padding-left: 15px;
}

.mainContentWithRightChannel {
	position: relative;left:0;top:0;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 232px; /* create a 'gutter' for floated right channels */
	padding-bottom: 20px;
	padding-left: 40px;
	border-left: solid 15px #E2E3E4;
}

/* ------------------------------------------------------------------------  CENTER CHANNELS  ----- */
div#centerChannels {
	height: 250px;
	position: relative;left:0;top:0;
	border-top: solid 14px #BCBDC0;
	padding: 17px 0 0 0;
}

div.centerChannel {
	float: left;
	width: 228px;
	height: 200px;
	padding-left: 12px;
}

.centerChannelBorder {
	border-left: solid 2px #BCBDC0;
	padding-right: 0;
}

/* ------------------------------------------------------------------------ RIGHT CHANNELS  ----- */
div#rightChannel {background-color: blue;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 197px;
	background-color: #fff;
	padding: 0 1px;
}

div.rightChannelBlurb {
	border-bottom: solid 1px #BCBDC0;
	padding: 20px 0;
}

/* ------------------------------------------------------------------------ MISC  ----- */
img, a img {
	border: none;
}

a.contactButton, 
a.contactButton:link, a.contactButton:visited,
a.contactButton:hover, a.contactButton:active {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 175px;
	height: 24px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-image: url(../images/bg_promoButton.gif);
	text-decoration: none;
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 4px 0 0 0;
	margin: 0;
}

a.promoButton, 
a.promoButton:link, a.promoButton:visited,
a.promoButton:hover, a.promoButton:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration:underline;
}

#leftCol a.contactButton{margin: 0 10px;}

.whiteBG { background-color: #fff;}
.greyBG { background-color: #E2E3E4;}

.img {
border: none;
}

sup{font-size:14px;vertical-align:top;} 