/* CSS Document */
.header{
	font-weight: bold;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.headerlink{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.headerlink:hover{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color:#78C7EB;
	font-family:Arial;
	font-size:11px;
	text-decoration: underline;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005C96;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}
.subheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
}
.GALLINA {
	color: #005C96;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
}
.tablespacing {
	margin-left: 20px;
	margin-bottom: 15px;
}
.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodycopy-noinset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.link{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color:#3A6684;
	text-decoration: none;
}
.captionline{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color:#3A6684;
	text-decoration: none;
}
.link:hover{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color:#005C96;
	text-decoration: underline;
}
.bluecopy{
	color: #005C96;
}

/* PHOTO GAPPERY */
.phppgtitleband { /* table, holds $page_title, $left_content, $right_content */
	margin:10px auto 0 auto; 
	padding:0; 
	background-color: #EEE; 
	border: 1px solid #CCC; 
	width: 100%;
	font-size: 90%; 
}
.phppgtitleband td {
	width:33%;
	padding: 5px;
}
.phppgmainbox { /* holds next/prev links and main image */
	margin:10px auto 0 auto; 
	padding:0; 
	min-height:400px;
}
.phppgnextbox { /* holds next and previous links */
	margin-bottom:5px; 
	padding:0;
	text-align:center; 
}
.phppgimagebox { /* table, holds main image */
	margin:0 auto 0 auto;
	padding:0;
}
.phppgimageframe { /* frame around main image */
	width: auto; 
	border: 1px solid #CCC; 
	background-color: #EEE; 
	padding: 15px 15px 40px 15px;
}
.phppgimagetag { /* main image's img tag style */
	border: 1px solid #CCC;
}
.phppggifbox { /* table style that holds gif thumbnail's */
	margin:0px auto 0 auto; 
	padding:0; 
	border-collapse:collapse;
}
.phppggifbox td {
	padding: 5px; 
	/*border:1px solid #999;*/
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
}
.bodycopyheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005C96;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	padding:20px 0px 0px 0px;
}