/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/

#wrap{
	background-image: url(../images/wrap-bg1.gif);
	background-repeat: repeat-y;

}
#centerc{
	background-color: #000000; 
	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

a, a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
}

p {
	color: #FFFF00;
}
ul {
	color: #FFFF00;
}
h1 {
	color: #FFFF00;
}
h2 {
	color: #FFFF00;
}
h3 {
	color: #FFFF00;
}
#menu ul li a, #menu ul li a:visited, #menu ul li.menu_header {
	color: #FFFF00;
}
#menu ul li a:hover, #menu ul li a:active {
	text-decoration: underline;
}

.story {
	background-color: #000000;
	border: 1px solid #FFFF00;
}
.story p {
	color: #FFFF00;
}
.story a, .story a:visited, .story a:hover, .story a:active{
	color: #FFFF00;
 	text-decoration: underline;
}
.story h2 {
	border-bottom: 1px solid #FFFF00;
	color: #FFFF00;
}
.facts {
	background-color: #000000;
	border: 1px solid #FFFF00;
}
.facts h2 {
	border-bottom: 1px solid #FFFF00;
	color: #FFFF00;
}
.facts p {
	color: #FFFF00;
}

.showhideButton span {
	background-color: #000000;
	color: #FFFF00;
	border: 1px solid #FFFF00;
}

.faqLayout p.question {
	background-color: #000000;
	border: 1px solid #FFFF00;
}
.faqLayout p.question a {
	color: #ffff00;
}
.faqLayout div p {
	color: #ffff00;
}

.infoBox1, .infoBox2 , .infoBox3 {
	background-color: #000000;
	border: 1px solid #FFFF00; 
	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: #ffff00;
	text-decoration:none;
}
.leftc-news ul li a:hover, .leftc-news ul li a:active {
	text-decoration: underline;
}


