a:link {color: #d5a457; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #d0943d; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
a img {
	border: none;
}
body {
	font-family: sans-serif;
	color: #d0c3ad;
	background-color: #947c6f;
}
table.centered 
{
text-align: center;
}
.centered table 
{
margin: 0 auto; 
text-align: left;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

#liquid-round {
width:681px;
background:#5c1f1f url(images/left.gif) repeat-y left top;
margin: 0px auto 50px auto; 
}
.center-content {
position:relative;
background:url(images/right.gif) repeat-y right top;
padding:23px 20px 20px 25px;
font-size:15px;
text-align:left;
}
.bottom {
width:100%;
height:12px;
background:url(images/bottomleft.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:12px;
background:url(images/bottomright.gif) no-repeat right top;
}
h2 {
	font-size: 100%;
}
* {
	margin:0;
	padding:0;
}
li {
margin-left: 30px;
}
#basic-accordian{
	padding:5px;
	width:100%;
	position:relative;
	font-size:12px;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#ff9933;
}

.accordion_child{
	padding:15px;
}

.header_highlight{
	background:#ffcc66;
	color:#513734;
}
