@charset "UTF-8";
/* CSS Document */


body 
{
	margin: 0; padding: 0;
	background-color: #4f687f;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5
{
	font-family: georgia;
	}

a:link, a:active {
	color: #2c5783; 	}

#main
{
	margin: 14px auto;
	width: 860px;
}

#header
{
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 860px;
	height: 81px;
	}
	
#logo {
	margin-left: 18px;
	float: left;
	}
	
#nav
{
	float: right;
	margin-right: 22px;
	padding-top: 40px;
	}
	
#nav li
{
	display: inline;
	font-size: 13px;
	padding-right: 12px;
}

#nav li a
{
	color: #ffffff;
	text-decoration: none;
	}

#content
{
	background-color: #ffffff;
	color: #333333;
	padding: 12px 0 0;
	}
	
#topstories
{
	float: left;
	width: 449px;
	background-image: url(images/news-bg.png);
	background-repeat: no-repeat;
	padding: 4px 12px 12px;
	margin: 0 0 0 16px;
}
#topstories h6
{
	margin-top: 22px;
	}
h6
{
	text-transform: uppercase;
	font-size: 13px;
	margin: 16px 0 12px;
}

#topstories h6.tops
{
	margin: 1px 0 0;
	font-size: 13px;
	color: #ffffff;
}
	
#footer
{
	clear: both;
	background-color: #cccccc;
	color: #292929;
	text-align: center;
	padding: 14px 0;
	}
	
h1
{
	margin: 12px 0 4px 0;
	}
	
#topstories p
{
	margin: 2px 0;
	padding: 0;
	}
	
h2
{
	margin: 12px 0;
	}
h3
{ 	font-weight: normal;
	margin: 14px 0 2px;
	font-size: 18px;
}
	
h5
{
	margin: 2px 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	}

#viewpoints
{
	float: left;
	width: 336px;
	margin: 0 0 16px 16px;
	background-image: url(images/viewpoints-botbg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#viewpoints h5
{
	background-image: url(images/viewpoints-topbg.png);
	background-repeat: no-repeat;
	padding: 5px 12px 4px;
	margin: 0;
	line-height: 14px;
	
}
#viewpoints h6
{
	margin-top: 0;
	padding-top: 12px;
}
#vp-body
{
	border-left: solid 1px #989898;
	border-right: solid 1px #989898;
	margin-bottom: 8px;
	padding: 0 12px 12px;
}
#vp-body p, p.byline
{
	margin: 2px 0 8px;
	font-weight: bold;
	color: #888888;
	}
	
#page-content {
	width: 560px;
	padding: 16px 36px;
	_height: 450px;
	min-height: 450px;
	}	
#page-content h2
{
	border-bottom: dotted 1px #000000;
	padding-bottom: 4px;
	margin-bottom: 12px;
	}
#page-content h6
{
	margin-top: 22px;
	border-bottom: solid 1px #dedede;
	}
p
{
	margin: 4px auto 8px;
	}