﻿

/*Stylesheet for two-column nested master pages*/

.leftcolumn
{
	float:left;
	width:190px;
	padding:10px;
	height:320px;
	overflow:auto;
}
p
{
	font-size:1.3em;
	line-height:1.3em;
	padding-top:1em;
	padding-bottom:7px;
}
h1
{
	font-size:2.6em;
	line-height:1.3em;
	font-weight:normal;
}
h2
{
	font-weight:normal;
	font-size:1.2em;
	line-height:1.4em;
}
ul
{
	padding-top:1.3em;
	margin-top:0px;
	padding-left:10px;
	list-style-type:none;
}
li
{
	padding-right:0px;
	padding-left:0px;
	font-size:1.2em;
	line-height:1.4em;
	padding-bottom:1em;
}
li a
{
	font-weight:bold;
	color:#666;
}
li a.selected
{
	color:#000;
}
li a:hover
{
	color:#000;
}

.newscolumn
{
	padding:10px;
	padding-right:50px;
	float:right;
	width:605px;
}
.popup a
{
	font-size:1em;
}
