@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/bg.jpg);
}
#wrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	min-height: 100%;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#content {

  width: 686px;

  margin-left: auto;

  margin-right: auto;

}
#contentwide {

  width: 733px;

  margin-left: auto;

  margin-right: auto;
  
  height: 100%;

}
#content800 {

  width: 800px;

  margin-left: auto;

  margin-right: auto;
  
  height: 100%;

}
#headerSpacer {
	height: 35px;
}
#header {
	height: 65px;
}
  #navigation LI {
/* put the lists and list elements on one line */
float:left;display:block; padding-left:3px } 

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: right;
	vertical-align: bottom;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.headings {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ff0a4c;
}
.headings_big {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #ff0a4c;
}
.headings_right {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #ff0a4c;
	text-align: right;
}
.headings_white {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #FFF;
	text-align: right;
}
.headings_white_left {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #FFF;
}
.headings_white_small_left {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFF;
}
.headings_white_small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: right;
}
.headings_center {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ff0a4c;
	text-align: center;
}
.sub_headings {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0a4c;
	text-align: center;
}
.table_headings {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff0a4c;
}
.step_headings {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ff0a4c;
}
.text_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.text_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0a4c;
}
 .text_pink_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0a4c;
	text-align: center;
}
 .text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

li {margin: 18px 0}
.text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #000;
	text-align: center;
}
.text_quotes_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align: center;
}
.text_quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
}
.text_quotes_white_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: right;
}
.text_headings_black {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.text_headings_black_nobold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	border: 1px solid #666;
	width: 300px;
}
.textboxbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	border: 1px solid #666;
	width: 300px;
	height: 150px;
}

.navtext a:link {
	font-weight: normal;
	color: #000;
	font-weight:300;
	text-decoration:none;

}

.navtext a:active {
	font-weight: normal;
	color: #ff1351;
	font-weight:300;
	text-decoration:none;

}

.navtext a:visited {
	font-weight: normal;
	color: #000;
	font-weight:300;
	text-decoration:none;

}
.navtext a:hover {
	font-weight: normal;
	color: #ff1351;
	font-weight:300;
	text-decoration:underline;

}





.text_footer a:link {
	font-weight: normal;
	color: #666;
	font-weight:300;
	text-decoration:none;

}

.text_footer a:active {
	font-weight: normal;
	color: #ff1351;
	font-weight:300;
	text-decoration:none;

}

.text_footer a:visited {
	font-weight: normal;
	color: #666;
	font-weight:300;
	text-decoration:none;

}
.text_footer a:hover {
	font-weight: normal;
	color: #ff1351;
	font-weight:300;
	text-decoration:underline;

}

