/* CSS Document */

body {
	padding:0;
	background-color:#CA006C;

}

/* id elements */

#maincontainer {
  	width: 884px;
	margin: 0 auto;
}


#topheading {
	position:relative;
	width: 884px;
	background-color:white;
}


#contentwrapper {
	float:left;
	width:100%;
	margin:0;
	background-image:url(../images/all_repeat.gif);
	background-repeat:repeat-y;
}

#maincolumn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding: 0px 50px 50px 50px;
	line-height:2em;
	margin: 0 20px 0 20px;
	color:#333333;
}



#leftcol {
	float:left;
	position:relative;
	left:0px;
	width:220px;
}

#midcol {
	float:left;
	position:relative;
	left:40px;
	width:220px;
}

#rightcol {
	float:right;
	position:relative;
	right:0px;
	width:220px;
}

#rightcol_long {
	float:right;
	position:relative;
	right:40px;
	width:450px;
}


#maincolumn a {
	color:#CA006C;
}

#maincolumn a:hover {
	color:white;
	background-color:#CA006C; 
	
}
#footer {
	clear:both;
	width: 884px;
	position:relative;
	height:63px;
}

#mom {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
}


#mom a:link, a:visited {
	color:#FFC447;
}

#mom a:hover {
	color:#CA006C;
	background-color:#FFC447; 
	
}
.topheader img {
padding-bottom:20px;
}

.mainheader {
	font-size:1.1em;
	color:#CA006C;
	font-weight: bold;
}

.subheader {
	font-size:1em;
	color:#46a76b;
	font-weight: bold;
}

.benefits {
	
	border: solid 1px #CA006C;
	background-color: #e7b7c0;
	display: table;
	padding: 10px;
	clear:both;


}

.top {
border-top:1px solid #CA006C;
width:100%;
text-align:right;
}