/* -------- Left Column --------- */
.left-column {
	width:200px;
	float: left;
	padding-left: 10px;
	background-image: url(../images/left-column-bkgrd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: solid 1px #e4ecef;
}
* html .left-column {		/* ---- Hack for IE 6 ---- */
	margin: 0 0 0 9px;
}

/* ----- Main Column ----- */
.main-column {
	float:left;
	width:100%;
	margin:0px 0 0 0px;
	padding:0;
}
.newsdate {
	font-size:11px;
	color:#666;
}

/* ----- Notice ----- */
.warning {
	padding: 0 0 15px 10px;
	font-size: 14px;
	font-weight: bold;
	color:#BD0012;
}


/* ----- Main Column Role Toggle ----- */
.role-toggle {
	width:500px;
	overflow:auto;
	margin:0;
	height:160px;
}
.role-toggle .toggle-container {
	float: left;
	width: 406px;
	min-height: 160px;
	height: 100%;
	display: block;
}
.role-toggle .toggle-container .toggle-layer a:hover{
  font-size:18px;
}
.role-toggle .header {
	font-size:32px;
	color:#505050;	
	margin-top: -5px;
}
.role-toggle .text {
	padding-top: 5px;
}
.role-toggle .text p {
	font-size:18px;
	line-height:24px;
	color:#8C8C82;
	padding:0;
}
.role-toggle .switcher {
	float:left;
	width:166px;
	margin:33px 0 0 28px;
	border-top:solid 1px #E2E2DE;
}
.role-toggle .switcher p {
	font-size:12px;
	border-bottom:solid 1px #E2E2DE;
	padding: 0;
	margin: 0;
}
.role-toggle .switcher p a:link, 
.role-toggle .switcher p a:visited, 
.role-toggle .switcher p a:active {
	color: #505050;
	text-decoration:none;
	display: block;
	padding:8px 0 8px 2px;
	width: 164px;
}
.role-toggle .switcher p a:hover {
	background:#D7F1FA;   
	text-decoration:none;
	display: block;
}
.role-toggle .switcher p a.selected {
	font-weight: bold;
	color:#BE0013;
	display: block;
}

.roleLinks ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
.roleLinks ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.roleLinks,
.roleLinks ul li a,
.roleLinks ul li a:visited {
    font-size: 13px;
	color:#8C8C82;
	font-weight: bold;
}

.roleLinks ul li a:hover,
.roleLinks ul li a.selected,
.roleLinks ul li a:visited.selected {
	color:#BD0012;
}

.roleTagline {
	padding: 0 0 10px  0;
	font-size: 28px;
	font-weight: bold;
	color:#BD0012;
}

.roleTagline sup {
	font-size: 20px;
	font-weight: bold;
	line-height: 2px;
}

.roleBlock {
	width: 500px;
    font-size: 17px;
	line-height: 26px;
	color:#8C8C82;
}


/* ----- Main Column Ad Pods ----- */
#adpod {
	width:100%;
	overflow:auto;
	margin:0px 0 0 0;
}
#adpod .adpad {
	padding:0 8px 0 0px;
}
#adpod .left {
	float:left;
	width:250px;
	height: 255px;
	margin-left: 10px;
	border-right: 1px solid #CCCCCC;
}
#adpod .center {
	float:left;
	width:300px;
	height: 255px;
	margin-left:20px;
	border-right: 1px solid #CCCCCC;
}
#adpod .right {
	float:left;
	width:170px;
	margin-left:20px;
}
#adpod p.head {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	margin:12px 0 0 0;
}
#adpod p {
	font-size:11px;
	line-height:14px;
	margin:12px 0 0 0;
}
#adpod p a:link, 
#adpod p a:visited, 
#adpod p a:active {
	color:#6698BC;
	font-size:12px;
	margin:0;
}
#adpod p a:hover {
	color:#BE0013;
	font-size:12px;
}
#adpod .link {
	font-size:14px;
}
