/* ------------------- 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 {
	background-color: #D4FBFD;
	background-image: url(images/key2growth_hm2b_bckgd.jpg);
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 5px;
	background-repeat: repeat-x;
}

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 : 19px;
	margin-bottom : 2px;
	padding-top : 4px;
	padding-bottom : 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2ems;
}  

h2 {
	color: #003399;
	margin-top:2px;
	font-size : 15px;
	margin-bottom : 6px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}  

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: 19px;
	background-image: url(images/arrow-key.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

ul.list2 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: 14px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

.subheader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	text-decoration: underline;

}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}

A.red:LINK , A.red:VISITED , A.red:ACTIVE { 
	color : #CC0000;
	text-decoration: underline;
}

A.red:HOVER { 
	color : #FF0000;
	text-decoration: underline;
}

/* ------------------- Special Show-Hide text regions ------------ */

     .answer {
		/* Layout properties - You can change these */
		padding:3px 0px 10px 10px;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 13px;
	    color: #333333;
	    text-decoration: none;
	    line-height: 1.2em;
		/* This one should not be changed */
		display:none;	
	}

	.question, a.question:link  {
		cursor:pointer;
		font-family: Arial, Helvetica, sans-serif;
	    color: #003399;
		text-decoration: underline;

	}

   .question2  {
		cursor:pointer;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #003399;
	    text-decoration: underline;
	}

	

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


.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.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 : #003399;
}

	

A.btmnav:LINK , A.btmnav:VISITED , A.btmnav:ACTIVE { 
	color : #003399;
	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 : #333333;
	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 ------------------- */

#PageBrdr {

	background-color: #996600;
	padding: 6px;

}

#BtmNav {

	background-color: #D4FBFD;
	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;

}

#BtmBar {

	background-image: url(images/btm_bar_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}



#Cntnt {
	background-color: #FFFFFF;
	padding: 18px 15px 15px 18px;
	vertical-align: top;
	background-image: url(images/cntnt_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}



#LftCol {
	background-color: #F1F8FF;
	vertical-align: top;
    width: 240px;
	background-image: url(images/lftcol_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}


#BrdrBtm {
	border-bottom: 1px solid #353F46;

}

#HdrBar {
	background-color: #EAEFF2;
	background-image: url(images/hdr_bckgd.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}

#HdrRt {
	background-color: #FFFFFF;
	background-image: url(images/hdr_rt_bckgd.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

#Nav {
	background-image: url(images/hdrnav_bckgd1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #CCCCCC;
}

#NavBrdr {
	border-left: 1px solid #BA9F5A;
}

#NewsTop {
	background-color: #D5E5F6;
}

#News {
	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;
}

#News2 {
	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;
}

#NewsBtm {
	background-color: #ADAFAC;
}



#TopBar {
	background-color: #032D76;
	background-image: url(images/topbar_bckgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;

}

#TopBar2 {
	background-color: #032D76;
	background-image: url(images/topbar_bckgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 6px;
}


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

#ShdwLft {
	width: 15px;
	background-image: url(images/shdw_lft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
}

#ShdwRt {
	width: 15px;
	background-image: url(images/shdw_rt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}

#BoxTop {
	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*/

}

#BoxTopHdr {
	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/hdrnav_bckgd1.jpg);
	background-repeat: repeat-x;
	left: 10px;

}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	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: #000000;

}

div#navcontainer ul li a:hover {

	color: #003399;
	background-image: url(images/hdrnav_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: #003399;
	background-image: url(images/hdrnav_bckgd2.jpg);
	background-repeat: repeat-x;

}
