/*Backgroud *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
html {}
body {background-color:#FFFFFF;}
.FooterContainer {background-color:transparent;}
#LeftColumn{background-color:transparent;}
#RightColumn{background-color:#fff;}
.MainContainer{background-color:transparent;}
.TellAFriendContainer{background-color:#fff;}


/*Fonts *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

body {color: black; font: 12px Verdana,Helvetica,sans-serif;}

#regtext p {border-left:1px solid #BAC1DD; border-right:1px solid #BAC1DD; padding:5px; width:238px;}

#regtext {
	color: #c42845; 
	background: url(../images/bg-regtext.gif) no-repeat bottom;
	width: 250px;
}


#regtext .redbox li{
margin:0;
padding:5px 0 0 0;
float:left;
height:24px;
list-style-type:none;
}

#regtext .redbox .middle{
background-color:#C42845;
width:214px;
color:#fff;
font-size:1.4em;
font-weight:bold;
text-align:center;
}

#regtext .redbox .left{
background-image:url(../images/red-left.gif);
width:18px;

}

#regtext .redbox .right{
background-image:url(../images/red-right.gif);
width:18px;
}

#LoggedInContainer b{
color:#777;
}
	
#LoggedInContainer a:link, #LoggedInContainer a:active, #LoggedInContainer a:visited{
display:inline;
color:#336699;
}



#RightColumn h2{
background: url(../images/bg-regtext-h2.gif) no-repeat;
color:#fff;
height: 47px;
font-size: 14px;
font-weight: bold;
line-height: 47px;
padding: 0 20px 0 17px;
width:213px;
}

#stand-out{
background-color:#fff;
padding:5px;
font-weight:bold;
border:1px solid #C42845;
margin:5px auto;
}
.red{
color:#C42845;
}

#contact-link {
width:175px;
margin:5px auto;
color:#C42845;
font-weight:bold;
}


