/***********************************************/
/* nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-left: Auto;
	margin-right: Auto;
	margin-bottom: 15px;
	background: #FAFAFA;
	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	margin-left: Auto;
	margin-right: Auto;
	position: relative;
	width: 920px;
	text-align: left;
	font-size: 100%;
	border: 2px none #CCCCCC;
	background: #FFFFFF;
	height: auto;
}
#masthead{
	position: static;
	/*left: 2%;
	right: 2%;*/
	width:915px;
	height: 115px;
	padding-left: 5px;
	background: #FFFFFF url(../images/sunken_side.png);
	
}

#masthead img{
	
	padding-left: 25px;
}


#mastimage {
	position:relative;
	top: 0px;
	left: 0px;
	right: 2%;
	width:120px;
	font-size: 100%;
	background:#FFFFFF;
	float: left;
	padding-left: 20px;
}

#mastbottom{
	height: 12px;
	background: url(../images/sunken_bt.png) no-repeat bottom;
	

}
.masttext h1 {
	color: #030303;
	font-size: 200%;
	margin: -2px;

}

.masttext h3 {
	color: #030303;

}

#printpage{
	float: right;
	position: relative;
	top: 8px;
	font-size: 9px;
	line-height: 1em;
	width: 120px;
}

#printpage a {
	font-size: 9px;
	line-height: 1em;
	text-decoration: none;
}


#pgcellbottom{
	margin: 0px;
	font-size: 12px;
	height: 12px;
	background: #FFFFFF url(../images/sunken_bt.png);
	z-index: 0;
	position: relative;
}

#pagecell1{
	position:relative;
	top: 0px;
	left: 0px;
	right: 2%;
	width:100%;
	font-size: 100%;
	background:#FFFFFF url(../images/sunken_side.png);
	height: auto;
	
}

#globalNav {
	margin: 0px;
	font-size: 90%;
	padding: 0px 0px 0px 1px;
	color: #000066;
	background: #FCFCFC url(../images/sunken_tp.png) repeat-x bottom;
	z-index: 100;
	position: relative;
	width: 100%;
	height: 30px;
}

.globalNav {
	margin-left:30px;
}

#globalNav a {
	padding: 5px 28px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: inline;
}

#globalNav a:hover {
	padding: 5px 28px;
	color: #FFCC00;
	display: inline;
	font-weight: bold;
	height: 25px;
	z-index: 100;
}

.red  {
	
	color: #FF0000;
		
}

#pageNav{
	float: left;
	width:175px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
}
 #pageRight{
	float: right;
	width:160px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0px 4px 0px 10px;
}
.pageRight p{
	margin-top:-5px;
}

/*#pageRight img{
	float: left;
	padding: 0px 0px 0px 0px;
}
*/
#content{
	width: 690px;
	position: relative;
	padding-bottom: 10px;
	min-height:650px;
	padding-left: 25px;
	letter-spacing: 0.05em;
	float: none;
	border-left: 1px solid #CCCCCC;
	margin: 20px 0px 25px 185px;
	font: 89% Arial, Helvetica, sans-serif;
	height: auto;
}
#home{
	width: 705px;
	position: relative;
	min-height:650px;
	padding-left: 15px;
	letter-spacing: 0.05em;
	float: none;
	border-left: 1px solid #CCCCCC;
	height: auto;
	margin: 20px 0px 25px 185px;
	font: 89% Arial, Helvetica, sans-serif;
}

#pageName{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	font-size: 80%;
	border-bottom: 1px solid #000066;
	background: #FFFFFF url(../Images/pgly/pgcell_bk.gif);
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}


.address {
	color:#000000;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	 }
/******* hyperlink and anchor tag styles *******/
html { min-height: 100%; margin-bottom: 10px; }

a:link, a:visited{
	color: #3D4CA1;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}

a:hover{
	color:#FFCC00;
	text-decoration: underline;
}

a:active {
outline:none;
}

/************** header tag styles **************/

h1{
	color: #050000;
	margin: 0px;
	padding: 10px 0px 3px;
	font: bold 110% Arial, sans-serif;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	color: #000066;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}




/********* form and related tag styles *********/



label{
	font: bold normal 12px Arial, sans-serif;
	color: #000066;
}
				
input{
font-family: Arial,sans-serif;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


.skipLinks {display: none;}


#search{
	position: relative;
	z-index: auto;
	height: 70px;
	color: #000066;
	font-size: 12px;
	padding: 20px 5px 5px 0px;
	top: 2px;
	width: 96.5%;
	border-bottom: 1px #B7C3EB;
}
#search form {
	padding: 0;
	font-size: 12px;
	margin: -10px 0 0;
	line-height: 2em;
}
#search input{
	font-size: 12px;
	margin: 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 70%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

#tbSearch{
 width::300px;
 }
/************* breadCrumb styles ***************/

#breadCrumb{
	color: #E4E4E4;
	text-align: right;
	height: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 1px;
	float: none;
	width: 100%;
	z-index: 100;
	background: #FAFAFA url(../images/sunken_tp.png) no-repeat bottom;
	
}

