/* CSS Document */
	* {
   		padding:0;
   		margin:0;
		}

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		/* background-color: #AF99A9;*/
	}
	
	
	#container
	{
		margin: 1em auto;
		width: 573px;
		text-align: left;
		margin-top: 0;
		/* background-color: white; */
		/* border: 1px solid black;
		background: white url(images/purp_bck.gif) no-repeat bottom right; */
	}
	
	#container img {
	border: 0;
	text-decoration: none;
	}
	
	.floatLeft {
	float: left;
	width: 273px;
	border: 1px solid black;
	}
	
	.floatRight {
	float: right;
	width: 273px;
	border: 1px solid black;
	}
	
	/* =======REMOVES SPACING BETWEEN
	==========IMAGES IN FIREFOX =====*/
	img {vertical-align: bottom;}
	
	
	#container h1 {
	font: 170% Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #49365f;
	margin-bottom: 0px;
	/* background-color: #CCCCCC; */
	}
	
	.center {
	text-align: center;
	}
	
	#center {
	text-align: center;
	height: 2.5em;
	}
	
	.floatLefttxt {
	float: left;
	width: 273px;
	background-color: #F7EFFF;
	}
	
	.wtext
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 

	#footerd
	{
		clear: both;
		height: 22px;
		font: 70% Arial, Helvetica, sans-serif;
		/* background: url(images/footer_repeat_dark.gif) repeat-x;
		background-color:#624a65; */
		color: #666666;
		
	}
	
		#footerd a {
	text-decoration: none;
	color: #666666;
	}
	
	#footerd a:visited, a:hover{
	text-decoration: none;
	color: #666666;
	}
	
	.footCenter {
padding-top: 15px;
text-align: center;
}

	.colorbck{
	background: #fff url(images/splash/splash_bck_full.gif) repeat-y 50% 0;
	}

	.h1bck{
	margin-bottom: 10px;
	background: #fff url(images/splash/spash_h1_bck.gif) no-repeat bottom left;
	}