@charset "utf-8";
/* CSS Document */

body 
{ 
 margin: 0; 
 padding: 0; 
 padding-top: 10px;
 text-align: center; 
} 
#centered
{ 
 width: 971px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
} 

#footer {font-family: Arial, Helvetica, sans-serif; text-align:left; color:#000; font-size:10px; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}

h1 {
	color:#0105A5;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}
.h1-italic {color:#0105A5;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

.h1red {font-family:Arial, Helvetica, sans-serif; font-size:26px; color:#A00; }

h2 {
	color:#000134;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#sub-logo {width:971px; height:5px; background-color:#FFF; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}

.boldtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-strength: bold;
	font-weight: bolder;
}

#image {border-bottom:solid; border-bottom-color:#FFF; border-top:solid; border-top-color:#FFF; }

#content
{
	width: 975px;
	text-align:left;
	border:1px;
	height:auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content-photo
{
	width: 975px;
	text-align:left;
	border:5px solid #009;
	margin-top: -15px;
	padding-top: -15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.text-content {font-family:Arial, Helvetica, sans-serif; font-size:15px; }

.cursive {
	font-family:"Bradley Hand ITC";
	font-size:18px;
	color:#039;
	font-weight: bold;
}

.typetxt {font-family:"American Typewriter"; color:#000; }
.lgtype {font-family:"American Typewriter"; color:#000000; font-size:38px;}

.bluTxt {color:#00C; font-family:Arial, Helvetica, sans-serif; }

.redtxt {font-family:Arial, Helvetica, sans-serif; color:#A00; }

.signature {
	font-family:"Handwriting - Dakota";
	color:#003;
	font-size:24px;
}

li {list-style-image:url(images/squre.png);}

.grungetxt {font-family:fantasy; font-size:38px; color:#000;}

#slideshowHolder {
	text-align:center;
	border-color:#006;
	border-width:medium;
	background-color: #006;
	margin-left: 25px;
}
.type-italic {
	font-family:"American Typewriter";
	color:#000;
	font-size: 20px;
	font-style: italic;
	line-height: 38px;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px; 
position: relative; 
  top: -5px; 
  left:-5px;

}
.figure p {
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 5em;
}
.figure {
	float:left;
	width: 122px;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
}

.photo {
	background-image: url(images/drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

