﻿@import url(undostyle.css);
/*Default Styles */
body {
	padding:0;
	margin:0;	
	background: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:75%;/*allow font scaling in IE */
	font-weight: normal;
	color: #346699;
}
html > body {
  font-size: 9pt;
}


/* default link colors */
a:link {
	color: #346699;
	text-decoration: underline;
	background: inherit;

}
a:visited {
	color: #990000;
	text-decoration: underline;
	background: inherit;

}
a:hover {
	color: #990000;
	background: inherit;
	text-decoration: none;
}
h1{
	color: #346699;
	font-size: 10pt;
	margin: 0 0 10px 0;
	font-weight:bold;
	padding:0 0px 4px 0px;
/*	text-transform: uppercase;*/
	border-bottom: 1px solid #346699;
}
h2 {
		color: #800000;
	font-size: 10pt;
	margin: 10px 0 10px 0;
	font-weight:bold;
	padding:4px 0px 4px 0px;
/*	text-transform: uppercase;*/
}

h3 {
		color: 346699;
	font-size: 10pt;
	margin: 10px 0 4px 0;
	font-weight:bold;
	padding:4px 0px 4px 0px;
/*	text-transform: uppercase;*/
	font-style: italic;
}
.mainpagecol {
	padding:10px;
	margin:5px 5px 0 0;
	border: solid 1px #346699;
	text-align:left;
	background:#F0F0F0;
}
.mainpagecol p {
	font-size: 13px; color: #336699;
}

.mainpagecol ul li, .mainpagecol ol li{
margin-left: -10px;
	margin-right:0px;
	padding : 0 0 0 0;
	font-size : 95%;
	list-style-type:disc;
	font-weight : normal; color : #346699;
	background:inherit;
	line-height:1.6em;
}

.mainpagecol ul li ul li, .mainpagecol ol li ol li {
	margin-left: -5px;
	margin-right:0px;
	padding : 0 0 0 0;
	font-size : 95%;
	list-style-type:disc;
	font-weight : normal; color : #346699;
	background:inherit;
	line-height:1.6em;
}
/* main page links */
.mainpagecol a:link {
	color: #346699;
	text-decoration: underline;
	background: inherit;

}
.mainpagecol a:visited {
	color: #346699;
	text-decoration: underline;
		background: inherit;

}
.mainpagecol a:hover {
	color: #990000;
	background: inherit;
	text-decoration: none;

}



#top {
	width: 100%;
}
/* a variety of list styles */


/* unordered list styles */
ul
{
	line-height: 1.5em;
	list-style: square;
	margin-left: 2em;
}

ul ul {
	list-style:circle;
	margin-bottom: 0;
	margin-left: 1.5em;
}
	
ul ul ul {
	list-style:disc;
	margin-bottom: 0;
	margin-left: 1.5em;
}
	

/*ordered list numbering scheme */
ol {
	list-style: decimal;
	line-height: 1.5em;
	margin-left: 4em;
	margin-bottom: 1em;
}

ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}

li.explanation
{
	list-style: none;
	margin:0;
	font-size: 100%;
}


/* small bulletted list */

.smallBullets ul li 
{
	font-size: 95%;
	margin: 0 0 0 20px;
	
}

.smallBullets ul li .sideLinks
{
	float: right;
	text-align: left;
	width: 90px;
	padding-left: 20px;
border: 0px solid white;
	font-size: 95%;
}
/* end small bullets */
/*bullet list, indented but no bullets */

ul.noBullet {
	list-style-type: none;
}

img.left 
{
	margin: 5px 10px 5px 0px; 
	border: 1px solid #CCCCCC;
	float: left;
	text-align: left;
}

img.right
{
	margin: 5px 0px 5px 10px; 
	border: 1px solid #CCCCCC;
	float: right;
	text-align: right;
}

p 
{
	margin-top: 5px;
	margin-bottom: 1.33em;
	line-height: 1.5em;
}

p.explanation
{
	margin: -1.5em 0 1em 15px;
	font-size: 90%;
}

blockquote
{
	margin-left: 6em;
	margin-right: 6em;
}

.return {
    font-size:90%;
    margin: 15px 0 25px 30px;
	 clear: left;
    }
.clear {
	 clear: left;
    }
    
.divider{
border-bottom: 1px solid #346699;
  margin-top: 10px;
  margin-bottom: 10px;
  }