#breadCrumb a{
	color: #AAAAAA;
	display: inline;
	text-decoration: none;
	padding: 5px 25px 5px 10px;
}

#breadCrumb a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
#breadCrumb1 {
	color: #E4E4E4;
	text-align: left;
	height: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 715px;
	z-index: 100;
	background: no-repeat bottom;
	margin-right: 10px;
	margin-left: 190px;
	margin-top: 10px;
	
}

#breadCrumb1 a{
	color: #AAAAAA;
	text-decoration: none;
	padding: 5px 25px 5px 10px;
}

#breadCrumb1 a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	color: #050000;
	width: 95%;
	padding: 0px 10px 15px 0px;
	font: 85%/1.5em Helvetica, sans-serif;
	position: relative;
	float: left;
	background: #FFFFFF ;
}
.homefeature{
	color: #050000;
	width: 515px;
	font: 85%/1.5em Helvetica, sans-serif;
	position: relative;
	float: left;
	background: #FFFFFF;
	border-right: 1px solid #C0C0C0;
	height: 1100px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
 .homefeature h3{
	color: #445480;
	font: bold 180% Arial, sans-serif;
	padding-right: 0px;
}

.homefeature img{
	float: left;
	padding: 0px;
}

.feature a:link, .feature a:visited {
	color: #3D4CA1;
	text-decoration: none;
	font-size: 96%;
	font-weight: 400;
}

.feature a:hover {
	color: #CC9900;
	text-decoration: underline;
}
/*html>body .feature {
	width: 97%;
}
*/
.feature h3 {
	color: #445480;
	font: bold 180% Arial, sans-serif;
	padding-right: 0px;
}
.h3a a:link, .h3a  a:visited {
	color: #445480;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.h3a a:hover {
    color: #CC3333;
	text-decoration: none;
}


.feature h2{
	color: #445480;
	font: bold 140% Arial, sans-serif;
	padding-right: 0px;
}

.feature img{
	float: left;
	padding: 5px 10px 0px 0px;
}

.featurebt {
	position: relative;
	color: #FFFFFF;
	padding: 2px 10px;
	background: url(../Images/bk/bt_pr.jpg) repeat-x left bottom;
	z-index: 200;
	height: 15px;
	float: left;
	width: 90%;
	margin-bottom: 15px;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}

/*************** story styles ******************/
.Detail {
	font-size: 78%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Detail h3{
	color: #000066;
	font-family: Arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
}


/************** siteInfo styles ****************/

#siteInfo{
	font-size: 70%;
	color: #808080;
	margin-top: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	padding: 0px;
	background: no-repeat bottom;
	margin-right: 11px;
	margin-left: 11px;
	height: 75px;
	clear: both;
	z-index: 0;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#navbottom{
	margin: 0px;
	padding: 0px;
	background-image:url(../Images/navpgbt.jpg);
	height: 6px;
	font-size: 4px;
	
	
}
/************ sectionLinks styles **************/

#sectionLinks{
	font-size: 100%;
	display: block;
	margin: 7px 5px 0px;
	padding-bottom: 0px;
	background: #000066 url(../images/top_cur.gif) no-repeat top;
	border: 1px none #E3E3E3;
	width: 165px;
	padding-top: 10px;
	
}

.bt_bl {
    background: #000066 url(../images/bt_cur.gif) no-repeat bottom;
}

#sectionLinks h3{
	padding: 0px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	text-align: left;
	padding: 5px 2px 5px 8px;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #000066;
	background: #000066;
	border-top: 1px solid #000066;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	color:#FFFF00;
	height: auto;
	border-bottom: 1px solid #FFFF00;
	border-top: 1px solid #FFFF00;
	padding: 5px 2px 5px 8px;
}
#selectedLinks a:link, #selectedLinks a:visited{
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	height: auto;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	padding: 5px 2px 5px 8px;
}

/************ sectionLinks2 styles **************/

#sectionLinks2{
	font-size: 100%;
	display: block;
	margin: 7px 5px 0px;
	background: #393982 url(../images/top_cur_lbl.jpg) no-repeat top;
	border: 1px none #E3E3E3;
	width: 165px;
	padding-top: 10px;
	color: #FFFFFF;
	
}


#sectionLinks2 a:link, #sectionLinks2 a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	text-align: left;
	padding: 5px 2px 5px 8px;
	font-size: 11px;
	text-decoration: none;
	background: #393982;
}
#sectionLinks2 h3{
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 10px;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	background: #393982;
	padding: 2px 2px 8px 8px;
}

#sectionLinks2 a:hover{
	font-weight: bold;
	text-decoration: none;
	color:#FF6666;
	height: auto;
	padding: 5px 2px 5px 8px;
}
#selectedLinks2 a:link, #selectedLinks2 a:visited{
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	height: auto;
	padding: 5px 2px 5px 8px;
}
 .bt_lbl {
  background: #393982 url(../images/bt_cur_lbl.jpg) no-repeat bottom;
 }


/************* relatedLinks styles **************/


