/* 
	Sets only the elements and 
	layout common to all pages.

	Extend this with more specific
	style sheets. 
*/

acronym
{
	border-bottom: dotted 1px white;
	cursor: help;
}

body
{
	background: white;
	color: Black;
	font: 100% arial, sans-serif;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 766px;
}

form
{
	margin: 0px;
}

img
{
	border: none;
	vertical-align: bottom;
}

input,
select
{
	font-size: 100%;
}

div#page
{
	background: url(../images/template/page-bg.gif) repeat-y;
	border-bottom: solid 1px black;
	margin: 0px;
	padding: 0px 1px;
}

/*
	Header styles:
*/

div#header
{
	background: url(../images/template/black-bar.gif) 0px 99px repeat-x;
	position: relative;
}

div#header img#headerLogo
{
	float: left;
	padding: 26px 0px 32px 18px;
}

div#header img.openAnRAccount
{
	float: right; 
	margin-top: -5px; 
	position: relative;
}

div#header ul#headerLinks
{
	height: 51px;
	list-style: none;
	margin: 0px;
	padding: 13px 20px 0px 0px;
	text-align: right;
}

div#header ul#headerLinks li
{
	color: #B6B9DE;
	display: inline;
	padding: 0px;
	font-size: 60%;
}

div#header ul#headerLinks li a
{
	color: Black;
}

div#header img#headerExclusive
{
	float: left;
	margin-left: 86px;
}

div#header ul.headerTabs
{
	background: url(../images/template/tabs-dropshadow.gif) bottom repeat-x;
	clear: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 11px 16px;
}

div#header ul.headerTabs li
{
	display: inline;
	border-left: solid 1px #8FAABB;
	padding: 1px 8px 0px 11px;
	font-size: 80%;
	font-weight: bolder;
	line-height: 150%;
}

div#header ul.headerTabs li.current,
div#header ul.headerTabs li.current a
{
	color: #3A3D7D;
}

div#header ul.headerTabs li.firstItem
{
	border: none;
	padding-left: 0px;
}

div#header ul.headerTabs li a
{
	color: Black;
	text-decoration: none;
}

div#header ul.headerTabs li a:hover
{
	color: #3A3D7D;
}

/*
	Body styles:
*/

div#body
{
	float: left;
}

div#bodyBase
{
	border-right: solid 1px black;
	clear: left;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	width: 764px;
}

/*
	Splash template:
*/

body.splash div#content
{
	float: left;
	padding-bottom: 1px;
	width: 764px;
}

body.splash div#body
{
	margin-bottom: -20px;
	position: relative;
	top: -6px;
}

/*
	Framed templates:
*/

body.viewer div#bodyCap
{
	border-right: solid 1px black;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
	width: 764px;
}

body.viewer div#content
{
	display: inline;
	float: left;
	margin-left: 25px;
	padding-bottom: 1px;
	width: 726px;
}

body.viewer div#bodyBase
{
	border-right: solid 1px black;
	clear: left;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	width: 764px;
}

/*
	Viewer template (framed):
*/

body.viewer div#bodyCap
{
	background: white url(../images/template/viewer-body-cap-bg.gif) no-repeat bottom left;
}

body.viewer div#body
{
	background: url(../images/template/viewer-body-bg.gif) left repeat-y;
}

body.viewer div#bodyBase
{
	background: white url(../images/template/viewer-body-base-bg.gif) no-repeat top left;
}

/*
	Content area styles:
*/

div#content label
{
	cursor: pointer;
}

div#content li
{
	font-size: 80%;
	line-height: 140%;
}

div#content p
{
	font-size: 80%;
	line-height: 140%;
	margin: 0em 0em 1em 0em;
}

div#content ul.csv
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#content ul.csv li
{
	display: inline;
}

/*
	Footer styles:
*/

div#footer
{
	background: url(../images/template/black-bar.gif) repeat-x top;
	clear: left;
	padding-top: 29px;
	text-align: center;
	width: 764px;
}

div#footer ul#footerLinks
{
	font-size: 60%;
	list-style: none;
	line-height: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

div#footer ul#footerLinks li
{
	color: #CFC5EF;
	display: inline;
	padding-left: 2px;
}

div#footer img#footerTrust
{
	margin-bottom: 3px;
	margin-top: 1px;
}

div#footer p
{
	font-size: 60%;
	line-height: 130%;
	margin-bottom: 15px;
	margin-top: 0px;
}

span.symbol
{
	speak: spell-out;
}

