/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width:auto;
	/*width:980px;*/
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF8000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #FF0000;
}

h3{
 font-size: 100%;
 color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
display:block;
width:78%;
float:right;
text-align:left;
}

#mastheadold {
	width: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#navBar{
	padding: 0px;
	background-color: #eeeeee;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#content{
	float:right;
	width: 75%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	border: thin solid #CCCCCC;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #000066;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 110%;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 120%;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin: 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 135%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 150%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/*.relatedLinks li{
	font-size: 100%;
	line-height: 110%;
	padding-bottom: 10px;
}*/
/************** #advert styles **************/

#advert{
	font-size: 80%;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#advert img{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#advert1{
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#advert1 img{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#advert2{
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#advert2 img{
	display: block;
	margin-left:auto;
 margin-right:auto;
}

#valid{
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#valid img{
	display: block;
	margin-left:auto;
  	margin-right:auto;

}
#valid a img {
border:none
}
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#banner {
	position: absolute;
	left: 196px;
	width: 457px;
	top: 3px;
	height: 207px;
	overflow: visible;
	background-color: #FFFFFF;
}
#content .relatedLinks li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	padding-bottom: 10px;
}
#content .relatedLinks ul {
	font-size: 100%;
}
#content .feature .style4 {
	font-size: 100%;
	font-weight: bold;
}
#content .feature .style5 {
	font-size: 100%;
}
img.alignright {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: thin solid #000000;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: thin solid #000000;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.feedburnerFeedBlock ul li span.headline {
	font-weight:bold;
	display:block;
	margin-top: .75em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	color:#000066;
}
#online {
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
#online a img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.feedflare {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
#creditfooter {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom-width: medium;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	padding-bottom: 1em;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}p.date {
	font-style: oblique;
	color: #CC0000;
}
.ec3_schedule td {
	font-style: oblique;
	color: #CC0000;
}
td.ec3_start {
	font-style:normal;
	color:#000066;
}
td.ec3_to {
	font-style:normal;
	color:#000066;
}
td.ec3_end {
	font-style:normal;
	color:#000066;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
}
blockquote {
	border-left-width: thick;
	border-left-color: #666666;
	border-left-style: solid;
	font-style: italic;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	}
/* Feedburner BuzzBoost styles */
.noindent {
list-style-type:none;
margin-left:0;
padding-left:0; 
}
div.quote {
	font-style: italic;
	margin-bottom: 1em;
	border-left-width: thick;
	border-left-color: #666666;
	border-left-style: solid;
	padding-left: 1em;
}
div.quoteheader {
	border-left-width: thick;
	border-left-color: #666666;
	border-left-style: solid;
	padding-left: 1em;
	padding-bottom:.5em;
}
div.feedburnerFeedBlock ul li h3 {
margin-top:.5em;
margin-bottom:.5em;
}
#NyMetroIsoaDiscussions-NyMetroAreaNcaaProgramDiscussion797816 #creditfooter {
	border:none;
}
td.ec3_start { 
padding-bottom:0.5em; 
}
td.ec3_to { 
padding-bottom:0.5em; 
}
td.ec3_end {
padding-bottom:0.5em;
}
.background {
	background-color: #666666;
}
.doublespace {
margin-bottom:1em;
}
.off {
display:none;
}
.inprogress {
background-color:#FFFF00;
}
.done {
background-color:#99FF66;
}
.notdone {
background-color:#FF0000;
}
.bottomborder {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.strike {
text-decoration:line-through;
}
label.error {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	clear: right;
	float:none;
}
.optional {
background-color:#33CCFF;
}
.add {
	background-image:url(/images/icons/add.png);
	background-repeat: no-repeat;
}
.minus {
	background-image:url(/images/icons/delete.png);
	background-repeat: no-repeat;
}
ul#navigation li {
margin-bottom:0.25em;
}
ul#navigation {
list-style-type:disc;
padding-left:1em;
}
ul.dots {
	list-style-type: disc;
}
img.thumb {
width:100px;
height:100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
span.small {
font-size: smaller;
}
img.remove {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nobullet {
	list-style-type: none;
}
del {
color: red;
}
ins {
color:blue;
}
.palegreen {
	background-color: #ccffcc;
}