/* General purpose styles */
body
{
	background-color: #000080;
	font: 100% serif;
	color: #000000;
	margin: 15px;
	padding: 0px;
}

.subpageheader { font-family: serif; text-transform: uppercase; font-weight: bold; color:#FFFF00; font-size: 125%;}


/* <a> tag */
a:link
{
	color: #0000FF;
}
a:visited
{
	color: #AA00AA;
}
a:hover
{
	color: #FF0000;
}
a:active
{
	color: #00FF00;
}

a#contact
{
	background: transparent url("images/Contactus_btns.png") no-repeat;
}
a#cred
{
	background: transparent url("images/Credentials_btns.png") no-repeat;
}
a#curriculum
{
	background: transparent url("images/Curriculum_btns.png") no-repeat;
}
a#directions
{
	background: transparent url("images/Directions_btns.png") no-repeat;
}
a#exp
{
	background: transparent url("images/Experience_btns.png") no-repeat;
}
a#home
{
	background: transparent url("images/Home_btns.png") no-repeat;
}
a#tutorinfo
{
	background: transparent url("images/Tutorinfo_btns.png") no-repeat;
}
a#links
{
	background: transparent url("images/Links_btns.png") no-repeat;
}
a#map
{
	background: transparent url("images/Map_btns.png") no-repeat;
}
a#homeschool
{
	background: transparent url("images/Homeschool_btns.png") no-repeat;
}


div#bottomleft a
{
	height: 20px;
	width: 100px;
	margin: 12px 17px;
	display: block;
}
div#bottomleft a:link
{
	background-position: 0px 0px;
}
div#bottomleft a:visited
{
	background-position: 0px 0px;
}
div#bottomleft a:hover
{
	background-position: 0px -20px;
}
div#bottomleft a:active
{
	background-position: 0px -40px;
}

p.img
{
	margin: 0px auto;
	text-align: center;
}
