@charset "utf-8";
/* CSS Document */

ul { padding-left: 20px; * padding-left: 0px;  } 

.bold { font-weight: bold; }
a { outline: none; } 

html, body { margin: 0; padding: 0; height: 100%; } 

body { 
	margin: 0;  
	_behavior: url(iepngfix.htc); 
	width: 100%; 	
	height: 100%; 	
	font-family: Arial, Helvetica, sans-serif;	
	background: url(topFlowers.png); 
	background-position: top; 
	background-repeat: no-repeat;
	
}

#page { 
 	background: url(bottomFlowers.png)bottom left no-repeat; 
	width: 100%; 	
	height: auto;	
	position: absolute; 
	top: 0px; 
	left: 0px; 	

}
/* 
#background { 	
	background-color: blue; 
	display: block;
	bottom: 0px; 
	width: 520px; height: 573px; 
	left: 0px; 
	bottom: 0px; 	
	position: absolute; 
	background: url(bottomFlowers.png);
}
*/ 
.transparent { _behavior: url(iepngfix.htc); } 

#header { 
	width: 843px; 
	margin: 0px auto 0px auto; 
	top: 10px; 
	position: relative;  
} 

#contentMid { 
	width: 843px; 	
	margin-left: auto; 
	margin-right: auto; 
	background: url(containerBack.png) repeat-y;
} 

#contentTop { 
	width: 843px; 
	height: 7px; 
	margin-left: auto; 
	margin-right: auto; 
	background: url(containerTop.png) no-repeat;
}

#contentBottom { 
	width: 843px; 
	height: 70px; 
	margin-left: auto; 
	margin-right: auto; 
	background: url(containerBottom.png) top left no-repeat;	
}

#contentMid div.left221, #contentMid div.center221 { 
	width: 290px; 
	padding: 10px; 
	float: left;
	position: relative; 
	left: 5px;
	
}

#contentMid div.left21 { 
	width: 580px; 
	padding: 10px; 
	float: left;
}

#contentMid div.right221, #contentMid div.right21 { 
	width: 190px;
	padding: 10px; 
	float: left;
}

div.left { 
	width: 620px; 
	float: left; 
	padding-bottom: 20px; 
} 

div.right { 
	width: 190px; 
	float: left; 
	padding-top: 15px; 
	padding-left: 15px;  
}

div.fullWidth { 
	width: 100%; 
	float: left; 
	width: 900px; 
} 

div.centerAlign, div.banner { 
	text-align: center; 
	width: 96%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-left: 2%; 
} 

div.banner { 
	border-bottom: 2px dotted #ddd; 
	padding: 10px 0px; 
	background:url(bannerBg.png) top left repeat-x; 
	position: relative; 
	_float: left; 
} 

#contentMid div.right div.divider { 
	border-bottom: 2px dotted #ddd; 
}

#contentMid div#padding { 
	background: url(verticalSeperator.png) top right repeat-y; 
	float: left; 
}

#contentMid div.right div a { font-size: 14px; } 

a.tab { 
	padding: 3px 10px; 
	border: 1px solid black; 
	text-decoration: none; 
} 

h3 { display: none; } 
.clear { clear: both; } 

span.sectionHeader { 
	color: #dc4699; 
	position: relative; 
	top: 10px;
	font-size: 18px; 
} 

div.textBody { 
	padding: 10px 20px; 
	margin-left: 10px; 
	color: #666666; 
	border-top: 1px dotted #ddd;  
} 

div.right ul li { margin-bottom: 5px; } 

div.left p { 
	padding-right: 30px; 	
	margin-left: 20px; 
	font-size: 14px; 
	color: #666;
} 

div.left ul { 
	margin-left: 20px; 
	padding-right: 30px; 
	font-size: 14px; 
	color: #666; 
	* padding-left: 30px; 
} 

div.right ul { * margin-left: 20px; } 

.right { overflow: hidden; } 
