/**************** General Classes *****************/
body {
	background-color: #FFFFFF; /* Global White */
}

#homePage {
	background-image: none;
}

#subPage {
	background-image: none;	
}

#globalContainer {
	margin-left: -80pt;
	margin-right: 30pt;
}

h1 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
	padding-bottom: 2pt;
}

h2 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
	padding-bottom: 2pt;
}

h3 {
	font-size: 11pt;
	color: #6699cc; /* Primary */
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#innerContainer img {
	display: none;
}

#innerContainer p a {
	color: #4b4b4b;
}

a {
 color: #4b4b4b;
 text-decoration: none;
}

p {
	font: 11pt "Times New Roman", Times, serif;
}

p em {
	font: 11pt "Times New Roman", Times, serif;
	font-style: italic;
	color: #4b4b4b;
}

p strong {
	color: #4b4b4b;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}

p a {
	font: 11pt "Times New Roman", Times, serif;
	color: #4b4b4b;
}

p.noSpace {
	margin: 0px;
}

#footer {
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #000000;
}

p.copyright {
	text-align: center;
}

/**************** Header Classes *****************/
#topHead {
	text-align: center;
	border: none;
}

#topHead img {
	display: none;
}

#topHeadText {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
	padding-bottom: 2pt;
	text-align: center;
}

/*#topHead h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}*/


#homePage #header {
	display: none;
}

#subPage #header {
	display: none;
}

#header #mainFeatured {
	display: none;
}
#homePage #header #mainFeatured {
	display: none;
}
#subPage #header #mainFeatured {
	display: none;
}

#homePage #header #mainFeatured h1 {
	display: none;
}

/**************** Top Nav Classes *****************/
#topNavOuter {
	display: none;
}

#topNav {
	display: none;		
}

/*#topNav table, #topNav ul {
 float: right;
}*/

/**************** Footer Classes *****************/
div.siteFooterLinks {
	display: none;
}
/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	border: none;	
	background: none;
	margin-top: -20pt;
}
#homePage #innerContainer {
	background-image: none;
}
#subPage #innerContainer {
	background-image: none;
}

#innerContainer #innerLeft {
	display: none;
}
#homePage #innerContainer #innerLeft {
	display: none;
}

#subPage #innerContainer #innerLeft {
	display: none;
}

#innerContainer #innerRight {
	/*float: left;
  padding: 2px;*/
}

#subPage #innerContainer #innerRight {
  /*float: none;
  margin-left: 190px;
  padding: 5px;*/
}

/**************** Resources Classes *****************/
#resources {
	color: #4B74D5; /* Secondary */
	padding: 4px 5px;
	text-align: center;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	display: none;
}

#homePage #sideNav a {
  text-decoration: none;		
}

#homePage #sideNav a {
	display: block;
}

#homePage #featured {
	margin-left: 110pt;
}

#homePage #featured .featuredLeft img {
	display: none;
}

#homePage #featured .featuredRight {
	display: none;
}

#homePage #featured h1 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
