/*  Special Items for Home Page */
/* ============================ */
/* */
.quote
{
	text-align: center;
	font-style: italic;
	font-size: large;
}

p.welcome
{
	text-align: center;
	color: #009900;
	font-size: large;
}

p.intro
{
	text-align: justify;
	color: #000000;
	margin: 0em;
}

/* ================= */
/* Google Search Box */
/* ================= */
.google
{
	font-size: xx-small;
	font-family: sans-serif;
	padding: 1em 0em 0.5em 2em;
}

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

/* ============ */
/* Home Buttons */
/* ============ */
.buttonbox2
{
	width: 37em;
	padding: 0.7em;
	margin: 0em 0em 5em 5em;
	position: relative;
}

div.button2
{
	position: relative;
	float: left;
	width: 8.5em;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin: 0.45em;
	padding: 0em;
	background-color: #CCFFCC;
}

div.button2 a
{
	padding: 0.2em 0em;
	color: #006600;
	text-decoration: none;
	display: block;
	border-top: 0.2em #66FF66 solid;
	border-left: 0.2em #66FF66 solid;
	border-bottom: 0.2em #66CC66 solid;
	border-right: 0.2em #66CC66 solid;
}

div.button2 a:visited  a:hover
{
}

div.button2 a:active
{
	color: #00CC00;
	border-top: 0.2em #66CC66 solid;
	border-left: 0.2em #66CC66 solid;
	border-bottom: 0.2em #99FF99 solid;
	border-right: 0.2em #99FF99 solid;
}
