html,body
{
	margin: 0em;
	padding: 0em;
	background-color: white;
	color: black;
	font-size: 11px; /* Base font size */
}

body, h1, h2, h3, h4, h5, h6, td, p, a, input, select, li
{
	font-family: Arial, sans-serif;
}

form
{
	padding: 0em;
	margin: 0em;
}
img
{
	border-width: 0em;
}

/* paragraphe ordinaire*/
p
{
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.3em;
	font-size: 1.0em; /* Was 0.7 */
}

/* titre avec headerbar */
h1
{
	color: white;
	font-size: 1.45em;
	margin: 0em;
	padding-top: 1.0em;
}

h1 strong
{
	color: #C9C9C9;
}
h2
{
	font-size: 1.3em;
	color: #333333;
	margin-top: 0em;
	margin-bottom: 0.1em;
}
h2.extraspace
{
	margin-bottom: 1.5em;
}
h3
{
	font-size: 1.3em;
	color: white;
	margin: 0em; /* Just to be sure */
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}

div.fixedwidth
{
	width: 748px;
}

div#contentArea
{
	margin-left: 20px; /* This leaves room for the nav bar */
	width: 800px;
	font-size: 11px;
	color:#666666; /*default*/
}

div#header-buttonbar
{
	background-color: #CC0000;
	padding-left: 70px; /* This pushes the first button over to the right */
	font-size: 0em;
	line-height: 0em;
}

div#header-buttonbar img
{
	display: inline;
}

/* ========================= Header bits - Sign-In Bar ============================ */

/* This is the section within the contentbar that has the signin links */
div#header-contentbar div#signinbar
{
	float: right;
	width: 13em;
	height: 110px;
	border-left: 1px solid white;
	margin-top: 10px;
	padding-left: 1.3em;
}

/* Links within the signinbar */
div#header-contentbar div#signinbar a
{
	display: block;
	color: #333333; /* Very close to black */
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.1em;
}

div#header-contentbar div#signinbar a:hover
{
	color: #F04815;
}

/* The pull-down within the signin bar, currently for "More Online Accounts" and such */
div#header-contentbar div#signinbar select
{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0.5em;
}

/* mise en page du p header */

p.headerfooter
{
	text-align: right;
	font-size: 1.0em;
	margin-right: 1.0em;
	padding-top: 2em;
	color: #666666;
	margin-bottom: 0.5em;
}
p.headerfooter a
{
	color: #666666;
}

p.headerfooter a:hover
{
	color: #F04815; /* An orange */
}

