/* ------------------- GENERAL FORMATING ------------------- */

body , dt , dd , dl , sl , caption, u , blink , select , option , form , font , li {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#333333;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF;
	background-image: url(images/kpi_hm1_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

A:LINK, A:ACTIVE, A:VISITED { 
	text-decoration: underline;
	color: #003399; 
} 
A:HOVER {
	text-decoration: underline;
	color: #0066FF;
} 
h1 {
	color: #003399;
	font-weight:bold;
	margin-top:12px;
	font-size : 15px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h2 {
	color: #003399;
	font-weight:bold;
	margin-top:2px;
	font-size : 14px;
	margin-bottom : 6px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #28316D;
}
/* ------------------- Custom List Styles ----------------- */

ul.list
{
	margin: 0;
	padding-left: 0; 
	list-style: none; 
}

ul.list li
{
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #003399;
	text-decoration: none;
}
A.bodytext:HOVER { 
	color: #0066FF;
	text-decoration: underline;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: none;
}

A.white:HOVER {
	color : #CCCCCC;
	text-decoration: underline;
}

.quote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration: none;
	font-style : italic;
	color : #333333;
	font-weight: normal;
}
	
A.quote:LINK , A.quote:ACTIVE , A.quote:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.quote:HOVER {
	color : #FFCC00;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}

.btmnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #FFF;
}
	
A.btmnav:LINK , A.btmnav:VISITED , A.btmnav:ACTIVE { 
	color : #FFF;
	text-decoration: none;
}

A.btmnav:HOVER {
	color : #18408E;
	text-decoration: underline;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px;
	text-decoration: none;
	color : #666666;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	color : #666666;
	text-decoration: none;
}

A.footer:HOVER { 
	color: #003399;
	text-decoration: underline;
}



/* ------------------- Table cell styles ------------------- */
#tdPageBrdr {
	background-color: #996600;
	padding: 6px;
}
#tdBtmNav {
	background-color: #3888D7;
	background-image: url(images/btm_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#tdCntntBck {
	background-color: #FFFFFF;
	padding: 5px 8px 15px;
	vertical-align: top;
	background-image: url(images/cntnt_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#tdCntnt {
	padding: 15px 5px 5px;
	vertical-align: top;
}

#tdBorderBtm {
	border-bottom: 1px solid #353F46;
}
#tdHdrBar {
	background-color: #FFFFFF;
	background-image: url(images/hdr_bckgd.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#tdHdrRt {
	background-color: #FFFFFF;
	background-image: url(images/hdr_rt_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: right;
}

#tdNav {
	background-image: url(images/nav_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#tdNavBrdr {
	border-left: 1px solid #BA9F5A;
}
#tdNewsTop {
	background-color: #D5E5F6;
}
#tdNews {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	background-image: url(images/nwsbx_bckgd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 120px;
	vertical-align: top;
	width: 245px;
}
#tdNews2 {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	background-image: url(images/nwsbx_bckgd2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 120px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
#tdNewsBtm {
	background-color: #ADAFAC;
}

#tdBar {
	background-color: #C8DEF5;
	background-image: url(images/bluebar_bckgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#tdBorderAll { 
border: 1px solid #CCCCCC; 
}

#tdShadowLft {
	width: 8px;
	background-image: url(images/shdw_lft_bckgd.jpg);
	background-repeat: repeat-y;
	background-position: right top;

}
#tdShadowRt {
	width: 8px;
	background-image: url(images/shdw_rt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	

}

#tdBoxTop {
	background: url(images/nwsbx_top_rt.gif) no-repeat top right;
	display: block;
	height: 29px;
 /*Set 9px below to match value of 'padding-left' value above*/
}

#tdBoxTopHdr {
	background: url(images/nwsbx_top_lft.gif) no-repeat top left;
	display: block;
	line-height: 22px;
	height: 29px;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 11px 0px 11;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: -4px;
}



.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}



/*------Horizontal Navigation style ------*/


div#navcontainer
{
	background-image:  url(images/nav_bckgd.jpg);
	background-repeat: repeat-x;
	left: 10px;

	
	
}

div#navcontainer ul 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 5px;
	background-image:  url(images/nav_bckgd.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
}

div#navcontainer ul li 
{
display: inline; 
margin-left: -3px; 
}

div#navcontainer ul li a 
{
padding: 5px 14px 4px 14px; 
text-decoration: none; 
border-right: 1px solid #999999; 
color: #FFFFFF;
}

div#navcontainer ul li a:hover 
{
	color: #FFFFFF;
	background-image: url(images/nav_bckgd2.jpg);
	background-repeat: repeat-x;

}

#active a { border-left: 1px solid #999999; }


/*---- LEFT SIDE  Navigation Styles --------*/

#leftnavcontainer { margin: 0px; }

#leftnavcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F7F7F7;
}

#leftnavcontainer li { margin: 0px; }

#leftnavcontainer a
{
display: block;
padding: 5px 10px 4px 12px;
color: #003399;
background-color: #F7F7F7;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC; 
}

#leftnavcontainer a:hover
{
color: #003399;
text-decoration: none;
background-image: url(images/nav_bckgd3.jpg);
}

#leftnavcontainer ul ul li { 
margin: 0px;
display: inline; /* this fixes the gaps in Internet Explorer */
 }

#leftnavcontainer ul ul a
{
display: block;
padding: 3px 0px 3px 22px;

color: #333333;
background-color: #F7F7F7;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #CCCCCC;
}

#leftnavcontainer ul ul a:hover
{
color: #003399;
background-color: #F7F7F7;
text-decoration: none;
background-image: url(images/nav_bckgd3.jpg);
border-bottom: 1px dotted #CCCCCC; 
}

/*-------- Highlight the Active Link----------*/

body#link0 a#link0,
body#link1 a#link1,
body#link2 a#link2,
body#link2b a#link2b,
body#link2c a#link2c,
body#link2d a#link2d,
body#link2e a#link2e,
body#link3 a#link3,
body#link3b a#link3b,
body#link3c a#link3c,
body#link3d a#link3d,
body#link3e a#link3e,
body#link4 a#link4,
body#link4b a#link4b,
body#link4c a#link4c,
body#link4d a#link4d,
body#link4e a#link4e,
body#link5 a#link5,
body#link5b a#link5b,
body#link5c a#link5c,
body#link5d a#link5d,
body#link5e a#link5e,
body#link6 a#link6,
body#link7 a#link7,
body#link8 a#link8,
body#link9 a#link9,
body#link10 a#link10
{
	color: #FFFFFF;
	background-image: url(images/nav_bckgd2.jpg);
	background-repeat: repeat-x;

}
