body{
	background-color: #f5f5f5;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/rose_back.jpg);
}

form {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*-----------------------------------------------------------------------Link Styles */


A.WhiteNav:Link {
	color: #ffffff;
   text-decoration:underline; 	
}

A.WhiteNav:Hover {
   Color: #ffffff;
	text-decoration:none;	
}

A.WhiteNav:Visited {
	color: #ffffff;
   text-decoration:underline; 	
}


A.PurpleNav:Link {
	color: #ac1677;
   text-decoration:underline; 	
}

A.PurpleNav:Hover {
   Color: #000000;
	text-decoration:none;	
}

A.PurpleNav:Visited {
	color: #ac1677;
   text-decoration:underline; 	
}

A.BlackNav:Link {
	color: #000000;
	text-decoration:none;		
}

A.BlackNav:Hover {
   Color: #000000;
   text-decoration:underline; 
}

A.BlackNav:Visited {
	color: #000000;
	text-decoration:none;		
}


/*-----------------------------------------------------------------------Body Styles */

.PinkBody {
	color: #f3bfc5;
	font-size: 12px;
	line-height: 17px;
}

.GreyBody {
	color: #626262;
	font-size: 11px;
	line-height: 16px;
}

.BoldGreyBody {
	font-weight:bold;
	color: #626262;
	font-size: 11px;
	line-height: 16px;
}

.BoldBody {
	font-weight:bold;
}

.FooterBody {
	color: #ffffff;
	font-size: 11px;
}

.FooterBodyBold {
	color: #ffffff;
	font-size: 11px;
	font-weight:bold;
}

/*-----------------------------------------------------------------------Hader Styles */

.WhiteHeaderBold {
	color: #ffffff;
	font-weight:bold;
	font-size: 12px;
}

.WhiteHeader {
	color: #ffffff;
	font-size: 12px;
}

/*-----------------------------------------------------------------------Main Divs */

#TopShadowDiv {
	width:auto;
	height:auto;
	position: absolute;
	left: 385px;
	margin-left: -300px; /* Half the height */
	background-image: url(images/mid_shadow.gif);
	background-repeat: repeat-y;
	top: 0px;
}


#LogoDiv {
	width:763px;
	height:auto;
}

#FeatureDiv {
	width:761px;
	height:179px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align: top;
	text-align: left;
}

#NavDiv {
	width:761px;
	height:54px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align: top;
	text-align: left;
	border:0px;
}

#ContentDiv {
	width:761px;
	height:auto;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align: top;
	text-align: left;
	margin-bottom:40px;
	margin-top:32px;
}

#FooterDiv {
	width:755px;
	height:50px;
	border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
	vertical-align: top;
	text-align: left;
	background: #4F4F4F;
}

#BottomShadowDiv{
	width:779;
	height:10px;
	background: #e2e3e4;
}

#FloatingImagediv{
   width:129px;
   height:151px;
	float: right;
}


/*----------------------------------------------------------------------- Main Tables */
#FooterTable {
	width:743px;
	height:50px;
	vertical-align: middle;
	text-align: left;
	margin-left:12px;
}


#FeatureTable {
	width:761px;
	height: 179px;
	vertical-align: top;
	text-align: left;
}

.LeftFeatureCell {
	width:407px;
	height:159px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/feature_rose_back.gif);
	background-repeat: no-repeat;
	padding:20px;
}

.RightFeatureCell {
	width:314px;
	height:179px;
	vertical-align: top;
	text-align: left;
}




#ContentTable {
	width:761px;
	height: auto;
	vertical-align: top;
	text-align: left;

}

.LeftContentCell {
	width:153px;
	height: auto;
	vertical-align: top;
	text-align: left;
	border-right:1px solid #e3e5e5;
	padding-left:20px;
	padding-right:20px;
}

.RightContentCell {
	width:527px;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
}
