/* element styles specific to Main Page...well, not anymore, but still */

#mainHeader {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	color: #666;
	padding: 4px 8px 1px 8px;
}

#mainHeader .s {
	font-size: 100%;
}

#mainHeader .m {
	font-size: 130%;
}

#mainHeader .l {
	font-size: 160%;
}

#fontSizer a {
	text-decoration: none;
	color: #666;
}

#fontSizer a:hover {
	color: #000;
}

#mainHeader #navigator {
	float: left;
	position: relative;
	top: 0.2em; 
}

#mainBox #superRightColumn {
	float: right;
	width: 40%;
}

#mainBox #rightColumn {
	padding-left: 1.5em;
}

#mainBox #rightColumn .articleBox .subHeading {
	text-align: left;
}

#mainBox #rightColumn .rightColumnHeader {
 	background-color: #D9E0E9;
	padding: 0 9px;
	clear: both;
}

#mainBox #rightColumn .articleBox {
	margin: 5px 0;
	padding: 0 9px;
}

#mainBox #rightColumn .rightColumnHeader h3 {
	font-weight: bold;
	font-size: 85%;
}

#mainBox #rightColumn .rightColumnHeader a {
 	font-weight: bold;
 	text-decoration: none;
 	color: #000; 	
}

#mainBox #rightColumn .rightColumnHeader a:hover {
 	text-decoration: underline;	
}

#mainBox #leftColumn {
	position: relative;
	top: 0;
	width: 60%;
	float: left;
}

#mainBox #leftColumnInner {
	margin-top: 1px;
	background: #fff url("./images/leftColumnBG.gif") repeat-x;
}

#mainBox #rightColumnInner {
	margin-top: 1px;
	padding-bottom: 9px;
	clear: both;
	background: #ECF3FF url("./images/rightColumnBG.gif") repeat-x scroll top;
}

#mainBox #leftColumn .articleBox .subHeading {
	text-align: left;
}

#mainBox .articleBox {
	padding: 0.5em 9px;
	clear: both;
	overflow: hidden;
}

#mainBox #rightColumn .articleBox {
	padding: 0 9px;
	clear: both;
}

#rightColumn a {
	font-weight: bold;
}

#mainBox #rightColumn .articleBox p {
	margin: 0;
}

#mainBox #leftColumn .articleBox .right {
	float: right;
	padding-top: 0.1em;
}

#mainBox #leftColumn .articleBox ul {
	margin: 0.8em 1em 1em 1em;
}

#mainBox #leftColumn .articleBox a.right {
	float: right;
	margin-bottom: 0.5em;
	
}

#mainBox .articleBox p {
	margin: 0.8em 1em 1em 1em;
}

#leftColumn .articleBox img.thumb {
	margin-right: 1em;
	display: inline;
	float: left;
}

#rightColumn .articleBox img {
	display: inline;
	vertical-align: middle;
	margin: 2px 5px 2px 0;
}

#mainBox .divider {
 	margin-left: 2em;
	margin-right: 2em;
	width: auto;
	clear: both;
}

