@charset "UTF-8";


/******************************************** basic styling ********************************************/


body {
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgSlice.png);
	color: #333333;
}
a {
	color: #014b8d;
	text-decoration: none;
}
a:hover {
	color: 014b8d;
	text-decoration: underline;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
	display: block;
}
#wrapper {
	width: 1040px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 1000px;
}


/******************************************** type styling ********************************************/


.headline1 {
	font-size: 18px;
	color: #004b8d;
	font-weight: bold;
}
.headline2 {
	font-size: 14px;
	color: #004b8d;
	font-weight: bold;
}
.sidebarheading {
	font-size: 13px;
	color: #004b8d;
	font-weight: bold;
}
.sidebarsub {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.AQPcallout {
	font-style: italic;
	font-weight: bold;
	color: #014b8d;	
}
.AQPcallout2 {
	color: #014b8d;
	font-style: italic;
}
.HAcallout {
	color: #014b8d;
	font-weight: bold;
}


/******************************************** header styling ********************************************/


#header {
	height: 128px;
	width: 1040px;
	position: relative;
}
#headerLogo {
	height: 128px;
	width: 250px;
	text-align: left;
	position: relative;
	float: left;
}
#login {
	float: right;
	height: 19px;
	width: 98px;
	position: absolute;
	text-align: left;
	margin-top: 102px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 6px;
	top: 0px;
	right: 30px;
	display: block;
}
a #login {
	color: #999999;
	text-decoration: none;
	text-align: left;
	display: block;
	text-indent: 16px;
}
a:hover #login {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #84a4c8;
}



/******************************************** sidebar styling ********************************************/



#sidebar {
	background-image: url(../images/sidebarTop_05.gif);
	background-repeat: no-repeat;
	float: left;
	width: 250px;
	margin-left: 30px;
	position: relative;
	background-color: #FFFFFF;
}
#navStack {
	height: 174px;
	width: 250px;
	margin-top: 40px;
}
#navStack ul {
	margin: 0;
	list-style: none;
	padding: 0px;
}
#navStack ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#navStack ul a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height:2em;
	display:block;
	padding-left:10px;
	width: 240px;
}
#navStack ul a:hover {
	color: #333333;
	background-color: #fff2b2;
}
#informed {
	background:url(../images/sidebarBG_12.gif) no-repeat;
	width: 209px;
	height: 355px;
	margin-top: 38px;
	padding-right: 10px;
	padding-left: 20px;
}
#informed .sidebarsub {
	padding-left: 10px;
}
#informed  .sidebarheading {
	background-color: #84a4c8;
	display: block;
	color: #FFFFFF;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#informed ul {
	color: #333333;
	line-height: 1.3em;
}


/******************************************** footer styling ********************************************/



#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 50px;
	width: 980px;
	margin-left: 30px;
	position: relative;
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	margin-right: 30px;
}


/******************************************** chart styling ********************************************/


.chart {
	text-align: center;
	width: 709px;
}

