/*****************************************************************************/
/*							 Page Styles		    						 */
/*****************************************************************************/

Body	/* Body style */
{
	margin: 0px;
	padding: 0px;
	left: 0px;
	height:100%;
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background: #d8d8d8 url("../images/global_bg.jpg") repeat-x;
}


h1{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#00285f;
	}
	
h2 {

	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

a:link   /*normal links style*/

{
    color: #2C6AFC; 
    text-decoration: none; 
  
}
  
a:visited 
{
    color: #5878b5; 
    text-decoration: none; 
}
  
a:hover    
{ 
    color: #009933; 
    text-decoration: none; 
  
}
  
a:active   
{
    color: #6598e5; 
    text-decoration: none; 
}


/*****************************************************************************/
/*							 End Page Styles		    		     		 */
/*****************************************************************************/



.Global /* Style applicable to entire page */
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.GlobalMain /* Style applicable to entire page */
{
	position: relative;
	width: 860px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	text-align: left;
	top:0px;
	left:0px;
	margin-right: auto;
	margin-left: auto;
}


.GlobalTop /* Style applicable to Top Portion of Page */
{
	position: relative;
	width:100%;
	height:107px;
	text-align: left;
	top:0px;
	left:0px;
}




.USNHLogo /* Style applicable to USNH Logo */
{
	position: absolute;
	width:250px;
	height:55px;
	text-align: left;
	top:30px;
	left:25px;
}


.TopNav /* Style applicable to Top Nav */
{
	position: absolute;
	width:300px;
	height:55px;
	text-align: right;
	top:45px;
	left:500px;
	font-weight: bold;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif

}


.MainNav /* Style applicable to Main Nav */
{
	position: absolute;
	width:561px;
	height:32px;
	text-align: left;
	top:75px;
	left:272px;
	z-index: 100;
}




.GlobalMid /* Style applicable to entire page */
{
	text-align: left;
	background: #d8d8d8 url("../images/global_content_bg.jpg") repeat-y;
	z-index: 20;
}



.IntContainer /* Style applicable to Bottom Navigation */
{
	width:90%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #3a3a3a;
	padding-right: 20px;
	vertical-align: middle;
}

.separator  /* Style to center a paragraph with a ruling line below */
{
	text-align: center;
	border-bottom-color: #660033;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #660033;
}

/*****************************************************************************/
/*							 Breadcrumb Styles		    		     		 */
/*****************************************************************************/

#crumb{
	padding: 5px 0px 5px 10px;
	color: #AAAAAA;
	float: right;
	font-size: 10px;
}

#crumb a{
	color: #AAAAAA;
}

#crumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/*****************************************************************************/
/*							 Second Page		    		     		 */
/*****************************************************************************/

.rightcontent {
	padding-top: 10px;
}


.rightcontent h2 {

	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.rightcontent h3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.rightcontent h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.rightcontent h5 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 20px 0px 20px 0;
	
}

.rightcontent h6 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #00285f;
	margin-left: 30px;
	padding: 5px 0px 10px 0;
}

.rightcontent p {
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #3a3a3a;
}

.rightcontent a:link {
	color: #2C6AFC;
}

.rightcontent a:active {
	color: #6F98E5;
	text-decoration: none;
}

.rightcontent a:visited {
	color: #5878B5;
}

.rightcontent a:hover {
	color: #009933;
}

.rightcontent ul {
	list-style-type: disc;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;

}

.rightcontent ol {
	list-style-type: decimal;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;

}

