/* CSS Document */

	/* HEADER */
	.header{
		background-repeat:repeat-x;
		background-color:#BD0101;
		background-image:url(../images/headerLogoRedReverse.png);
		background-position:right;
		background-repeat:no-repeat;
		display:block;
		clear:both;
	}
	
	#header-logo{
		background-image:url(../images/headerLogoRed.png);
	}
	
	#titleContent {
		color:#FFFFFF;
	}
	
	div.titleDivider {
	   width:800px; /*width of your image*/
	   height:1px; /*height of your image*/
	   background-image:url(../images/headerDividerGradient-4B0000.png);
	   margin:3px 0px 0px 0px; /* If you want no margin */
	   padding:0; /*if your want to padding */
	   background-repeat:no-repeat;
	}
	
	.bannerImage{
		border-top:#F64545; 
		border-top-width:2px; 
		border-top-style:solid;
	}

    .reviewSubmitHeader{

    }
	
	
	
	
	
	
