@charset "utf-8";
/* Formatting CSS Document */
#headerTagline {
	position:absolute;
	top:0;
	left:10px;
	width:390px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:24px;
}
#headerNavigation {
	position:absolute;
	top:3px;
	left:396px;
	width:390px;
	font-size:12px;
	line-height:24px;
	text-align:right;
}
#headerNavigation li {
	display:inline;
}
#headerNavigation a:link, #headerNavigation a:visited {
	padding:0 2px;
	color:white;
	text-decoration:none;
}
#headerNavigation a:hover, #headerNavigation a:active {
	text-decoration:underline;
}
#mastheadArea a {
	display:block;
	width:550px;
	height:125px;
	background-color:transparent;
	background-image:url(../images/mastheadLink.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#primaryNavigation {
	padding:0 10px;
}
#primaryNavigation li {
	display:inline;
	margin:0;
	padding:0;
}
#primaryNavigation a {
	float:left;
	padding:0 0 0 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:25px;
	text-transform:uppercase;
	text-decoration:none;
	color:rgb(4,78,109);
}
#primaryNavigation a span {
	float:left;
	display:block;
	padding:0 9px 0 5px;	
}
#primaryNavigation a:hover span {
	color: black;
}
#primaryNavigation #currentPrimaryTab a {
	background:url(../images/primaryNavTabLeftActive.jpg) no-repeat left top;
}
#primaryNavigation #currentPrimaryTab a span {
	background:url(../images/primaryNavTabRightActive.jpg) no-repeat right top;
}
#secondaryNavigation {
	height:25px;
	background-color:transparent;
	background-image:url(../images/secondaryNavigationBackground.png);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:25px;
}
#secondaryNavigation li {
	display:inline;
}
#secondaryNavigation a:link,
#secondaryNavigation a:visited {
	float:left;
	display:block;
	height:25px;
	padding:0 9px;
	text-decoration:none;
	color:rgb(2,159,249);
}
#secondaryNavigation a:hover,
#secondaryNavigation a:active {
	color:black;
}
#secondaryNavigation #currentSecondaryTab a {
	background-color:transparent;
	background-image:url(../images/secondaryNavActive.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:rgb(4,78,109);
}
#primaryContentArea {
	padding:20px;
}
#primaryContentArea h1:first-child {
	margin-top:0;
}
#primaryContentArea h1 {
	margin:6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
#primaryContentArea h2 {
	margin:12px 0 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#primaryContentArea h3 {}
#primaryContentArea h4 {}
#primaryContentArea h5 {}
#primaryContentArea h6 {}
#primaryContentArea p {
	margin:6px 0;
	font-size:14px;
	line-height:18px;
}
#primaryContentArea ol {}
#primaryContentArea ul {
	margin:6px 30px;
	list-style-type:square;
	font-size:14px;
	line-height:18px;
}
#primaryContentArea ul li {
	margin-bottom:4px;
}
#primaryContentArea blockquote {}
#primaryContentArea a:link,
#primaryContentArea a:visited {
	color:rgb(4,78,109);
}
#primaryContentArea a:hover,
#primaryContentArea a:active {
	background-color:rgb(4,78,109);
	color:white;
	text-decoration:none;
}
#promotionalArea p {
	font-size:14px;
	line-height:20px;
	color:white;
}
#sidebarContentArea h1 {
	margin:6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
#sidebarContentArea h2 {}
#sidebarContentArea p {
	margin:6px 0;
	font-size:14px;
	line-height:18px;
}
#sidebarContentArea ol {}
#sidebarContentArea ul {
	margin:6px 20px;
	list-style-type:square;
	font-size:14px;
	line-height:18px;
}
#sidebarContentArea ul li {
	margin-bottom:4px;
}
#sidebarContentArea a:link,
#sidebarContentArea a:visited {
	text-decoration:underline;
	color:rgb(4,78,109);
}
#sidebarContentArea a:hover,
#sidebarContentArea a:active {
	color:black;
}
#sidebarContentArea .linkList {
	margin:6px 0;
	list-style-type:none;
}
#sidebarContentArea .linkList li {
	margin-bottom:2px;
}
#sidebarContentArea .linkList a:link,
#sidebarContentArea .linkList a:visited {
	padding:0 0 0 18px;
	background-color:transparent;
	background-image:url(../images/linkListBullet.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
}
#sidebarContentArea .linkList a:hover,
#sidebarContentArea .linkList a:active {
	text-decoration:underline;
}
#sidebarContentArea  .featured {
	margin:6px 0;
	list-style-type:none;
}
#sidebarContentArea  .featured li {
	margin-bottom:2px;
}
#sidebarContentArea .featured a:link,
#sidebarContentArea .featured a:visited {
	padding:0 0 0 18px;
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
}
#footerCopyright {
	position:absolute;
	top:0;
	left:10px;
	width:390px;
	font-size:12px;
	line-height:24px;
}
#footerNavigation {
	position:absolute;
	top:0;
	left:400px;
	width:390px;
	font-size:12px;
	line-height:24px;
	text-align:right;
}
#footerNavigation li {
	display:inline;
}
#footerNavigation a:link, #footerNavigation a:visited {
	padding:0 2px;
	color:white;
	text-decoration:none;
}
#footerNavigation a:hover, #footerNavigation a:active {
	text-decoration:underline;
}
.moreLink {
	padding:0 4px;
	display:inline-block;
	height:14px;
	background-color:rgb(4,78,109);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	color:white;
}

