a.aboutsubLink{Color: #FFCC33; Font-Weight: bold; Text-Decoration: none; font-size: 10px; text-transform: uppercase;}
a.aboutsubLink:Active{Color: #FFCC33; Font-Weight: bold; Text-Decoration: none; cursor: hand; font-size: 10px}
a.aboutsubLink:Visited{Color: #FFCC33; Font-Weight: bold; Text-Decoration: none; font-size: 10px}
a.aboutsubLink:Hover{Color: #ffffff; Font-Weight: bold; Text-Decoration: none; cursor: hand; font-size: 10px}

.footerText{font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 9px; color: #666666; font-weight: bold; text-transform: uppercase; line-height: 40px;}

a.footerLink{Color: #666666; Font-Weight: bold; Text-Decoration: none; font-size: 9px; text-transform: uppercase;}
a.footerLink:Active{Color: #666666; Font-Weight: bold; Text-Decoration: none; cursor: hand; font-size: 9px}
a.footerLink:Visited{Color: #666666; Font-Weight: bold; Text-Decoration: none; font-size: 9px}
a.footerLink:Hover{Color: #000000; Font-Weight: bold; Text-Decoration: none; cursor: hand; font-size: 9px}

.pageonText{font-family: Helvetica, sans-serif; font-size: 10px; color: #988267; font-weight: bold}

.testimonials{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}

.paragraphHeaderContent{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}

.paragraphHeader{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}

.smallHeader{font-family: "Century Schoolbook L", "Times New Roman", serif; font-size: 36px; font-weight: normal; font-style: italic; color: #666666}

.smallHeader2{font-family: "Century Schoolbook L", "Times New Roman", serif; font-size: 24px; font-weight: normal; font-style: italic; color: #666666}

.formtext{font-size: 11px;}

p.big {line-height: 150%}

.noteText{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: italic;
}

body #fixedElement {
    position:fixed !important;
    position: absolute; /*ie6 */
    bottom: 0;
}
#fixed-div {
	width: 1920px;
   	position: fixed; z-index: 1;
  	 top: 0px;
   	left: 50%;
   	margin-left: -960px; /*half the size of width*/
}