/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/

#wrap{
	background-image: url(../images/wrap-bg1.gif);
}
#centerc{
	background-color: #000000; 
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

a, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}

p {
	color: #FFFFFF;
}
ul {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
}
h3 {
	color: #FFFFFF;
}
#menu ul li a, #menu ul li a:visited, #menu ul li.menu_header {
	color: #FFFFFF;
}
#menu ul li a:hover, #menu ul li a:active {
	text-decoration: underline;
}

.story {
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.story a, .story a:visited {
	color: #FFFFFF;
 	text-decoration: underline;
}
.story h2 {
	border-bottom: 1px solid #FFFFFF;
}
.facts {
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.facts h2 {
	border-bottom: 1px solid #FFFFFF;
}

.showhideButton span {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.faqLayout p.question {
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.faqLayout div p {
	color: #FFFFFF;
}

.infoBox1, .infoBox2 , .infoBox3 {
	background-color: #000000;
	border: 1px solid #FFFFFF; 
	width: 208px;
}
* html .infoBox1, * html .infoBox2, * html .infoBox3 {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 208px; 
}
.infoBox1 h2, .infoBox2 h2, .infoBox3 h2 {
	border: none;
}
.leftc-news ul li a, .leftc-news ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.leftc-news ul li a:hover, .leftc-news ul li a:active {
	text-decoration: underline;
}



