body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px 0;
}

h1.bannerText {
	color: #fff;
	margin: 0;
	margin-left: 30px;
}

h2.bannerText {
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	margin-left: 30px;
	font-size: 1.8em;
}

h4 {
	margin-bottom: 5px;
}

a {
	color: #3F87A2;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
}

/* remove firefox link outline */  
a { outline: none; }  
/*:-moz-any-link:focus { outline: none; }*/

a.subcopy {
	color: #999999;
	text-decoration: underline;
	font-size: 1em;
}

a.subcopy:hover {
	color: #434343;
}

.banner {
	margin: 20px 0 5px 0;
}

.bannerL2 {
	margin: 20px 0 5px 0;
	background: url("../images/banner_L2_bkgd.jpg") no-repeat;
	height: 97px; /* IE fix */
	width: 969px;
	padding: 20px 0 0 0;
}

html>body .bannerL2 { /* FOR NON-IE BROWSERS */
	margin: 20px 0 5px 0;
	background: url("../images/banner_L2_bkgd.jpg") no-repeat;
	height: 77px;
	width: 969px;
	padding: 20px 0 0 0;
}

.banner_greyline {
	margin-left: 30px;
	margin-bottom: 15px;
}

#PrintEmail a {
	font-size: .8em;
}

li.arrows {
list-style-image: url("../images/arrow.gif");
margin: 4px 0 0 15px;
}

li.arrows a {
color: #5893aa;
margin-left:-5px;
}

li.rightSidebar {
	margin: 4px 0 0 0;
}

li.leftSidebar {
	margin: 4px 0 0 0;
}

#mainColumn {
	clear: both;
	width: 725px;
}

#LeftNavColumn {
	width: 244px;
}

#centerContent {
	width: 480px;
	margin-right: 20px;
	float: left;
}

#RightContentColumnCont {
	width: 747px;
}

#rightSidebar {
	width: 212px;
	float: right;
	margin-right: 10px;
}

.introParagraph {
	color: #343434;
	font-size: 1.5em;
	margin: 0 0 15px 0;
	line-height: 21px;
}

.subcopy {
	color: #999999;
	font-size: 1.3em;
	line-height: 21px;
	margin-bottom: 20px;
}

h2.pageSubtitle {
	text-transform: uppercase;
	color: #343434;
	font-size: 1.4em;
	margin: 0;
}

#featureBox {
	margin-bottom: 20px;
}

#featureBox table p {
	margin: 0 10px 0 10px;
}

#recentNews {
	margin-bottom: 20px;
}

#quickLinks {
	margin-bottom: 20px;
}

.backToTop {
	float: right;
	margin: 5px 0 20px 0;
}

#badges img {
	margin: 10px 0 0 0;
}

#contextualLinks {
	margin-bottom: 10px;
}

#video {
	margin: 15px 0 15px 0;
}

#videoPlayer {
	float: left;
	margin: 10px 10px 10px 0;
}

#videoDescription {
	margin: 10px 0 0 0;
	width: 200px;
	float: left;
}

#videoDescription p {
	float: left;
}


/* STYLES FOR THE LEFT SIDEBAR NAVIGATION (TAB FUNCTIONALITY) */

/* LEVEL ONE NAVIGATION */
#tabs{
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
	width: 185px;
	margin-top: -3px;
}

html>body #tabs{ /* FOR NON-IE BROWSERS */
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
	width: 185px;
	margin-top: 0px;
}

#tabs ul{
    font: 11px Arial, Verdana, sans-serif;
    margin: 0;
    padding:0;
    list-style:none;
}
#tabs li{
    list-style-image: url("../images/arrow.gif");
	padding: 0;
	margin: 4px 0 0 15px;
}
#tabs a{
    text-decoration:none;
	margin-left: -5px;
	color: #3F87A2;
}

#tabs a.noArrow {
	background: none;
	padding: 0 0 1px 0;
}

#tabs li.noArrow {
	list-style-image: none;
	padding: 0 0 1px 0;
}

#tabs a span{
	float:none;
	color: #3F87A2;
	}
	
#tabs a:hover{
	text-decoration: underline;
	color: #3F87A2;
	}
	
#tabHeaderActive a { 
	/*background: url(../images/arrow.gif) no-repeat scroll 0 3px;*/
	color: #3F87A2;
	}
	
/*	html>body #tabHeaderActive a { 
			background: url(../images/arrow_down.gif) no-repeat scroll 0 3px;
			}*/
	
	li#tabHeaderActive { 
		list-style-image: url("../images/arrow_down.gif");
		color: #AB1234;
	}
		
	html>body #tabHeaderActive {  /* FOR NON-IE BROWSERS */
		list-style-image: url("../images/arrow_down.gif");
	}		
	
.tabContent {
    clear:both;
    /*padding-top:2px;*/
}

.sublist {
	color: #3F87A2;
}

html>body .sublist { /* FOR NON-IE BROWSERS */
	padding-left: 12px;
}


/* LEVEL TWO NAVIGATION */
	
	li#tabHeaderActiveL2 { 
		list-style-image: url(../images/arrow_down.gif);
		color: #AB1234;
	}
		
	html>body #tabHeaderActiveL2 {  /* FOR NON-IE BROWSERS */
		list-style-image: url(../images/arrow_down.gif);
	}


