@charset "UTF-8";
/* CSS Document */

body {
	background-color:#75181C;
	margin-top: 0px;
	background-image: url(../images/BodyBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#RLcontainer {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/RelightBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#RLcontainer img {
	border: 0;
}

#header {
	height: 103px;
	width: 710px;
	margin-left: 115px;
}

#header2 {
	height: 25px;
	width: 260px;
	margin-left: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#header2 p {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
}

#footer {
	height: 25px;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer p {
	margin-top: 6px;
}	

#mainPage {
	width: 710px;
	margin-left: 115px;
}

#left {
	float: left;
	width: 260px;
	height: 450px;
}

#right {
	float: right;
	width: 440px;
	padding-left: 5px;
	padding-top: 0px;
	margin: 0px;
}

#rightText {
	float: right;
	width: 390px;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	margin: 0px;
}

#right ul {	
	margin-top: 0px;
	margin-left: 4px;
	padding-left: 10px;
}

#right li {	
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 0px;
}


.fltrt {
	float: right;
	margin-left: 0px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twelvePix {
	font-size: 12px;
	font-weight: bold;
}

.typeBold {
	font-weight: bold;
}

.type_Blue {
	color: #00297A;
}

.typeBlueBold {
	font-weight: bold;
	color: #00297A;
}

p.typeBlueBold {
	margin-bottom: 0px;
}

h1 {
	font-size: 16px;
	color: #00297A;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bodyCopyMarg {
	margin-right: 125px;
}

.question {
	margin-bottom: 0px;
	font-weight: bold;
	margin-right: 125px;
}

.answer {
	margin-top: 0px;
	color: #00297A;
	margin-right: 125px;
}

a:link {
	color: #00297A;
	text-decoration: underline;
}

a:visited {
	color: #00297A;
	text-decoration: underline;
}

a:hover {
	color: #00297A;
	text-decoration: underline;
}
