/* CSS Document */

/* layout */
body {
    background-color:#F8DCAC;
    font-family: "Humanist 521 BT", "tahoma", "arial", sans-serif;
}

#unitnav	{position: relative;
		top:0px;
		
		width:780px;
		border-bottom:medium;
		border-bottom-style:outset;
		border-bottom-color:#666666;
		z-index: 1;

}
#header {position: relative;
		top: -10px;
		
		width:780px;
		background-color:#535D6F;
		
		

}

#nav	{position: relative;
		top: -10px;
		width: 780px;
		border-bottom:medium;
		border-bottom-style:outset;
		border-bottom-color:#333333;
		
		}

#content	{position: relative;
			top: -18px;
			background:url(images/page body.jpg);
			background-repeat:repeat-x;
			width: 780px;
			border-top:medium;
		border-top-style:outset;
		border-top-color:#333333;
			
			}


/* Text */

.t	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-top:0px;
		}

.ti	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		text-indent: 20px;
		margin-top:0px;
		}
		
span.tg {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #666666;
		font-size: 13px;
		font-weight: bold;
}
		
.tonomarg {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		}
		
.caption {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:14px;
		color:#410103;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		}
.credit {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:11px;
		color:#410103;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		text-align:right;
		}
		
.title {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #410103;
		margin-left: 40px;
		margin-right: 35px;
		margin-top: 5px;
		}
		
.titleb {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		margin-left: 40px;
		margin-right: 35px;
		margin-top: 5px;
		}
				
span.date {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #333333;
		font-size: 14px;
		font-weight: bold;
}
ol	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:50px;
		margin-right:10px;
		margin-top:0px;
		}
li	{margin-top: 5px;}
		
a {font-family: "Humanist 521 BT", "tahoma", "arial";
	color: #410103;
	}
a.link {font-family: "Humanist 521 BT", "tahoma", "arial";
		color:#0000FF;
		}
		
a.link:hover {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	
a.link:visited {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #330099;
		}	
		
a.link.active {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	
	
	#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #fef6d2;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
font-family: "Humanist 521 BT", "tahoma", "arial";
font-size: 13px;
font-weight: bold;
color: #410103;}

.photo {
    margin: 10px auto;
    text-align: left;
    width: 650px;
}
    .photo img {
        display: block;
        margin: 0 auto;
    }
    .photo p {
        font-size: 11px;
    }

