@charset "utf-8";
/* CSS Document - master.css */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003471;
}

#container {
	background-image: url(../images/background_level2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow: visible;
	width: 800px;
}

#header {
	position: absolute;
	height: 216px;
	width: 800px;
}

#logo {
	position: relative;
	left: 38px;
	top: 212px;
	width: 189px;
	z-index: 1;
}

#logo img {
	border: none;
}

#stock {
	margin-top: 0px;
	position: absolute;
	top: 116px;
	left: 581px;
	width: 200px;
}

.searchformpositiontop {
	position: absolute;
	left: 624px;
	top: 80px;
	z-index: 100;
}

.searchbox {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #666666;
}

#content {
	left: 0px;
	width: 472px;
	position: relative;
	padding-top: 244px;
	padding-left: 308px;	
}

/* BEGIN - For Google Search Results */

#content iframe {
	width: 472px;
}

/* END - For Google Search Results */

#navigation {
	text-decoration: none;
	position: absolute;
	top: 388px;
	left: 38px;	
}

#footer {
	font-weight: normal;
	text-decoration: none;
	left: 308px;
	top: 100%;
	width: 400px;
	right: 0px;
	bottom: 0px;
	margin-left: 308px;
	padding-top: 40px;
}

#footer ul {
	list-style: none;
	color: #666666;
	margin: 0px;
	padding: 0;
}

#footer ul li {
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
}

#footer a {
	color: #666666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: -14px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: -14px;
	font-variant: small-caps;
	color: #666666;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	margin-left: 26px;
	margin-bottom: -14px;
}

h4 p {
	margin-left: 8px;	
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
	margin-left: 34px;
	margin-bottom: -14px;
}

.indent {
	margin-left: 0px;
	padding-left: 8px;
}


a {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #D3B42A;
	text-decoration: underline;
}

ul {
	color: #666666;
	list-style-type: disc;
	line-height: 18px;
	margin-left: 26px;
	padding-left: 26px;
}

ul ul {
	color: #666666;
	list-style-type: inherit;
	line-height: 18px;
	margin-left: 2px;
}

hr {
	border: 1px solid #CCCCCC;
	height: 1px;
	width: 100%;
}

#section {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	margin-top: 0px;
	position: relative;
	width: 472px;
}

#section h1 {
	font-size: 20px;
	display: inline;
}

.subsection {
	color: #999999;
}

h2.subsection  {
	display: inline;
	font-size: 20px;
	padding-left: 6px;
}

.alert {
	color: #FF0000;
}

.readarticle {
	display: inline;
	font-weight: bold;
	color: #D3B42A;
	padding-right: 6px;
	padding-left: 20px;
	font-size: 11px;
}

a:visited.readarticle {
	display: inline;
	font-weight: bold;
	color: #D3B42A;
	padding-right: 6px;
	padding-left: 20px;
	font-size: 11px;
}

.caption {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

.noindent {
	margin-left: 0px;
}

.newsheadline {
	margin-bottom: auto;
	font-size: 12px;
}

.managementtitle {
	color: #999999;	
}

.articlelistitem {

padding-bottom: 8px;

}
.attribution {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

.rightSpace {

	margin-right: 4px;
	
}
	
.leftnav-banner-top {
	padding-top: 20px;
}

.leftnav-banner-bottom {
	padding-top: 2px;
}
