
body {	background : #00008B ;
	padding: 0 ;
    	margin : 10 ;
	}


table, tr {	border: 0;
		background-color : transparent ;
		padding: 0 ;
		border-spacing: 0 ;
		margin: 0 ;
		}
	
td {	font-family : Verdana , Helvetica Bold, sans-serif; 
	font-size : 11.5px ;
	color : #000000 ;
	letter-spacing: 0.5px ;
	background-color : transparent ;
	
	
	}



td.main {	background-color: transparent;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff ;
		}

/* Sets background of cell for header image */	

td.head {	font-family : Verdana , Helvetica Bold, sans-serif; 
		font-size : 18px ;
		color : #000000 ;
		font-weight : 800 ;
		text-align: center ;
		background-color: #FFFFFF ;
		
		}


/* Sets background of cell for header navigation */	

td.headbar {	background-color: #ffffff ;
		padding: 0px;
		margin: 0px;
		border-bottom: 1px solid #000000 ;
		}

		


/* Sets style for left hand navigation cell ------------------------  */

td.navleft {	background-color: #ffffff;
		border-right: 1px solid #000000 ;
		
		}
		

#navigation {	background-color : transparent ;
		margin : 0px ; 
		padding: 5px 5px 10px 10px
		width: 165px;
		}

/* Main left hand navigation title NO LINK */

#navigation h1 {	
		font-family : Arial , Helvetica Bold, sans-serif ; 
		font-size : 13.5px ;
		font-weight : 800 ;
		color : #000000 ;
		background-color : #ebf5fc ;
		padding: 0px 0px 0px 10px;
		line-height: 150% ;
		border-top: 1px solid #00008b ;
		border-left: 1px solid #00008b ;
		margin-bottom:  10px ;
		}		


/* Main left hand navigation title with LINK */		

#navigation a.navtitle {	
		font-family : Arial , Helvetica Bold, sans-serif ; 
		font-size : 16.5px ;
		font-weight : 800 ;
		color : #000000 ;
		background-color : transparent ;
		padding: 0px 0px 10px 10px;
		line-height: 150% ;
		margin-bottom:  5px ;
		border-top: 1px solid #FFFDDA ;
		border-left: 1px solid #FFFDDA ;
			}	

	


/* Left hand navigation SUB CATEGORY LINKS as used in Training header NO LINK */

#navigation h2 {display: block;
			color: #000000;
			font-size: 12.5px ;
			letter-spacing: 1.5;
			padding: 10px 0px 0px 10px;
			font-weight: 700 ; 
			text-decoration:none ;
			margin-bottom: 5px ;
		
			}
			
#navigation p.navtitle {display: block;
			color:#000000;
			font-size: 13.5px ;
			padding: 10px 0px 0px 10px;
			font-weight: 800 ; 
			text-decoration:none ;
			border-bottom: 1px solid #00008b ;
			margin-bottom: 5px ;
		
			}

/* Left hand navigation SUB CATEGORY LINKS as used in Training header with LINK */

#navigation a.category {display: block;
			color:#000000;
			font-size: 11.5px ;
			padding: 10px 0px 7px 10px;
			font-weight: 500 ; 
			text-decoration:none ;
			border-top: 1px solid #FFFDDA ;
			border-left: 1px solid #FFFDDA ;
			margin-bottom: 5px ;
		
			}
			
			


/* Left hand navigation database generated links */

#navigation a {display: block;
			font-family : Verdana , Helvetica Bold, sans-serif; 
			color:normal;
			font-size: 11px ;
			padding: 3px 0px 0px 10px;
			text-decoration:underline ;
			margin-bottom: 5px ;
		
			}
			

#navigation a:link.current  {	color:#00008b; 
				text-decoration:none ;	
				}
				
#navigation a:visited.current  {	color:red; 
					text-decoration:none ;	
					}
					
#navigation a:hover {	background-color:#ffffff; 
			color:#339; 
			text-decoration:none ;
			}
			
#navigation a:hover.current {	background-color:transparent; 
				color:#000000;
				text-decoration:none ;
				cursor:default
				}


/* Footer style for cell containing footer notes */
		
td.footerinfo {	background-color: #ffffff;
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		font-size : 10.5px ;
		text-align: center;
		color : #FF9900 ;
		padding-bottom: 5px ;
		
		}

/* Footer style for cell containing footer bar */
td.footer {	background-color : #3300ff ;
		}




