@charset "utf-8";
/* CSS Document */

/* RESET */
body  {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
}
.globalWrap_y-repeat  {
	background-image: none;
}
.globalWrap_image  {
	background-image: none;
}
.globalWrap_spacer {
	background-image: none;
}
.globalWrap_body { 
	width: 100%;
	margin: 0px 0px;
	text-align: left;
} 
.globalHeader {
	display: none;
}
.globalWrap_container {
	top: 0px;
	left: 0px;
	position: static;
	width: 100%;
	min-height: 0px;
}
.main_content {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 1.2em;
	color: #000000;
	min-height: 0px;
}
.main_content p {
	padding: 0px;
}
.flashvideo {
	display: none;
}
.sidebar1 { 
	margin: 0 0 0 380px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.imageGallery a {
	padding-right: 9px;
}

.imageGallery a img  {
	border: 2px solid #CCCCCC;
	margin-top: 10px;
}
.call-to-action {
	display: none;
}
.subjectNav {
	display: none;
}
.globalFooter {
	display: none;
}
.footer-global-bottom {
	display: none;
}
.footer-terms {
	display: none;
}
.footer-logo {
	font-size: 1.2em;
	text-align: center;
	clear: both;
}
.full-page {
	font-size: 1.2em;
	padding: 30px;
	line-height: 1.5;
	color: #666666;
	
}
.full-page h1 {
	color: #000000;
	padding-bottom: 15px;
	padding-top: 15px;
}
.full-page h2 {
	color: #000000;
}
.full-page p {
	padding-bottom: 15px;
}
#form1 h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#form1 h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#form1 h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#form1 .q {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.page-break-before {
	page-break-before: always;
}
