body {
font-family: Arial;
font-size: 12px;
color:#545454;
text-align:justify;
margin-top:0px;
margin-left:0px;
background-image:url(images/headerTile.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

a{
outline:none;
}

#header{
	background-image:url(images/topGlow.png);
	background-repeat:no-repeat;
}

.navLink{
	color:#FFFFFF;
	text-decoration:none;
}

.navLink:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.slideshowMainBg{
	background-image:url(images/SlideshowOuter.jpg);
	background-repeat:repeat-x;
	padding:10px;
}

.slideshowInner{
	background-image:url(images/slideshowTile.jpg);
	background-repeat:repeat-x;
	padding:10px;
	height:220px;
	text-align:center;
	background-color:#41c0f2;
}

.pageTitle{
	font-size:18px;
	color:#377099;
}

.colorDifference{
	font-size:18px;
	color:#ffa800;
}

.subTitle{
	font-size:14px;
	color:#377099;
}

.sectionTitle{
	color:#377099;
	font-weight:bold;
}

.textLink{
	color:#377099;
	text-decoration:underline;
}

.footerNavBg{
	background-image:url(images/footerNavTile.jpg);
	background-repeat:repeat-x;
	height:37px;
	vertical-align:middle;
}

.footerBg{
	background-image:url(images/footerTile.jpg);
	background-repeat:repeat-x;
	height:57px;
	vertical-align:top;
	padding-top:5px;
}

.footerText{
	color:#FFFFFF;
	font-size:11px;
}