@charset "utf-8";
/* On Screen CSS */

	* { margin:0em; padding:0em; }	

/* font size */
	body { font-size:62.5%; }/*remove*/
		#page_wrapper {
			margin: .5em auto;
			min-width: 76.5em;
			max-width: 104em;
			border: .32em solid #ccf;
		}
		#header { font-size: 1em; }
				#header #logo p, 
				#header #logo h1 { font-size: 3em;}
				#header #nav { font-size: 1.2em; }
		#content { font-size: 1.4em; line-height:1.5em;}
			/* main_content */			
				#main_content h1 { font-size: 1.4em; line-height:1.5em;}
				#main_content h2 { font-size: 1em; line-height:1em;}
			/* sidebar */
				#announcement h2 { font-size:1em; line-height:1em; }
				#sidebar .main_item { font-size: 1em; }
				#sidebar .main_item ul { font-size: .85em; line-height:1em; }
				#sidebar .main_item ul ul { font-size: 1em;  }
		#footer { font-size: 1.2em; }

/*	-----------------------------------------
   overall site framings 
   -----------------------------------------*/

	
		#header { width:100%; position:relative; overflow:hidden; }
			#header #go_to_content { padding: .25em; float:left;}
			#header #google_search { padding: .25em; float:right;}
			#header #logo { margin: .5em; clear: both; }
				#header #logo img { width: 11.98em; height:4.38em; }
			#header #subscribe { position:absolute; bottom:3em; right:.75em; }
			#header #google_search label.hidden {visibility:hidden;}
			#header #nav { height: 2.5em; }
				#header #nav ul { list-style-type:none; height: inherit; }
				#header #nav li { border-right: 1px solid black; height: 100%; float: left; margin-bottom:0; position:relative; }
				#header #nav li.current,
				#header #nav li.section { height: 2.4em; border-bottom: .1em solid black;}
				#header #nav li.current img,
				#header #nav li.section img { position: absolute; bottom:-.05em; left:50%; width:.75em; margin: 0 0 0 -.375em; border:0; padding: 0;}
				#header #nav a  { display: block; padding: .65em 3em; margin: 0;}
				#header #nav li.current a,
				#header #nav li.section a { padding: .65em 3em .55em 3em; }
		#content { padding: .75em; overflow:hidden; height:100%;}
			#announcement { margin-bottom:.5em; }
			#sidebar-wrapper { float: right; width: 35%; }
			#sidebar li.item, li.main_item { list-style-type: none; }
			#main_content { margin-right: 38%; }
		#footer { clear:both; padding-top: 15px; width: 100%; position:relative; overflow:hidden;}
			#footer #supp_nav { text-align:center; width: 50%; position: absolute; left: 25%; }
				#footer #supp_nav ul { list-style-type:none; }
				#footer #supp_nav li { border-right: 1px solid white; display:inline; padding: 0 .5em;}
				#footer #supp_nav li.lastItem { border-right: 0; }
			#footer #contact { float: left; padding: .5em;}
			#footer #adobe { float: right; padding: .5em; }

/*	-----------------------------------------
   stylings 
   -----------------------------------------*/
	img { border:0; }

