/* Layout Styles */
body 
{
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#003E7E;
	background:#BAC4D0;
}

#Container
{
	width:800px;
	height:665px;
	margin:auto;
	padding:0px 0px 10px 0px;
	border:#E6EBF0 1px solid;
	background:#FFFFFF;
	position:relative;
}
#headerImage
{
	width:800px;
	height:371px;
	background:url(../images/homepage_header_summer09.jpg);
}
#mainArea
{
	width:740px;
	padding:10px 30px 0px 30px;
}
#ContainerFooter
{
	width:800px;
	margin:3px auto 0px auto;
	height:30px;
	font-size:11px;
	text-align:center;
	line-height:1.2em;
	color:#003E7E;
}
#countDown
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#BottomStap
{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	height:114px;
	width:800px;
	z-index:1;
	background:url(../images/home_images/logo_strap_index.gif);
}

/* Font Styles */
h1 
{
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
h1 a
{
	font-size:17px;
	color:#77A2CB;
	text-decoration:none;
}
h1 a:hover
{
	font-size:17px;
	color:#77A2CB;
	text-decoration:underline;
}
h2
{
	font-size:15px;
	margin:0px 0px 5px 0px;
	color:#B4CBE2;
}
a.externalLink 
{
	font-size:11px;
	color:#77A2CB;
	text-decoration:none;
}
a.externalLink:hover
{
	font-size:11px;
	text-decoration:underline;
	color:#77A2CB;
}