.smalltext {
	font-size: 85%;
}

.important {
	font-weight: bold;
	background-color:#FFFFE3;
	color: inherit;
}

.note {
	font-weight: normal;
	color: inherit;
	font-style: italic;
}
.center {
	text-align: center;
}

dt {font-weight: bold; margin: 10px 0 0 0;}
dd {
	margin-left: 10px; line-height: 1.5em;}
	
	#content {
		border: 1px solid #346699;
		padding: 10px;
	}


.doNotDisplay {
  display: none;
}

a:link.slaconly, a:visited.slaconly 
{
	background-image: url(locked.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 10px 0 0;
}



/* top site header */
 /* search box formatting */
#search {
	font-size: 82%;
	border: 1px solid black;
	width: 250px;
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-top: 5px;
	text-align: center;
}

input.searchbox {
	font-size: 12px;
	border: 1px solid #000000;
	color: #000000;
	width: 200px !important;
	width: 200px;
	height: 16px !important;
	height: 16px;
}
.searchLabelRadio {
/*	display:inline;
	padding:0px;
	margin-top:0px;
	margin-left:-2px;
	margin-bottom:5px;
	margin-right:5px;*/
}
#search .subheader {
font-size: 105%;
font-weight: bold;
color: black;
margin: 0;
margin-left: 5px;
}
#search form {
	margin:0;
	padding: 1px;
	background: #cccccc;
	color: #000000;
	padding:0 5px 0 2px ;
	
}

#search a:link, #search a:visited {
	color: black;
	text-decoration: none;
}
#search a:hover {
	color: #990000;
	background: #CCC;
	text-decoration: none;
}

#globalnav {
  list-style-type: none;
  list-style-position: outside;
  /* background: #F8F8FF; */
  margin:0;
  padding: 2px;
  padding-left: 8px;
  padding-bottom: 4px;
  margin-right: 5px;
  font-size: 85%;
}

#globalnav li {
  margin: 0;
  padding: 0;
  display: inline;
}

#globalnav a:link {
	color: #990000;
	text-decoration: none;
	background: white;
}
#globalnav a:visited{
	color: #346699;
	text-decoration: none;
		background: white;
}
#globalnav a:hover, #globalnav a:active {
	color: black;
	text-decoration: none;
	background: white;
}

table#main {
	border: 4px solid white;
}
/* Left Nav flyout menu */

td#leftnav {
	width: 153px;
	background: #C3D0E0;
	border-right: 8px solid white;
	border-left: 1px solid white;
}

	#nav, 
	#nav ul { /* allnavigation lists */
		padding: 0 0 0 0;
		margin:0 0 0 0;
		list-style: none;
		width : 153px; /* nav width */
		background-color: #C3D0E0;
		color: #346699;
		font-size: 88%;/*if you set this to a percent, lines will show between list items */
		line-height: 2.4em;
		font-family: verdana, arial, sans-serif;
		border-top: 1px solid #C3D0E0; /*left nav right border color*/
			font-weight:bold;

	}

	
	#nav li
	{ /* all list items */
		position : relative;
		float : left;

			/*border-bottom: 1px solid #ccc; left nav right border color*/

	}
	
/********************************************************************************/
/*	Styling setup for first level list											*/
/*  ==================================											*/
/*  Add hyperlink for the top level of the left navigation bar here so that   */
/*  it will highlighted when clicked											*/
/*																				*/
/********************************************************************************/
	
	/*main nav - selected item. */
	#home #nav .home a,
	#home #nav .home a:hover,
	#staff #nav .staff a,
	#staff #nav .staff a:hover,
	#sa #nav .sa a,
	#sa #nav .sa a:hover,
	#qual #nav .qual a,
	#qual #nav .qual a:hover,
	#sci #nav .sci a,
	#sci #nav .sci a:hover,
	#cp #nav .cp a,
	#cp #nav .cp a:hover,
	#cm #nav .cm,
	#cm #nav .cm a:hover,
	#rr #nav .rr a,
	#rr #nav .rr a:hover,
	#cpars #nav .cpars a,
	#cpars #nav .cpars a:hover,
	#strategic #nav .strategic a,
	#strategic #nav .strategic a:hover

	{
		text-decoration: none;
		background-color: #999;
		color: white;
		font-weight: bold;
	}
	
	
	#nav li a {
		width: 130px; /*nav width*/
		display : block;
		color : #003399;/*nav link color*/
		font-weight : normal;
		text-decoration : none;
		background-color : #346699; /*main nav link background color*/
		border-bottom: 1px solid #ccc; /*main nav bottom border color */
		padding : 0 0 0 1.1em;
	}
	
	#nav li a:hover {
		color: black;/*hover font color*/
		background-color: #CCC; /*hover background color*/
		margin: 0;
		text-decoration: underline;
	}
	
	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


	#nav li a {
		width: 141px;
		display : block;
		color : #003399;
		font-weight : bold;
		text-decoration : none;
		background-color : #C3D0E0;
		border-bottom: 1px solid white;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color: white;
		background-color: #346699;
		margin: 0;
		text-decoration: none;
	}
	
	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
		
	#nav .external {
	color:black;
	}
