@IMPORT url("anchors.css");

@IMPORT url("layout-table.css");

body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: #303038;
	margin: 10px;
	cursor: default;
}

hr {
 margin: 10px;	
}

div.trail {
	padding-left: 132px;
	padding-bottom: 8px;
	font-size: 8pt;
}

div.arrow {
	position: relative;
	left: 31px;
	background: #FFF url("../images/menu-arrow.gif") no-repeat top right;
	width: 23px;
	height: 18px;
	margin-top: 4px;
	margin-bottom: -22px;
	top: -20px;
}

div.section {
	padding-bottom: 5px;
	padding-top: 5px;
}

div.section-header {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	cursor: pointer;
}

div.section-header-over {
	color: #555;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	cursor: pointer;
}

div.right-menu {
	text-align: left;
	width: 148px;
	background: #FFF;
	border: solid 1px #004;
}

div.right-button {
	width: 148px;
	text-align: center;
	border: solid 1px #004;
	overflow: hidden;
	background-color: #FFF;
}

div.right-menu-header {
	font-weight: bold;
	font-size: 8pt;
	color: yellow;
	background-color: #004;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
}

div.right-menu-body {
	line-height: 16px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.content-header {
	font-family: Serif;
	color: #004;
	font-size: 16pt;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.content-subheader {
	font-family: Garamond, "ITC Garamond", Serif;
	color: #004;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
}

.content-text {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.content-callout {
	color: #005;
	float: right;
	font-size: 8pt;
	border: solid 1px #004;
	background-color: #FFE;
	padding: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.content-text-info {
	border: solid 1px #004;
	background-color: #FFE;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.bulldog-header {
	text-align: center; 
	background: #004; 
	color: yellow;
	padding-top: 2px;
	padding-bottom:2px;
	font-weight:bold;
	vertical-align: middle;
}

.quote {
	margin-top:10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Serif;
	font-size: 12pt;
	font-style: normal;
	text-align: left;
	background: #FFD;
	color: #004;
}

.quote-footer {
	font-family: sans-serif;
	padding-right: 10px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-top: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	font-style: normal;
	border-top: solid 1px #004;
}

div.news-item {
	margin-top: 5px;
	margin-bottom: 20px;
}

.news-headline {
	background: #FFD url("../images/button-paw-small.png") no-repeat top left;
	color: #004;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom:1px;
	margin-bottom:5px;
	margin-top: 18px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #DDA;
}

div.news-text {
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align:left;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: solid 1px #DDA;
}

div.news-date {
	float:right;
	padding: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align:left;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: solid 0px #FFA;
}

.news-link {	
	padding-left: 4px;
	font-size: 8pt;
	padding-right: 10px;
	font-weight:bold;
	vertical-align: top;
	text-align: right;
}

div.content-page-header {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999;
	height: 22px;
}

.submenu {
	background-color: #FFF;
	float: right;
	color: #999;
	
	text-align: left;
	font-size: 8pt;
	width: 90px;
	line-height: 16pt;
	border-left: solid 1px #004;
	border-bottom: solid 1px #004;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
}

.submenu-header {
	font-weight: bold;
	font-size: 10pt;
	color: #000;
}

.document-link {
	border: solid 1px #007;	
	background: #FFD;
	color: #007;
	padding: 4px;
	margin-left:10px;
	margin-right:10px;
}

.document-link-image {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.small {
	font-size: 8pt;
	}
