/* CSS Document */
body
{
	background: #FFFFFF;
	color: #000000;
	font-family: Helvetica LT Std, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
}

*
{
	outline: medium none;
}

img
{
	border-style: none;
}

object
{
	z-index: -1;
}

/* These styles define link behaviors */
a
{
	color: #005BBB;
	text-decoration: none;
	font-weight: bolder;
}
:hover
{
	text-decoration: none;
	color: #000000;
}
/* dummy class for use with jquery */
.expandable
{
}

.header
{
	font-weight: bolder;
	font-size: 1.2em;
	width: 100%;
	color: #000000;
}

.main_logo
{
	padding-left: 20px;
	margin-top: 7px;
	float: left;
}

.main_menu
{
	margin-top: 20px;
	float: left;
}

.hot_keys
{
	float: left;
}

.contentPlaceHolder
{
	min-height: 668px;
	width: 960px;
	background-color: #fff;
	position: relative;
	height: 100%;	
}

.footer
{
	text-align: left;
	margin-top: 60px;
}

.footer_label
{
	font-size: 10px;
}

#flashMovie
{
	width: 940px;
	height: 345px;
	margin: 0 auto;
	display: block;
}

#flashMovieV3
{
	width: 940px;
	height: 360px;
	margin: 0 auto;
	display: block;
}

.wrapper
{
	/*border: 1px solid #000000;*/
	background-color: #ffffff;
	margin: 0 auto;
	height: 100%;
	width: 982px;
	text-align: left;
}

.topBand
{
	z-index: 1;
	width: 940px;
	height: 142px;
	position: relative;
	margin: 0 auto;
	display: block;
	background-color: #cfcfcf;
}


/* These styles define the columns that appear within the body of the page */
.fullcolumn
{
	width: 940px;
	background: #ffffff;
	display: block;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica LT Std, Helvetica, Arial;
	height: 534px;
	font-size: 12px;
	text-align: left;
}

.fullcolumnMain
{
	width: 940px;
	background: #f0f2f1;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica LT Std, Helvetica, Arial;
	height: 308px;
	font-size: 12px;
	text-align: left;
}

.leftcolumn
{
	background-color: #f0f2f1;
	float: left;
	font-weight: bold;
	height: 511px;
	margin-top: 2px;
	/* overflow: auto; */
	padding: 10px;
	width: 203px;
}
.centercolumn
{
	background-color: #f0f2f1;
	float: left;
	height: 511px;
	margin-left: 3px;
	margin-top: 2px;
	/* overflow: auto; */
	padding: 10px;
	width: 458px;
	font-family: Arial, Helvetica LT Std, Helvetica;
	font-size: 12px;
}
.rightcolumn
{
	background-color: #f0f2f1;
	float: left;
	height: 511px;
	margin-left: 3px;
	margin-top: 2px;
	/* overflow: auto; */
	padding: 10px;
	width: 213px;
}

#content_div_id *
{
	z-index: 1;
}

.contact_form
{
	width: 100%;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.contact_form th
{
	width: 25%;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.contact_form td
{
	width: 75%;
	text-align: left;
	padding: 5px;
}

.contact_form input
{
	border: 1px solid #999;
	background: #E4E4E4;
	margin-top: 5px;
}

.info
{
	font-weight: bold;
	color: #008000;
}

.error
{
	font-weight: bold;
	color: #DD0000;
}

.pageLabel
{
	font-family: Futura Medium, Helvetica LT Std, Helvetica, Arial;
	font-size: 20px;
	font-weight: 500;
	color: #005BBB;
}
.pageStatement
{
	font-family: Helvetica LT Std, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 16px;
}
.hidden
{
	display: none;
}

#accordion
{
	width: 400px;
}
.accordionHeader
{
	color: Black;
	margin: 15px 15px 15px 0px;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}
.accordionHeaderSelected
{
	color: #005BBB;
	margin: 15px 15px 15px 0px;
	padding: 5px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
.accordionContent
{
	padding: 5px;
}

.static-messaging
{
	background: none repeat scroll 0 0 #F5F7F7;
	border: 1px solid #D3D3D3;
	height: 150px;
	margin: 0 auto 1em;
	min-height: 1em;
	padding: 5px 5px 10px;
	text-align: center;
}
.static-messaging.p1
{
	background-color: transparent;
	border: medium none;
	padding: 0;
	text-align: left;
}

table.inflation
{
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.inflation th
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	text-align: center;
}
table.inflation td
{
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: gray;
	text-align: right;
	background-color: white;
}

table.cpi
{
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.cpi th
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	text-align: center;
}
table.cpi td
{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	text-align: center;
	background-color: white;
}
.leftHead
{
	font-size: 12px;
	font-weight: bolder;
}

.over
{
	cursor: pointer;
	color: #005BBB;
}
p.caption {
	margin-top: 0.5em;
}
a.noHover:hover, .noHover a:hover {
	text-decoration: none;
}