/* coloring */
	html,body { background-color:#555570; }
	#header { color: white; background:#003366; }
		#header #nav  { color: black; background:#ccccff url(../images/nav_bar.gif) repeat-x 0 0; }
		#header #nav li.current a:link,
		#header #nav li.current a:visited,
		#header #nav li.section a:link,
		#header #nav li.section a:visited { color: black; background:#ccccff url(../images/nav_bar.gif) repeat-x 0 0; }
	#content { color: black; background:white; }
		/* general */		
			#content h1 { color: #003366; }
			#content h2 { color: #003366; }
		/* sidebar */
			#announcement { color: black; background-color: #ffffee; border: 3px solid #ddddaa; padding:1em;}
			#announcement h2 { text-align:center; color: black; margin-top:0; margin-bottom:1em;}
			#announcement p { margin-bottom: 1em; }
			#sidebar .main_item { color: #003366; }
			#sidebar .main_item ul { color: black; }
			#sidebar { border: 3px solid #ccf; background-color:#f5f5ff; padding-top: 1.5em; padding-bottom: 1.5em; }
	#footer { color: white; background:#003366 url(../images/footer_line.gif) repeat-x 0 0;}

/* links */
	a:hover, a:focus { color:black; background:#ffffcc; text-decoration:underline; }
	
	#logo a:hover, 
	#logo a:focus { background:transparent; }
	
	#header #nav a:link, 
	#header #nav a:visited { color:black; text-decoration:none;}
	
	#header #nav li:hover, 
	#header #nav li:focus,
	#header #nav a:hover, 
	#header #nav a:focus,
	#header #nav li.current a:hover,
	#header #nav li.current a:focus,
	#header #nav li.section a:hover,
	#header #nav li.section a:focus { color: black; background:#ffffcc url(../images/nav_bar.gif) repeat-x 0px -144px; }
	
	#header #nav li.current:hover,
	#header #nav li.current:focus,
	#header #nav li.section:hover,
	#header #nav li.section:focus { color: black; background:#ffffcc url(../images/nav_bar.gif) repeat-x 0px -144px; }
	
	
	a.img { display:block }
	a.img:hover, a.img:focus { background: transparent; }
	a.img:hover img, a.img:focus img { border-color: #ffffcc; }
	/* set the border colors of different sections imgs needed for IE6
	IE 6 cannot handle transparent borders */
	#header a.img:link img, #header a.img:visited img, 
	#footer a.img:link img, #footer a.img:visited img { border: 1px solid #003366; }
	#content a.img:link img, #content a.img:visited img { border: 1px solid white; }
	#header a.img:hover img, #header a.img:focus img,
	#content a.img:hover img, #content a.img:focus img,
	#footer a.img:hover img, #footer a.img:focus img { border: 1px solid #ffffcc; }
	#header a:link, #header a:visited, #footer a:link, #footer a:visited { color:white; }
	#header a:hover, #header a:focus, #footer a:hover, #footer a:focus { color:black; }
	#sidebar a:link, #sidebar a:visited { text-decoration: none; }
	#sidebar a:focus, #sidebar a:hover { text-decoration: underline; }
	#sidebar a.main_head:link, #sidebar a.main_head:visited { color:#003366; text-decoration:underline;}
	#sidebar a.main_head:focus, #sidebar a.main_head:hover { color:black; }

/* font style */
	body { font-family: Verdana, Arial, Helvetica, sans-serif; }
		#header #logo p,
		#header #logo h1 { font-weight: bold;}
		#header #nav a { font-weight:900; }
		#content h1 { font-weight:bold; }
		#main_content h2 { font-weight: bold; border-bottom: 3px solid #ccf; }
		#content dt { font-weight: bold; font-style: italic; }
		#sidebar .main_item { font-weight: bold; }
		#sidebar .main_item  ul { font-weight: normal; }

/* text */
	#header #subscribe { text-align:right; }
	#content h1 { text-align:center; }
	#main_content h2 { margin-top:1.5em; padding-bottom: .3em; }
	#content h1, 
	#content h2, 
	#content h3, 
	#content h4, 
	#content h5, 
	#content h6, 
	#content p, 
	#content blockquote, 
	#content form, 
	#content fieldset, 
	#content label, 
	#content ul, 
	#content ol, 
	#content dl, 
	#content dd, 
	#content address, 
	#content table { margin-bottom: 1em; }
	#content li, 
	#content dt { margin-bottom: .5em; }
	#content dd { padding-left: 1.5em; }
	#main_content ul, 
	#main_content ol { padding-left:1.5em; margin-left:0; }
	#content li ul, 
	#content li ol { padding-left:1.5em; margin-left:0; }
	#sidebar li ul, 
	#sidebar li ol { padding-top:1em; }
	#sidebar .main_item { text-align: center; margin-bottom:2em; }
	#sidebar li { margin-bottom: 1.5em; }
	#sidebar li li { margin-bottom: 1.25em; }
	#sidebar li li li { margin-bottom: 0em; }
	#sidebar .main_item ul { text-align: left; }
	#sidebar .item_content ul { padding-left: 3em; list-style-type:disc; }

blockquote {
     background-color: #f3f3f3;
     border: 1px solid gray;
     color: black;
     padding: 5px;
}

/* tables */
	table.general { border-spacing:1px; }
		table.general thead { border:0; }
		table.general tbody th,
		table.general tbody td { padding: .25em; text-align:left; border:1px solid #66ccff; }
		
#content ul.resource-list ul { margin-bottom:.5em;}
#content ul.resource-list li { margin-top:.5em; margin-bottom:.5em;}

div.captionImage {
border: 2px solid #003366;
background-color: #ccccff;
padding:.5em;
margin-bottom:1em;
}
div.captionImage img {
border: 1px solid #003366;
margin-padding:.5em;
}
div.captionImage p {
font-size:.75em;
font-style:italic;
}

#recoverymo{
text-align:center;
margin-top:1em;
}

/* FY 2003 P&O List Numbering Style */
.pos2003 ol li {list-style-type: decimal;} 
.pos2003 ol li ol li {list-style-type: upper-alpha;} 
.pos2003 ol li ol li ol li {list-style-type: decimal;}

/* FY 2004 P&O List Numbering Style */
.pos2004 ol li {list-style-type: upper-roman;}
.pos2004 ol li ol li {list-style-type: upper-alpha;}
.pos2004 ol li ol li ol li {list-style-type: decimal;}
.pos2004 ol li ol li ol li ul li {list-style-type: disc;}
.pos2004 ol li ol li ol li ol li {list-style-type: lower-alpha;}