a:link    {
	color:#355997;
	text-decoration: none;
}
a:visited {
	color:#355997;
	text-decoration: none;
}
a:hover   {
	color:#663333;
	text-decoration: underline;
}
a:active  {
	color:#FF0000;
}


h1 {
	font-size: 2em;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
}

h4 h5 {
	font-size: 1.3em;
	margin: 6px 0px 6px 0px;
}


.thrColFixHdr #sidebar2 P{
	margin: 0px;
	padding: 10px 0 2px 0;
	font-size: .8em;
}
.thrColFixHdr #sidebar2 img{
	padding: 0px 10px 0px 0px;
	float: left;
}

.thrColFixHdr #sidebar2 ul{
	/*	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style: none;
	text-indent: -1em;*/
	margin-left: 4px;
	padding-left: 1em;
	font-size: .85em;	
	list-style-image: url(/mcginfo/Resource/Images/arrow.gif);
}
/*.thrColFixHdr #sidebar2 ul li:before {
    content: "\00BB \0020";
	content: ">>";
}*/

.thrColFixHdr #sidebar2 ol{
	margin-left: 4px;
	padding-left: 1em;
	font-size: .85em;
}
.thrColFixHdr #sidebar2 h4, h5{
	margin: 8px 0px 8px 0px;
}


.thrColFixHdr #sidebar1 p{
	margin: 0px;
	padding: 10px 0 2px 0;
	font-size: .8em;
}
/*.thrColFixHdr #sidebar1 ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

.thrColFixHdr #sidebar1 ol{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}*/

.thrColFixHdr #featured_programs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	height: 68px;
	/*clear: both;*/
} 

.itemBorder {
	border: 1px solid #999999;
}
.graybkg {
	background-color: #CCCCCC;
}

/* This style is for a container that holds the message dialog box. It has been added primarily to help with positioning. I know some people would complain about this, but it seems more efficient this way even it is isn't semanitc. */

#ln-blackout {position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000;}
#ln-messageHolder {position:fixed; top:200px; left:0; width:100%;}

 

/* This style is for the div that holds the actual exit dialog. */

#ln-messageBox {width:500px; margin:0 auto; min-height:200px; background-color:#fff; border:10px solid #e6e6e6; -moz-box-shadow:0 0 20px 10px #666; -webkit-box-shadow:0 0 20px #666; text-align:center; padding:20px;}

 

/* This style is applied to the link that closes the dialog. */

a#ln-cancelLink {background-color:#e6e6e6; font-weight:bold; padding:5px; color:#666; text-decoration:none; text-transform:uppercase; font-size:0.8em;}

a#ln-cancelLink:hover {background-color:#666; color:#e6e6e6;}

 

/* This style is for the box that holds the section that says where the user is being directed to. */

.setoff {background-color:#f2f2f2; padding:5px; margin:10px 0 20px 0;}

