/*
-----------------------------------------------------------------------------
PBS Ombudsman - PBS.org Homepage Module CSS
-----------------------------------------------------------------------------
*/


/*
======================================================
Global Styles
======================================================
*/

.ombudsman-module
{
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 7px 0 0 0;
	padding: 0;
	border-top: 1px solid #82B2DC;
	border-bottom: 1px solid #82B2DC;
}

.ombudsman-module a:link,
.ombudsman-module a:visited
{
	color: #000;
	font-weight: 900;
	text-decoration: underline;
}

.ombudsman-module a:hover,
.ombudsman-module a:active
{
	color: #000;
	font-weight: 900;
	text-decoration: none;
}

.ombudsman-module h2.header
{
	color: #2355B5;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	margin: 0;
	padding: 13px 0 13px 0;
	background-color: #6DA7DB;
	text-transform: uppercase;
}

.ombudsman-module h3.columnheader
{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	padding: 0 7px 3px 7px;
	margin: 0;
	background-color: #82B2DC;
}

.ombudsman-module h4.columntitle
{
	color: #000;
	font-size: 10px;
	line-height: 13px;
	font-weight: 900;
	padding: 0 7px 15px 7px;
	margin:  0;
	background-color: #82B2DC;
}

.ombudsman-module p.body
{
	color: #000;
	font-size: 10px;
	line-height: 13px;
	padding: 10px 7px 13px 7px;
	margin: 0;
	background-color: #82B2DC;
}

.ombudsman-module p.footer
{
	color: #000;
	font-size: 10px;
	line-height: 13px;
	padding: 10px 7px 14px 7px;
	margin: 0;
	background-color: #6DA7DB;
}

.ombudsman-module p.footer a:link,
.ombudsman-module p.footer a:visited
{
	color: #2355B5;
	font-size: 10px;
	line-height: 13px;
	font-weight: 900;
	text-decoration: underline;
}

.ombudsman-module p.footer a:hover,
.ombudsman-module p.footer a:active
{
	color: #2355B5;
	font-size: 10px;
	line-height: 13px;
	font-weight: 900;
	text-decoration: none;
}