body {
	background: #fff url(/images/global/body_head.png) repeat-x;
}
#doc3 {
	margin: 0 auto;
	max-width: 960px;
}
#top_banner {
	position: relative;
	height: 150px;
}
#hd .ref_search, #hd #alt_search {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 150px;
}
#hd .ref_search label {
	font-size: 90%;
}
#hd .ref_search .section {
	background: none;
	border: 0;
	padding: 0;
}
#hd .section:after, #hd .section:before {
	background: none;
	content: "";
}
#hd .ref_search p {
	display: none;
}
#hd #alt_search {
	top: 80px;
	color: #aad;
	font-size: 10px;
}
#alt_search a {
	color: #4D4D4D;
	text-decoration: none;
}
#alt_search a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 10px;
	margin: 24px 0;
}
#tagline img {
}

/* Body */
#bd {
	margin: 0 30px;
	border-width: 0pt 0 1px 0;
	border-style: solid;
	border-color: #999;
}
/* Tabs */

#tabs {
	width: 100%;
	background: transparent url(/images/global/tab_bkgrnd.gif) repeat-x;
	height: 33px;
	overflow: hidden;
}
#tabs img {
	float: left;
}


#yui-main {
	background: #fff url(/images/global/content_top.gif) repeat-x;
}
#content {
	padding: 30px 20px 20px 0;
}
#related {
	margin-top: 40px;
	width: 212px;
}
#ft {
	clear:both;
	position: relative;
	height: 80px;
}
#ticker {
	padding-left: 33px;
	background: transparent url(/images/global/ticker_angle.gif) no-repeat;
	position: absolute;
	right: 30px;
}
#technical {
	position: absolute;
	left: 40px;
	top: 10px;
}
#technical .fineprint a {
	color: #99a;
}
#technical .fineprint a:hover {
	color: #555;
}

#related h2 {
	font-size: 90%;
	color: #ccaa99;
	border-bottom: 1px solid #DDCDB6;
	margin-top: 0;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
#related h4 {
	color: #544;
	font-size: 90%;
}
#related h3 a, .results h3 a {
	color: #900;
	text-decoration: none;
	font-size: 90%;
}
#related h3 a:hover, .results h3 a:hover {
	color: #c00;
	text-decoration: underline;
}
#hd input, #search input {
	display: inline;
	float:left;
}
#hd .textfield, #search .textfield {
	width: 50%;
	height: 23px;
	padding: 0;
	border: 1px solid #aaa;
	border-right: 0;
	background: #fff url(/images/global/content_top.gif) repeat-x 0 -6px;
}
.form_item {
	margin: .5em 0;
}
form p, form label {
	margin: 0;
}

/* @group results */
table.results {
}
.results th {
	color: #fff;
	padding: 5px .7em;
	text-align: left;
	white-space: nowrap;
	background: #c0a683 url(/images/global/content_top.gif) repeat-x 0 19px !important;
	height: 28px;
}
.results td {
	word-wrap: break-word;
	background: #fff url(/images/global/content_top.gif) repeat-x 0 -12px;
	padding: 15px 5px 15px 15px;
}
.results tr {
}
.results h3 {
	font-size: 120%;
	margin-top: 0;
}

/* @end */

.person img {
	float: left;
	margin: 0 1em 1em 0;
}
.contact_details {
	margin: 0;
}
.contact_details li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-right: 2em;
}

/* @group section */

.section {
	background: #f6f3ea url(/images/global/section-trans.gif) repeat-x;
	border: 1px solid #DDCDB6;
	padding: 10px;
}

/* CSS2 Rounded Corners - does not work with IE6 or less */

/* Common styles */
.section:before, .section:after {
	display: block;
	line-height: 0.1;
	background-color: transparent;
	background-repeat: no-repeat;
}

.section:before {
	background-position: top right;
	margin: -11px -11px 4px -11px;
}

.section:after {
	background-position: bottom right;
	clear: both;
	margin: 4px -11px -11px -11px;
}

/* section corners */
.section:before {
	background-image: url(/images/global/section-tr.gif);
	content: url(/images/global/section-tl.gif);
} 

.section:after   {
	background-image: url(/images/global/section-br.gif);
	content: url(/images/global/section-bl.gif);
}

/* @end */

/* clearfix */
#top_banner:after,
#tabs:after,
#content:after,
.clearfix:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Tables */
table {
	width: 100%;
}
th,td { /* borders and padding to make the table readable */
	border: 0;
	padding: 5px;
	vertical-align: top;
}


/* Text */
h1, h2, h3, h4, h5, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin-top: .5em;
	margin-bottom: .3em;
}
h1 {
	color: #214E9F;
}
h2 {
	color: #4D4D4D;
}
label {
	font-weight: bold;
	color: #4D4D4D;
}
.label {
	font-weight: bold;
	margin-right: .3em;
	float: left;
}
#related p {
	font-size: 90%;
}
.caption {
	font-style: italic;
	font-weight: bold;
	margin-top: -.5em;
	margin-bottom: 1.5em;
}
.smalllists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.note {
	font-size: 80%;
}
.fineprint {
	color: #999;
	font-size: 80%;
}

/* Linkology */

a img {
	border: 6px solid #DDCDB6;
	margin-bottom: .4em;
}
a img:hover {
	border-color: #c00;
}

#tabs a img {
	border: 0;
}

a {
	color: #1F57A5;
}
a:hover {
	text-decoration: none;
}