@charset "utf-8";
body {
	font-family: 'Times New Roman';
	font-size: 100%;
	background: #dedede;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3 {
	color: #980000;
}
h1 {
     margin-top: -5px;
	 font-family: 'Times New Roman';
     font-size: 40px;
     letter-spacing: -.04em;
     line-height: 1em;
}
h2 {
	 margin-top: -10px;
	 font-family: 'Times New Roman';
     font-size: 18px;
     letter-spacing: -.04em;
     line-height: 1em;
	 color: #000;
}
UL
{
	margin: -40px 0px 0px 25px;
	padding: 0;
	list-style: none;
}
LI
{
	padding: 17px 0px 15px 47px;
	text-align: left;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	font-style: italic;
}
#wrapper {
	width: 1055px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 1055px;
	height: 40px;
	background-image: url(images/topsection.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0px;
	text-align: center;
}
#leftCol {
	width: 523px;
	float: left;
}
#rightCol {
	width: 532px;
	float: left;
}
#leftCol2 {
	width: 500px;
	float: left;
	margin-top:50px;
}
#rightCol2 {
	width: 500px;
	float: left;
	margin-top:50px;
}
#underRightCol2 {
	clear:both;
}
#noHeading {
	width: 500px;
	height: 477px;
	margin-left: 6px;
	background-image: url(images/nobg.jpg);
}
#storyOne {
	width: 994px;
	height: auto;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	margin-bottom: 20px;
}
#storyOne h2 {
	font-size:30px;
	margin-left: 20px;
	margin-bottom: 50px;
}
#storyTwo {
	width: 994px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#storyTwoLeft {
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	float:left;
	clear: both;
	width: 260px;
	height: 791px;
}
#storyTwoRight {
	width: 734px;
	margin: 0 auto;
	float:left;
	border: 0px solid #000000;
	text-align: left;
}
#storyTwoRight h2 {
	font-size:30px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#footer {
	clear: both;
	text-align: center;
	width: 1055px;
	height: 40px;
	background-image: url(images/bottom.jpg);
}
#footer a {
	font-size: 9px;
	margin-top: 0px;
	color: #06F;
}
#footer p {
	font-size: 9px;
	margin-top: 0px;
	color: #06F;
}
#leftCol p {
	text-align: left;
	margin-left: 40px;
}
#rightCol p {
	text-align: left;
	margin-right: 40px;
	margin-left:10px;
}
#closing p {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}
#sepOne {
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	width: 1055px;
	height: 62px;
	clear: both;
}
#sepTwo {
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	width: 1055px;
	height: 62px;
	clear: both;
}
#question {
	background-image: url(images/question.jpg);
	background-repeat: no-repeat;
	width: 1055px;
	height: 113px;
	clear: both;
}
.whiteHuge {
	 font-family: 'Times New Roman';
     text-transform: uppercase;
	 font-weight: bold;
     font-size: 220px;
     letter-spacing: -.04em;
     margin: 0;
	 color: #FFF;
}
.whiteBig {
	 font-family: 'Times New Roman';
     text-transform: uppercase;
	 font-weight: bold;
     font-size: 32px;
	 line-height: 1.1em;
     letter-spacing: -.04em;
     margin: 0;
	 color: #FFF;
}
.bannersLeft {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/leftbanner.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 29px;
	color: #FFF000;
	height: 94px;
	width: 523px;
}
.bannersLeftWide {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/leftbannerbig.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 29px;
	color: #FFF000;
	height: 89px;
	width: 766px;
}
.bannersRight {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/rightbanner.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 29px;
	color: #FFF000;
	height: 93px;
	width: 532px;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.red {
	color: #980000;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.smallRed {
	font-size: 12px;
	text-align: center;
	color: #980000;
}
.underBanner {
	margin-top: -40px;
}