BODY {
	background: #ACE2E3 url(background.jpg) top center no-repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
        a:link {
	color: #FF6FCF;
	font-size: 11pt;
        text-decoration: none;
}
        a:visited {
	color: #666666;
        text-decoration: none;
}
        a:hover {
	color: #FF6FCF;
        text-decoration: underline;
}
        a:active {
	color: #FF6FCF;
} 

H1 {
	font-weight: strong;
	color: #FF6FCF;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom:6px;
        text-align: center;
	text-transform:uppercase;
}

H2 {
	font-size: 18px;
	color: #CD211D;
	margin-top: 0;
	font-weight: lighter;
}

P {
	font-size: 14px;
	color: #333333;
	margin-top: 0;
}

table.facts {
	margin: 50px auto 50px auto;
	border-collapse: collapse;
}

p.coltext {
	font-size: 16px;
	padding-left: 18px;
	margin-bottom: 0;
        text-align: center;
}

p.links {
        text-align: center;      
}

#header {
	width: 950px;
	height: 87px;
	margin: 0 auto;
	margin-top: 0px;
	background: url(header-bg.jpg) no-repeat;
}

#logo {
	width: 950px;
	height: 50px;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 45px;
	}
	
# {
	width: 950px;
	background: #fff;
	margin: 0 auto;
}
a.sitemaplink:link {
	color: #FF6FCF;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
a.sitemaplink:visited {
	color: #666666;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}
a.sitemaplink:hover {
	color: #FF6FCF;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}
a.sitemaplink:active {
	color: #0091e2;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}

#content {
	width: 950px;
	background: #fff;
	margin: 0 auto;
}

#content .left {
	width: 220px;
	height: 400px;
	background: url(nav-bg-main.jpg) repeat-x;
	float: left;
}

	#content .left UL {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#content .left UL LI  {
		list-style: none;
	}
	
	#content .left UL LI A {
		display: block;
		width: 216px;
		height: 20px;
		color: #FFF;
		font-size: 18px;
		text-decoration: none;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #6DA7A9;
		background: url(nav-bg.jpg) top left repeat-y;
		
	}
	
	#content .left UL LI A.current, #content .left UL LI A:hover {
		background:#FF6FCF;
	}

#content .right {
	width: 685px;
	float: right;
	margin-right: 15px;
}

#footer {
	width: 950px;
	height: 60px;
	background: url(footer-bg.jpg) no-repeat;
	margin: 0 auto;
	text-align: center;
}

	#footer P {
		font-size: 11px;
		padding-top:0px;
        	margin-left:80px;
	}
