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

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #DC1951;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}

.oneColFixCtrHdr #inner-main {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	padding:30px 25px;
	
}

a {
	color:#7eaa4b;
	text-decoration:none;
}

a:hover {
	color:#DC1951;
	text-decoration:none;
}

.headTxt {
	margin-top:15px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
}

.mediatable {
	margin-top:20px;
}

.programName {
	background-color:#000000;
	text-align:center;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
}

.forms {
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
	clear:both;
	text-align:center;
	line-height:1.2em;
}

#finalInstructions {
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	border:5px solid #ffffff;
}

.help {
	font-size:14px;
	padding-top:10px;
}

.help a:link {
	color:#FF0000;
}

.help a:hover {
	background:#7eaa4b;
}

.horizRule {
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
}

.oneColFixCtrHdr #footer {
	background:#DDA824;
	width:600px;
	margin:0px auto;
	height:20px;
	padding-top:6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color:#000000;
}

.oneColFixCtrHdr #footer a {
	color:#000000;
}

.oneColFixCtrHdr #footer a:hover {
	color:#DC1951;
}

.divasCopyright {
	float:left;
	padding-left:5px;
}

.termsPolicy {
	float:right;
	padding-right:15px;
}

.reviewDiv {
	margin:0px;
	padding:0px 10px 0px 0px;
}

.image-left {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

.image-right {
	float:right;
}


.clearFloat {
	clear:both;
}


.underline {
text-decoration:underline;	
}

/*STYLES FOR SIGNATURES AND MINI-LOGO*/

#sigAndPics ul {
	margin: 0px;
	padding: 0px;
}

#sigAndPics li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

/*STYLES TO LAYOUT THE BOTTOM MENU AND GIVE IT'S LINKS A COLOR*/

#bottomMenu {
	background-color:#FFFFFF;
	width:600px;
	padding-bottom:10px;
	margin:auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

#bottomMenu ul {
	margin: 0px;
	padding: 0px;
}

#bottomMenu li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

#bottomMenu a {
	color:#000000;
	text-decoration:none;
}

#bottomMenu a:hover {
	color:#DC1951;
	text-decoration:none;
}


