/* ==== Special Items, Mostly for Home Page ==== */
/* ============================================= */
/*                                               */
/* Swirl Graphic */
/* ============= */
img.swirl
{
	border: 0em;
	float: left;
	clear: right;
	padding: 1.1em 0.2em 0em 1.8em;
	width: 10em;
	height: 8.75em;
}

p.swirl
{
	text-align: center;
	font-weight: bold;
	font-size: 360%;
	padding: 0.3em 0em 0em 0em;
}

/* Vernal Definition */
/* ================= */
.vernal
{
	color: #009900;
	text-align: center;
	padding: 0em 0em;
}

/* Google Search Box */
/* ================= */
#main .google
{
	font-size: xx-small;
	padding: 2em 0em 0.5em 2em;
	text-align: center;
}

#main img.google1
{
	height: 2.5em;
	position: relative;
	top: 1em;
	border-style: none;
}

/* Personnel Pictures */
/* ================== */
div.photoframe
{
	padding: 0.5em 0em 0.3em 0.5em;
	float: right;
}

img.personnel
{
	height: 13.06em;
	width: 12em;
	border-style: none;
	padding: 1em 0em 0em 0.5em;
}

p.caption
{
	margin: 0em 0em 0em 1em;
	font-size: xx-small;
	color: #333333;
	text-align: center;
}


