*, body {
	font-family: Arial, Helvetica, sans-serif;
}
/**************** General Classes *****************/
body {
	margin: 4px 4px 0px 4px;
	background-color: #7F7F7F; /* Neutral Gray, Hard coded for all color pallettes */
	font-size: 13px; /* Font Size */
	line-height: 14px;
}
p.intro {
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: bolder;
}
p {
	font-size: 13px;
	margin: 0px;
	letter-spacing: 0.03em;
	line-height: 18px;
}

a {
	font-weight: normal;
	text-decoration: none;
}
a:link  {
	color: #006699; /* Link */
}

a:visited  {
	color: #999966; /* Link */
}
a:hover {
	color: #663333;
}


a.callToAction {
	font-weight: bold;
}
/* start global styles */
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 6px 0px;
	padding: 0px;
	color: #000;
	}	
h3.first {
	margin: 0px;
}	

h3.backToTop{
	display: block;
	margin: 26px 25px;
}
	
ul {
	list-style-type: square;
	font-size: 12px;
	margin: 10px 0px;
	padding: 0px 15px;
}
ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}


ul.bold li {
	margin-top: 2px;
}
ul.noBullet li{
	margin-top: 4px; 
}

li.default{
	color: #000000; /* Text Dark */
	margin: 10px 0px 10px 10px;
}
li.highlight{
	color: #2D2B2E; /* Text Dark */
}
li.linked{
	color: #383644;
}

.bold{
	font-weight: bold;
}
	
.textFloat {
	padding-left: 10px;
	margin-left: 204px;
}

.textFloat h2{
	margin-top: 0px;
}
.headerLogo {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
	background-attachment: fixed;
}
.LogoContainer  {
	height: 108px;
}

/**************** Header Classes *****************/
.headerSiteName {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.headerTagline {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.resources a:link, .resources a:visited, .resources a:hover, .resources a:active  {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	text-decoration: underline;
}

.resourcesHeadline {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 11px;

}

.homeSideNavBodyHeadline {
	font-size: 12px;
	font-weight: bold;
}

.homeContentBody a:link, .homeContentBody a:visited, .homeContentBody a:hover, .homeContentBody a:active{
	color: #D7E6F9; /* Nav Light */
	font-weight: normal;
}

.featuredHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /* Global White */
}

a.subMainContentBody {
	color: #383644; /* Primary */
	font-weight: normal;
	font-size: 11px;
}

a.homeSideNavBody {
	color: #2D2B2E; /* Text Dark */
	font-weight: normal;
	text-decoration: underline;
}
ol {
	font-size: 12px;
	color: #000;
}
ol  li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.aboveFooter .copyright {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 15px 10px;
	padding: 5px 25px 0px 0px;
}
.historySlides {
	background-color: #34373E;
	width: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: thin solid #FFF;
	text-align: center;
}
.historySlides a{
	color: #FFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.historySlides a:hover{
	color: #00A5CE;
	text-decoration:none;
}#homePage .outerTD #homeSideNavWrapper .homeSideNav .homeSideNavBody label {
	font-size: 10px;
	font-weight: bolder;
	color: #383644;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 0px;
}
