/* Positioning DIV tag containers */

#centeringdiv { 						width: 770px; 
										text-align: center;
										margin-left: auto; 
										margin-right: auto; 
										border: #756b8a 1px solid
					}
					

.centerContent { 						background: #fff url(images/if_header_27.gif) no-repeat; 
				}
				
.leftContent { 							background: #e7eddf url(images/locnavbg.jpg) no-repeat
				}
				
.rightContent { 						background: #fff url(images/if_header_29.gif) right bottom no-repeat 
				}


/* Formatting Tags -- HTML Selectors */
body { 									text-align: center;
										font: 12px Verdana, Arial, Helvetica, sans-serif;
										color:#756b8a;
										}

h1 { 									
										font-size: 14px; 
										font-weight: 700; 
										letter-spacing: 3px;
										padding-left: 2px;
										border-left: 1px solid #756b8a;
										border-bottom: 1px solid #756b8a;
										margin-left: 2px;
										margin-bottom: 10px; 
										margin-top: 25px
	}

.subheader {							font-size: 12px;
										letter-spacing: 2px
			}

h1.topheader { 									
										font-size: 14px; 
										font-weight: 700; 
										text-align: left;
										letter-spacing: 3px;
										padding-left: 2px;
										border-left: 1px solid #756b8a;
										border-bottom: 1px solid #756b8a;
										margin-left: 2px;
										margin-bottom: 10px; 
										margin-top: 10px
	}

h5 { 									font-size: 14px;
										font-weight: 700; 
										margin-bottom: 10px; 
										margin-top: 25px 
	}

h6 { 									font-size: 11px; 
										font-weight: 700; 
										display: block;
										width: 150px;
										text-align: left;
										margin-left: 2px; 
										margin-top: 5px; 
										margin-bottom: 0px 
	}


/* Formatting Tags -- Classes */
.sidenav { 								font-size: 10px;
										color: #756b8a; 
										margin-left: 15px; 
			}

/* Formatting Tags -- Pseudo-Classes */
td.leftContent ul { 					color:#756b8a; 
										font-size: 10px; 
										line-height: 15px; 
										text-align: left;
										width: 125px;										
										margin-left: 10
					}
			
a {										font-size: 10px;
										text-decoration: none			
	}

a:link {								color: #756b8a;
										text-decoration: none
						}

a:visited {								color: #9589af;
										text-decoration: none
							}

a:hover {								text-decoration: underline }

a:active {								color: #98a777;
										text-decoration: underline
							}







td.leftContent a {		 				display: block;
										width: 150px;
										text-align: left;
										color: #756b8a;
										font: 14px;
										text-decoration: none;
										margin-left: 15px;
										margin-bottom: 15px
					}
						
td.leftContent a:link { 				color: #756b8a;
										font-size: 10px;
										text-decoration: none
						}

td.leftContent a:visited { 				color: #9589af;
										text-decoration: none
							}

td.leftContent a:hover {				text-decoration: underline }

td.leftContent a:active {				color: #98a777;
										text-decoration: underline
							}

td.leftContent span.selected {		 	display: block;
										width: 150px;
										text-align: left;
										color: #756b8a;
										font-size: 14px;
										font-weight: 700;
										text-decoration: none;
										margin-left: 5px;
										margin-bottom: 15px
					}
						




td.centerContent ul, td.centerContent ol { 					color:#756b8a; 
										font-size: 10px; 
										font-weight: bold; 
										line-height: 15px; 
										text-align: left;  
										width: 325px; 
										border-bottom: 0px;
										padding-bottom: 0px;
										margin-bottom: 0px 
			}

td.centerContent ul li ul { 			color:#756b8a; 
										font-size: 10px; 
										font-weight: bold; 
										text-align: left; 
										line-height: 15px;  
										width: 275px 
								}
								
td.centerContent p { 					color: #756b8a; 
										font-size: 12px; 
										text-align: left; 
										margin-left: 15px;
										margin-bottom: 0px;
										line-height: 15px; 
										width: 340px
						}
						
td.centerContent p.quote { 				text-align: left;
										font-style: italic;
										display: block;
										margin: 30px 0px 0px 35px;
										width: 280px						}
						
td.centerContent p.attributed { 		font-size: 10px;
										margin: 5px 0px 0px 55px;
										line-height: 12px; 
										width: 240px
						}
						
.harris {								margin-top: 20px;
										border: 1px solid #756b8a;
										border-right: 0px
		}

td.rightContent span.harristitle {		font-size: 10px;
										font-weight: 700;
										color: #756b8a;
										display: block
				}

td.rightContent span.harriscredit {		font-size: 10px;
										color: #756b8a
				}
				
td.rightContent span.harriscredit a {	color: #9966FF;
										text-decoration: underline;
					}
