/* =================================================================================================
=
= General
=
================================================================================================= */

body
{
    width: 800px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 11pt;
}

p
{
	line-height: 22px;
}

a:link
{
    color: #255185;
    text-decoration: none;
}

a:visited
{
    color: #255185;
    text-decoration: none;
}

a:hover
{
    color: #778949;
}

a:active
{
    color: #B7D455;
}

// Don't put borders around linked images.
a img
{
	border: none;
}

a + img
{
	border: none;
}

img
{
	border: none;
}

th
{
	text-align: left;
}

#splash
{
	margin-top: 30px;
}

#photo
{
    float: right; 
    clear: right;
    padding: 10px;
}

#photocenter
{
    text-align: center; 
    clear: right;
    padding: 10px;
}

#contentChunk
{
	display: inline;
}

#contentChunk h4
{
	display: inline;
}

.title
{
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
}

#printLogo
{
	display : none
}

/* =================================================================================================
=
= Header
=
================================================================================================= */

#header
{
    height: 220px;
    padding-top: 0px;
    padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

#header p
{
	display: block;
	float: left;
	padding-left: 160px;
	padding-top: 7px;
	text-align: right;
    font-size: 9pt;
}

#tricorder
{
	float: right;
	padding-top: 10px;
}

/* =================================================================================================
=
= Content
=
================================================================================================= */

#content
{
}

#paperTop
{
	height: 16px;
	background-image: url( "../img/paperTop.png" );
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #4A7EBB;
}

#paperMiddle
{
    float: right;
    width: 800px;
	min-height: 540px;
	background-image: url( "../img/paperMiddle.png" );
	background-repeat: repeat-y;
}

#paperMiddle2
{
    float: right;
    width: 800px;
	min-height: 80px;
	padding-bottom: 80px;
	background-image: url( "../img/paperMiddle2.png" );
	background-repeat: repeat-y;
}

#paperBottom
{
	clear: both;
	height: 16px;
	margin-bottom: 20px;
	background-image: url( "../img/paperBottom.png" );
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
}

/* =================================================================================================
=
= Menu
=
================================================================================================= */

#menu
{
    float: left;
	width: 185px;
    padding-top: 10px;
    padding-left: 5px;
    margin-top: 0px;
	margin-bottom: 0px;
}

#logo
{
	display: block;
	position: absolute;
	margin-top: -80px;
	border: none;
}

/* =================================================================================================
=
= Info
=
================================================================================================= */

/* =======================================
= Info
======================================= */

.info1
{
    float: right;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.info2
{
    float: left;
	width: 740px;
	margin-top: 5px;
	margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

#info sup
{
    font-size: 7pt;
}

#info h1
{
    font-size: 16pt;
    text-align: center;
}

#info h2
{
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
    color: #255185;
}

#info h3
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
}

#info h4
{
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
}

#info h5
{
	clear: both;
    font-size: 10pt;
    font-weight: bold;
    color: #255185;
}

#biglist
{
	margin-left: -10px;
	padding-left: 0px;
}

#biglist li
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
    color: #255185;
}

#info li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#info table
{
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #AAC5E6;
	margin-bottom: 20px;
	border-collapse: collapse;
	vertical-align: top;
}

#info th
{
	/* Headers push a bit to the left */
	padding-left: 10px;
}

#info td
{
	padding: 7px;
	vertical-align: top;
}

.fill
{
	width: 100%;
}

.evenRow
{
	background-color: #D0DFF1;
}

.header
{
    font-size: 12pt;
    font-weight: bold;
    color: #255185;
}

#info .archiveAnchors
{
    margin-bottom: 20px;
}

#info .archiveAnchors th
{
	padding-right:10px;
}

#info .archiveAnchors td
{
	padding-right:10px;
	text-align:center;
}

#info .archiveAnchors a
{
	font-size:15px;
}

td .nowrap
{
    white-space:nowrap;
}

#archive
{
    margin-bottom: 10px;
    margin-top: 10px;
	display: relative;
	float: right;
	font-size: 11pt;
    font-weight: normal;
}

/* =======================================
= Press Release
======================================= */

#pressreleaseheader
{
    font-size: 10pt;
    font-weight: bold;
    color: #255185;
    margin-bottom: 50px;
}

#pressreleasedate
{
	display: relative;
	float: left;
}

#printerfriendly
{
    margin-bottom: 10px;
    margin-top: 10px;
	display: relative;
	float: right;
	font-size: 9pt;
    font-weight: normal;
}

#printerfriendly img
{
	border: none;
	vertical-align: top;
}

#pressrelease
{
	font-size: 10pt;
}
#pressrelease pre
{
	font-size: 9pt;
}

/* =======================================
= Publications
======================================= */

#info .publicationHead td
{
	padding-bottom: 0px;
}

#info .publicationId
{
	font-weight: bold;
	white-space: nowrap;
}

/* =======================================
= Person Profiles
======================================= */

#profileButtons
{
	margin-bottom: 30px;
}

.profileAnchor
{
	clear: both;
	width: 550px;
	height: 5px;
}

.nonactivepersonname
{
}

.nonactivepersontitle
{
	width: 320px;
	margin-top: -5px;
	margin-left: 7px;
	font-style: italic;
}

.activepersonheader
{
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url( "../img/peopletop.png" );
	background-repeat: no-repeat;
}

.activepersonheaderwithimage
{
	margin-top: 140px;
}

/* Special case to push down so photo fits */
.activefirstperson
{
	xxxmargin-top: 140px;
}

.activepersonphoto
{
	position: absolute;
	margin-top: -130px;
	margin-left: 350px;
}

.activepersonname
{
	margin-top: 10px;
	margin-left: 20px;
}

.activepersontitle
{
	width: 320px;
	margin-top: -5px;
	margin-left: 25px;
	margin-bottom: 0px;
	color: #000000;
	font-style: italic;
}

.activepersonbody
{
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url( "../img/peoplemid.png" );
	background-repeat: repeat-y;
}

.activepersonbody p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}

.activepersonfooter
{
	width: 550px;
	height: 30px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url( "../img/peoplebottom.png" );
	background-repeat: no-repeat;
}

#touch
{
	width: 550px;
	text-align: center;
	margin-bottom: 20px;
}

.disclaimer
{
	margin-left: 20px;
	font-style: italic;
}

/* =================================================================================================
=
= Footer
=
================================================================================================= */

#footer
{
	clear: both;
    font-size: 9pt;
}

#searchForm
{
    margin-bottom: 15px;
    margin-left: 520px;
}

#copyright
{
	width: 800px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

/* =================================================================================================
=
= Special Financial Info Stuff
=
================================================================================================= */

.finInfo
{
	align: center;
	text-align: center;
}

.finDoc
{
	align: center;
	text-align: center;
}