ul .nobullets{
list-style: none;	
}

/* global footer */

#footer {
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;
	height: 38px;
	line-height:12px;
	margin: 0;
	color: #ffffff;
	background-color: inherit;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	clear: both;
	display: block;
}

#footer img.slac {
	float: left;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	border: 0;
}
#footer a:link, #footer a:visited {
	color: white;
	background: none;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	background: #990000;
	text-decoration: underline;
}
/*contact and date at bottom of page */
.contact {
	margin-left: 8px;
	font-size: 90%;
	color: gray; 
	padding-bottom: 3em;
	background: white;
	}
	
#contactus {
	margin:5px 0 0 0;
	padding: 20px 10px 10px 10px;
	font-size: 100%;
	width: 180px;
	/*border: 1px #b30000 dotted;*/
	}
/*	#contactus p {
		margin: 0;
		padding-top: 1em;
	}*/
	
	#contactus .headline {
		font-weight: bold;
		font-size: 110%;
		color: black;
		background: #F2F2F2;
		border: 0;
		margin: 0;
		padding: 0;
	}
#update 
{
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	color: gray; 
	background: white;
}
/* sortable tables */
a img {
  border: 0;
}

table.sortable {
  border-spacing: 0;
  border: 1px solid #000;
  border-collapse: collapse;
  /*text-align: center;*/
}

table.sortable th, table.sortable td {
  /*text-align: right;*/
  padding: 2px 4px 2px 4px;
  /*width: 100px;*/
  border-style: solid;
  border-color: #444;
}

table.sortable th {
  border-width: 0px 1px 1px 1px;
  background-color: #ccc;
  color: inherit;
  text-align: left;
}

table.sortable td {
  border-width: 0px 1px 0px 1px;
  vertical-align: top;
}

table.sortable tr.odd td {
  background-color: #ddd;
    color: inherit;
}

table.sortable tr.even td {
  background-color: #fff;
    color: inherit;
}

table.sortable tr.sortbottom td {
  border-top: 1px solid #444;
  background-color: #ccc;
  font-weight: bold;
    color: inherit;
}


#maincontent #breadcrumbs

{

	font-size: 90%;
	padding: 10px 0 ;

}
#content #breadcrumbs


/* PRINT SETTINGS */

@media print {
body 
{
	background-color: white; 
	color: black; 
		font-family: Times, Georgia, serif; 

}

h1, h2, h3, h4, h5, h6
{
	margin-left: 0;
	background-color: white;
	color: #000000;
}

a:link, a:link:visited 
{
	background-color: white;
	text-decoration: underline; 
	color: #000000; 
}

#globalnav, #breadcrumbs, .newsColumn, #header, #leftnav, #footer, #search, #search02, ul#nav, #menubg, #topsubnav, .doNotPrint, .return, .contact 
{
display: none;
}
# content h1
{
	font-size: 20pt; 
	font-family: Times, Georgia, Serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: black; 
	background: white;
	border-bottom: 1px solid gray;
	
}
td.column01	h1, h2, h3, h4, h5, h6 
{
	margin-left: 0;
}
td.column02	h1, h2, h3, h4, h5, h6 
{
	margin-left: 0;
}

#content 
{ 
	margin-left: 0;
	padding: 0;
	background-color: white; 
	color: black; 
	vertical-align: top; 
	font-size: 11pt;
	border: 1px solid white;
}

td#leftnav {
	width: 150px;
	border-right: 1px solid gray;
}
ol, ul 
{
	margin-top: 2px; 
	margin-bottom: 2px;
}
}