.relatedLinks{
	margin: 0px;
	padding:0px 5px 5px 10px;
	border-bottom-color: #000000;
	border-top-color: #CCCCCC;
	font: 500 11px Arial, Helvetica, sans-serif;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #000066;
	font-size: 12px;
}

.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	color: #3D4CA1;
	text-decoration: none;
}

.relatedLinks a:hover{
	display: block;
	color: #FF0033;
	text-decoration: underline;
}

.relatedLinksRed{
	margin: 0px;
	padding:0px 5px 5px 10px;
	border-bottom-color: #000000;
	border-top-color: #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
	
}


/********************* end **********************/


.DetailHeader {
	font-weight: bold;
	color: #445480;
}


/* **********************Page Cells ************************/
.cel  {
	padding: 2px 10px 5px 0px;
	margin-top: 0px;
	color: #050000;
	position: relative;
	float: none;
	margin-bottom: 20px;
	font: 400 normal 83%/1.6em Arial, Helvetica, sans-serif;
}


.cel a:link, .cel a:visited {
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #3D4CA1;
	text-decoration: none;
	font-family: Helvetica, sans-serif, Arial;
	line-height: 1.6em;
	font-weight: 500;
}

.cel a:hover{
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #FF0000;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	
}
  .cel li {
 margin:-5px 0px 0px -5px;
 padding-bottom:2px;
 }

.cell2  {
	font: 100%/1.6em Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 0px;
	margin-top: 0px;
	color: #050000;
	position: relative;
	float: left;
	width: 93.5%;
	margin-bottom: 15px;
}

.celtitle {
	color: #445480;
	border-bottom: 2px solid #C0C0C0;
	font: bold 94.8% Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 2px;
	width: 99%;
}

.celtitle h3 {
	color: #445480;
	font: bold 110% Helvetica, sans-serif;
	
}
.cell1  {
	padding: 2px 10px 2px 0px;
	margin-top: 0px;
	color: #050000;
	position: relative;
	float: left;
	width: 95%;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}


.cell1 a:link, .cell1 a:visited {
	font: 98.5%/1.6em Helvetica, sans-serif, Arial;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #3D4CA1;
	text-decoration: none;
}

.cell1 a:hover{
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #FF0000;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	
}
 .cell1 li {
 margin:-5px 0px 0px -5px;
 padding-bottom:2px;
 }


.celtitle a:hover {
	color: #B1B1B1;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
}

.cellink ul{
	list-style-type: disc;
	font-size: 80%;
	line-height: 1.7em;
	position: static;
}

.cellink a:link, .cellink a:visited{
	text-decoration:none;
	color: #3D4CA1;
	display: block;
	padding: 2px 0px 3px;
	font-family: Arial, sans-serif;
}
.cellink a:hover{
	top: 0px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: underline;
	color: #FF0000;
	background: #FFFFFF;
}
.cellink a:active
{
  outline: none;
}


.cellink {
	top: 0px;
	position: static;
	padding: 2px 0px 10px;
	display: block;
	font: 500 83%/1.2em Arial, sans-serif;
}

.celtitleb {
	position: relative;
	font: bold 79% Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 2px 0px 2px 15px;
	margin-top: 0px;
	border-top: 0px solid #E4E4E4;
	border-right: 0px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 0px solid #E4E4E4;
	background: #EBEBF3 url(../Images/pgly/45_degree_line_hp.gif);
	float: none;
}

.celtitleb a:link, .celtitleb a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
}

.cellinkb {
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	padding: 2px 2px 10px 0px;
	margin-bottom: 15px;
	font: 100 100%/0em Arial, sans-serif;
}

.cellinkb ul{list-style-type: disc;
	font-size: 80%;
	line-height: 1.7em;
	position: static;}

.cellinkb a:link, .cellinkb a:visited{
    top: 0px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: underline;
	width: 94%;
	padding-left: 10px;
	color: #0000FF;
	padding-top: 2px;
	padding-bottom: 2px;}

.cellinkb a:hover{top: 0px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: underline;
	color: #FFCC00;}
.celleft {
	position:relative;
	float: left;
	width:300px;
	placement: 5px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	height: auto;
	line-height: 1.3em;
}

.celright {
	position:static;
	width:300px;
	z-index:2;
	float: right;
	placement: 5px 0px 0px -10px;
	clip: rect(auto,auto,auto,auto);
	line-height: 1.3em;
	margin-right: 10px;
}

.ctcell {
	color: #030303;
	text-decoration: none;
	float: left;
	width: 95%;
	font: 400 84%/1.6em Arial, Helvetica, sans-serif;
	padding-top: 5px;

}

.ctcell a:link, .ctcell a:visited {
	font: 400 normal 98%/1.6em Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #3D4cA1;
	text-decoration: none;
}

.ctcell a:hover {
	font: 400 normal 98%/1.6em Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	color: #FF0000;
	text-decoration: underline;
}




.ctcelltitle {
	font: bold 94.5% Arial, Helvetica, sans-serif;
	color: #445480;
	border-bottom: 2px solid #C0C0C0;
	float: left;
	width: 95.5%;
	margin: 15px 0px 0px;
}