.rightcontent ol ol {
    list-style-type: lower-alpha;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.rightcontent ol ol ol {
    list-style-type: lower-roman;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.rightcontent ol ol ol ul {
    list-style-type: square;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.rightcontent ul ul {
    list-style-type: circle;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.rightcontent ul ul ul {
    list-style-type: square;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.rightcontent td {
	list-style-type: none;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-right: 8px;
	text-align: left;
}

.rightcontent td.projlist {
	list-style-type: none;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-right: 8px;
	padding-left: 16px;
	text-align: left;
}

.indent1 {
	padding-left: 28px;
}

.rightcontent.purchasing {
    padding-top: 80px;
}


.rightcontent th 
{
    text-align: left;
}


#presentation {  /* secure/presentation/default.aspx */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
}



             /*End Second Page*/
			 
			 

.SplashImage /* Style applicable to Bottom Navigation */
{
	position: relative;
	width:774px;
	height:235px;
	bottom: 0px;
	left:0px;
	padding: 0px 4px 0px 4px;
	background: black url(../images/shadow.jpg) no-repeat;
}



.Fade_original /* Style applicable to Bottom Navigation */
{
	position: relative;
	width:774px;
	height:100%;
	top: -3px;
	left:0px;
	background: #ffffff url("../images/main_fade.jpg") no-repeat;
		
}

.Fade /* Style applicable to bottom Navigation */
{
	display: block;
	width:774px;
	overflow: hidden;
	background: #ffffff url("../images/main_fade.jpg") no-repeat;
	padding-bottom: 20px;
		
}



.FadeInt /* Style applicable to Bottom Navigation */
{
	position: relative;
	width:774px;
	height:100%;
	top: 10px;
	left:-16px;
	background:  url("../images/global_int_nav_l_x.jpg") no-repeat;
		
}


.IntTitle /* Style applicable to Bottom Navigation */
{
	width:400px;
	height:20px;
	padding: 0px 0px 10px 15px;
	top: 2px;
	left:8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#5878B5;
	float: left;
		
}

.GlobalBot /* Style applicable to Bottom of Page */
{
	width:100%;
	margin-bottom:0px;
	height: 106px;
	text-align: left;
	/*top:0px;
	left:0px;
	position: relative;
	z-index:20;*/
	background: #d8d8d8 url("../images/global_bot_bg.jpg") no-repeat;
}





/*****************************************************************************/
/*							 Bottom Styles		    						 */
/*****************************************************************************/




.Base /* Style applicable to Bottom Navigation */
{
	width:90%;
	height:60px;
	position: relative;
	bottom: 0px;
	left:0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #898989;
	/*z-index:100;*/
		
}


.BaseL /* Bottom Level L */
{
	position:absolute;
	top:20px;
	left:0px;
	width: 55%;
	color: #898989;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.BaseL a:link, .BaseL link, .BaseL a:visited, .BaseL a:active /* TopHeaderRight Link Style */
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}

.BaseL .Link
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.BaseL a:hover /* MenuTopRight Link Style */
{
	color: #727a34; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}

.BaseLBot /* Bottom Level L Bottom */
{
	position:absolute;
	top:40px;
	left:0px;
	width: 60%;
	font-size: 9px;
	color: #898989;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.BaseLBot a:link, .BaseLBot link, .BaseLBot a:visited, .BaseLBot a:active /* TopHeaderRight Link Style */
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.BaseLBot .Link
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.BaseLBot a:hover /* BaseLBot Link Style */
{
	color: #727a34; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}


.BaseR /* Bottom Level R */
{
	position:absolute;
	top:40px;
	right:0px;
	text-align: right;
	width: 40%;
	color: #898989;
	font-size: 9px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.BaseR a:link, .BaseR link, .BaseR a:visited, .BaseR a:active /* TopHeaderRight Link Style */
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.BaseR .Link
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.BaseR a:hover /* BaseR Link Style */
{
	color: #727a34; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}



.BaseRTop /* Bottom Level R Top*/
{
	position:absolute;
	top:20px;
	right:0px;
	width: 45%;
	height:65px;
	text-align: right;
	color: #898989;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}


.BaseRTop a:link, .BaseRTop link, .BaseRTop a:visited, .BaseRTop a:active /* TopHeaderRight Link Style */
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.BaseRTop .Link
{
	color: #898989; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.BaseRTop a:hover /* BaseR Link Style */
{
	color: #727a34; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}






/*****************************************************************************/
/*							 Inline Text Styles		    					 */
/*****************************************************************************/


.maintitle /* Inline Style */
{
	text-align: left;
	color: #659a4a;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}



.mainblue /* Inline Style */
{
	text-align: left;
	color:  #294B73; /*list type*/
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
}


.mainblue a:link, .mainblue link, .mainblue a:visited, .mainblue a:active /* TopHeaderRight Link Style */
{
	color: #294B73; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
 .mainblue a:visited 
{
	color: #294B73; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.mainblue .Link
{
	color: #6c94b8; /* Primary Color Group - Main Color */
	text-decoration: none;
	font-weight: normal;
}
.mainblue a:hover /* Inline Link Style */
{
	color: #80A2CE; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}







.mainred /* Inline Style */
{
	text-align: left;
	color: #3a3a3a;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}


.mainred a:link, .mainred link, .mainred a:visited, .mainred a:active /* TopHeaderRight Link Style */
{
	color: #bd7272; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}
.mainred .Link
{
	color: #bd7272; /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}
.mainred a:hover /* Inline Link Style */
{
    color: #80A2CE;  /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}






.maingreen /* Inline Style */
{
	text-align: left;
	color: #2d407c;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 20px 0px 0px;
}


.maingreen a:link, .maingreen link, .maingreen a:visited, .maingreen a:active /* TopHeaderRight Link Style */
{
	color: #00285F;/* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.maingreen .Link
{
	color: #727a34; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.maingreen a:hover /* Inline Link Style */
{
	color: #80A2CE;  /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: bold;
}







.maingrey /* Inline Style */
{
	text-align: left;
	color: #3a3a3a;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}


.maingrey a:link, .maingrey link, .maingrey a:visited, .maingrey a:active /* TopHeaderRight Link Style */
{
	color: #999999; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.maingrey .Link
{
	color: #999999; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.maingrey a:hover /* Inline Link Style */
{
    color: #80A2CE;  /* Primary Color Group - Main Color */
	text-decoration:underline;
	font-weight: normal;
}



.blue /* Inline Style */
{
	color: #6c94b8;
}


.red /* Inline Style */
{
	color: #bd7272;
}


.green /* Inline Style */
{
	color: #727a34;
	padding-left: 16px;
	font-weight: bold;
}




/*****************************************************************************/
/*							   Type Elements		   						 */
/*****************************************************************************/


.contentheader {

	font-family: Georgia, Times New Roman, serif; 
	font-size: 16px; 
	color: #ee3b33;
	font-weight: bold;
}

.contentheadergrey {

	font-family: Georgia, Times New Roman, serif; 
	font-size: 16px; 
	color: #999999;
	font-weight: bold;
}

.contentheadergreyalt {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999999;
	font-weight: bold;
}


.contentheaderblue /* Used in Current Year End folder as heading class */
{

	font-family: Georgia, Times New Roman, serif; 
	font-size: 16px; 
	color: #4b728f;
	font-weight: bold;
}

.legalbody {

	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999999;
}

.legallarge {

	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
	font-weight: bold;
}



/*****************************************************************************/
/*	     Table Elements	- (CASB, Scientific Equipment, Travel)  	    	 */
/*****************************************************************************/


table {
    border: none;
    table-layout: auto;
}

thead th, tbody th {
    color: #000;  
    padding: 5px 10px 5px 10px;
    border-left: none;
    border-bottom: 1px solid #ccc;
}

tbody th {
    border-top: none;
    text-align: center;
    font-weight: bold;
}

tbody td {
	vertical-align: top;
	padding: 3px;
}

table td.number {  /*CASB*/
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #5878b5;
}


/*****************************************************************************/
/*	     USNH Procedures	    	 */
/*****************************************************************************/

.procedure /* Basic Style for all of the actual Procedure section */
{
	text-align:left;
}

.procedure p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	margin-left: .4in;
}

.ProcTitle /* Style applicable to Procedure Title */
{
	width:400px;
	height:20px;
	padding: 0px 0px 10px 15px;
	top: 2px;
	left:8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color:##336699;
	float: left;
		
}

.procedurecap 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
}

/* Procedure Table styles */
.procedureheader td 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.procedurehighlight 
{
	color: #3399CC;
}

.ProcedureAppTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
	margin-left: 0.5in;
}

.ProcedureApp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.5in;
}

.procedureTabHead {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #00285f;
	font-variant: small-caps;
}

.procedure table {
    border: none;
    table-layout: auto;
	margin-left: .4in;

}

#instructions {
    border: none;
    table-layout: auto;
	margin-left: 0in;
	font-size: 9px;
	position: left;
}

.procedure tr {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
}

.procedure th 
{
    position: left;
}

.procedure td 
{
	position: left;
	height: 12px;
}

/* Procedure Heading Styles */
.procedure h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
}

.procedure H2 /* used for the A, B, C titles on the procedures */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.5in;
	text-indent: -0.25in;
	padding-top: 0.1in;
}

.procedure h3  /* used for the A Summary line - same as H2 but without top padding */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.5in;
	text-indent: -0.25in;
	text-align:left;
	height: auto;
	line-height: .25in;
}

.procedure h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0.5in;
	text-indent: -0.25in;
}

.procedure h5 {			/* Use for Draft at top of pages */
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}

.procedure h6 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #00285f;
	margin-left: 0.75in;
	text-indent: -0.25in;
	font-variant: small-caps;
}

/* Ordered List styles for Procedures */
.procedure ol {
	list-style-type: decimal;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 6px;
}

.procedure ol li{
	margin-bottom: 6px;
}

.procedure ol ol {
    list-style-type: lower-alpha;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ol ol ol {
    list-style-type: lower-roman;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ol ol ol ol {
    list-style-type: square;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ol ol ol ol ol {
    list-style-type:  lower-latin;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ol ol ol ul {
    list-style-type: square;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ol p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	margin-left: 0px;
}

/* Unordered List styles for Procedures */
.procedure ul {
	list-style-type: circle;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;

}

.procedure ul ul {
    list-style-type: circle;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ul ul ul {
    list-style-type: square;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ul.none {
    list-style-type: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure ul p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
}

/* Link styles for Procedures */
.procedure a:link   /*normal links style*/
{
	color: #0000FF;
    text-decoration: none; 
  
}
  
.procedure a:visited 
{
    color: #990099; 
    text-decoration: none; 
}
  
.procedure a:hover    
{ 
    color: #33CCCC; 
    text-decoration: none; 
  
}
  
.procedure a:active   
{
    color: #FFCC00; 
    text-decoration: none; 
}

/* Miscellaneous styles for Procedures */
/* not sure where these are used - so alter at your own risk */
.procedure leftmargin {
	margin-left: .25in;
}

.procedure small {
	font-size: 6px;
	line-height:4px;
}

/* Used for Purchasing Procedure Pages */
/* Ordered List styles for Procedures */
.procedure_purc ol {
	list-style-type: decimal;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

.procedure_purc ol ol {
	list-style-type: lower-alpha;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure_purc ol ol ol {
    list-style-type: lower-roman;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.procedure_purc ol ol ol ul {
    list-style-type: square;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

.procedure_purc ol p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	margin-left: 0px;
	margin-bottom: 20px;
}

/* Unordered List styles for Procedures */
.procedure_purc ul {
	list-style-type: disc;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

.procedure_purc ul ul {
    list-style-type: circle;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

.procedure_purc ul ul ul {
    list-style-type: square;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

.procedure_purc ul p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	margin-bottom: 20px;
}

/* Link styles for Procedures */
/* No idea where these are related to - does not appear to be the procedures grouping ??? */
.indent {
	margin-left: 65px;
}

.title td {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
}

.tabLvl1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800040;
	line-height: 18px;
	font-weight: bold;
}

.tabLvl2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #336699;
	font-weight: bold;
}

.tabHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;

}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #333333;
	background-color: #CCCCCC;
}

.shiftleft {
	left: .5in;
}


             /*End Procedures*/
			 
/*****************************************************************************/
/*	     Imaging	    	 */
/*****************************************************************************/

 td.key {
     font: 10pt Times;
	 border-style:solid;
	 border-width:thin;
	 border-color:#C0C0C0;
	 text-align:center;
	 background-color:#FFFFFF;
	 padding:0 5;
	 width:30;
 }
 td.value {
     font: 10pt Times;
	 border-style:solid;
	 border-width:thin;
	 border-color:#C0C0C0;
	 text-align:left;
	 background-color:#FFFFFF;
	 padding:0 5;
	 width:250;
 }

 td.hi {
     font: 10pt Times;
	 font-weight:bold;
	 border-style:solid;
	 border-width:thin;
	 border-color:#C0C0C0;
	 background-color:#E0E0E0;
	 text-align:center;
	 padding:0;
 }
 th.sect {
     font: 10pt Times;
	 font-weight:bold;
	 background-color:#C0C0C0; 
	 text-align:left;
	 padding:0 5;
	 border-style:solid;
	 border-width:thin;
	 border-color:#606060;
 }
 table.legend {
	 border-style:solid;
	 border-width:thin;
	 border-color:#606060;
	 border-collapse: collapse;
 }

             /*End Imaging*/
.FrontPageHeading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	background-color: #CCCCCC;
	background-position: center;
	text-align: center;
}
.projlistindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 32px;
}
.FYI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.FYI td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

