﻿/*****
 *****	Home Page Splash
 *****/
 
.HomePageSplash
{
	position: relative;
	height: 300px;
}
.HomePageSplash_Baby
{
	position: absolute;
	top: 90px;
	left: 200px;
}
.HomePageSplash_Text
{
	position: absolute;
	top: 10px;
	left: 275px;
}
.HomePageSplash_Caption
{
	position: absolute;
	top: 225px;
	left: 575px;
	font-size: 124%;
	font-style: italic;
	text-align: right;
}

/*****
 *****	Site Navigation
 *****/
 
.MainNavTable
{
	font-family: Sans-Serif;
	text-align: center;
	letter-spacing: 1px;
	color: #606060;
	width: 95%;
	font-size: 90%;
	margin: auto;
}
.MainNavTable a
{
	color: #2266AA;
	text-decoration: none;
}
.MainNavTable a:visited
{
	color: #2266AA;
	text-decoration: none;
}
.MainNavTable a:hover
{
	color: Maroon;
	text-decoration: none;
}

/*****
 *****	Area Navigation
 *****/

.AreaNav
{
	float: left;
	margin-top: 12px;
	margin-right: 32px;
	margin-bottom: 12px;
	white-space: nowrap;
	line-height: 175%;
	font-family: Sans-Serif;
	font-size: 90%;
	color: #2266AA;
}

.AreaNav a
{
	text-decoration: none;
	color: #2266AA;
}

.AreaNav a:visited
{
	color: #2266AA;
	text-decoration: none;
}

.AreaNav a:hover
{
	color: Maroon;
	text-decoration: none;
}


