/* RESET BEGINS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;} 

/* RESET ENDS -- FONTS BEGINS*/



/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {  
		font:13px arial,helvetica,clean,sans-serif;  /* -------changes font-------*/
		color: black;
		*font-size:medium;     /* -------orig. small-------*/
		*font:medium;         /* -------orig. x-small-------*/
		padding-bottom: 10em;
		
		}

table {

		font-size:inherit;font:100%;} 

		
/*** 99% for safari; 100% is too large*/
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/*** Bump up !IE to get to 13px equivalent*/
pre, code {
			font:130% monospace;  
			*font-size:100%;
			}

/*** Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height*/
 
body * {line-height:1.22em;  

		}

	h1 {
			font-size: 1.75em; /*** was 2*/
			color: #036;
			font-weight: bold;
		}
	h2 {
			font-size: 1.25em;
			color: #036;
			font-weight: bold;
		}
		
	h3 {
			font-size: 1.25em;
			color: #036;
		

		}
	h4 {
			font-size: .75em;   /*** foot note as in law note*/
			color: #036;
			
		}
	h5 {
			font-size: 1.2em;
			color: black;

		}
	h6 {
			font-size: 1em;
			color: #036;
			/**text-indent: 12px */
		}
		
	h7 {
			font-size: .5em;
			color: #036;
			/**text-indent: 12px */
		}
		
	h8 {
			font-size: .25em;
			color: #036;
			/**text-indent: 12px */
		}
		

/* nav bar begins */			
p.navigation-bar {
			background-color: #67a3f5;    /* #ccc */   
			border: medium #ffffff solid;
			padding: 1%;
			color: white;
			text-align: center}
/* nav bar ends */	



/* GRIDS STARTS */	


/* for all templates and grids */

body	{
			text-align:center;} /* -----------------------*/

#ft{clear:both;}


/* 750 centered, and backward compatibility */ 
#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
			margin:auto;         /* ------impacts text--------*/
			text-align:left;       /* effects left margin default: auto*/
			width:57.69em;
			*width:56.3em;
			min-width:750px;}
			
/* 950 centered */ 
#doc2 {
			width:73.074em;   
			*width:71.313em;
			min-width:950px;}
			
/* 100% with 10px viewport side matting */ 
#doc3 {
			margin:auto 10px; /* not for structure, but so content doesn't bleed to edge */   /* -----------------------*/
			width:auto;}
	
/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
.yui-b		{position:relative;}    /* -----------------------*/
.yui-b		{_position:static;} /* for IE < 7 */
#yui-main .yui-b
			{position:static;} 

#yui-main 	{width:100%;}

.yui-t1 #yui-main,  /* --------creates left nav column-----*/
.yui-t2 #yui-main,
.yui-t3 #yui-main{float:right;margin-left:-25em;/* IE: preserve layout at narrow widths */}

.yui-t4 #yui-main,
.yui-t5 #yui-main,
.yui-t6 #yui-main{float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */}

.yui-t1 .yui-b          
		{	float:left;          /* aligns text with column left side */
	    	width:12.3207em;      /* formats right side of nav column default: 12.3207em */
	    	*width:12.0106em;}  	

.yui-t1 #yui-main .yui-b
			{margin-left:14.3207em;     /* ----creates main column left side margin-----*/
			*margin-left:13.0106em;}

.yui-t2 .yui-b {float:left;width:13.8456em;*width:13.512em;}		
.yui-t2 #yui-main .yui-b {margin-left:14.8456em;*margin-left:14.512em;}
.yui-t3 .yui-b {float:left;width:23.0759em;*width:22.52em;}
.yui-t3 #yui-main .yui-b {margin-left:24.0759em;*margin-left:23.52em;}
.yui-t4 .yui-b {float:right;width:13.8456em;*width:13.512em;}
.yui-t4 #yui-main .yui-b {margin-right:14.8456em;*margin-right:14.512em;}
.yui-t5 .yui-b {float:right;width:18.4608em;*width:18.016em;}
.yui-t5 #yui-main .yui-b {margin-right:19.4608em;*margin-right:19.016em;}
.yui-t6 .yui-b {float:right;width:23.0759em;*width:22.52em;}
.yui-t6 #yui-main .yui-b {margin-right:24.0759em;*margin-right:23.52em;}
.yui-t7 #yui-main .yui-b {display:block;margin:0 0 1em 0;}

#yui-main .yui-b 
			{float:none;
			width:auto;}     /* ----creates main column right side margin, replace auto with # to alter width-----*/

/* GRIDS (not TEMPLATES) */
.yui-g .yui-u, .yui-g .yui-g, .yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u, .yui-gf .yui-u
			{float:right;display:inline;}   /* ----messes with text alignment-----*/
.yui-g div.first, .yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first, .yui-ge div.first, .yui-gf div.first{float:left;}  /* -------?---------------*/
.yui-g .yui-u, .yui-g .yui-g{width:49.1%;}   /* -------?---------------*/
.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u {width:48.1%;}

.yui-gb .yui-u, 
.yui-gc .yui-u, 
.yui-gd .yui-u                     /* ------creates two columns---------*/
			{float:left;
			margin-left:2%;     /* ------higher % will make column left margins wider wider---------*/
			*margin-left:1.895%;
			width:32%;}

.yui-gb div.first, .yui-gc div.first, .yui-gd div.first{margin-left:0;}

.yui-gc div.first, 
.yui-gd .yui-u
			{width:66%;}   /* ------modifies columns from 50-50 to 66-33% (default 66%)---------*/

.main-col {width:40em}   /* --width of main column--*/

.yui-gd div.first{width:32%;}   /*default 32%-*/
.yui-ge .yui-u{width:4%;}
.yui-ge div.first, 
.yui-gf .yui-u{width:74.2%;}  /* 74.2) margin between text and navig*/
.yui-gf div.first{width:24%;}
.yui-ge div.first{width:74.2%;}
#bd:after,
.yui-g:after, 
.yui-gb:after, 
.yui-gc:after, 
.yui-gd:after, 
.yui-ge:after, 
.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,
.yui-g, 
.yui-gb, 
.yui-gc, 
.yui-gd, 
.yui-ge, 
.yui-gf{zoom:1;}

/* GRIDS ENDS */



/* ===== List Style ===== */

ul.standard {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 2em;   /* ===== changes left margin ===originally: padding-left: 1em;== */
	text-indent: 0em;
	padding-top: .5em;
	}


/* ===== List Style Ends ===== */


/* ===========styles to give background color=========================== */
body {
	line-height : 1.6em;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .85em;
	font-weight : normal;
	background: #036;  /* #036      smoke = #efefef, tomato */
}
.wrapper{
background:#FFFFFF;
color:#333333;
margin:0 auto;
text-align:left;
width: 850px;
}

/* ====================================== */

#globalnavigation {
text-align: left;     /* =========text-align: left============ */
}	

#globalnavigation li a{
text-decoration:none;
list-style: none;

}

/* navigation bar style starts */
ul.listindent {	margin:0;
				padding:0:
				}
				
ul.listindent li
			  {margin:0;
			  margin-left: .8em;
			   font-size: 90%;
			   padding:2px 3px;			   
			  }
/* navigation bar style ends */


