/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #CBBBA9; 
	font-family: arial, san-serif; 
	font-size: 9pt; 
	color: #000;
}

td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 5px 5px 10px;}
.footer, .copyright {color: #000; text-align: center; font-size: 8pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #603913;}
a:visited {text-decoration: none; color: #603913;}
a:hover {text-decoration: underline; color: #603913;}
a:active {text-decoration: none; color: #603913;}

.footer a:link, .copyright a:link {text-decoration: none; color: #603913;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #603913;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #603913;}
.footer a:active, .copyright a:active {text-decoration: none; color: #603913;}


/* ----- backgrounds ----- */


/* ----- other stuff ----- */
ul {margin-bottom:0px; margin-top:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
	line-height:130%;
}
.img {border:2px solid #5a330e;}

div#test-accordion{
    border: 1px solid #cbbba9;
	background-color: #f3f1eb;
	padding: 5px;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #f3f1eb;
	color: #603913;   
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#f3f1eb;
	color: 603913;
	text-decoration: underline;
	cursor: pointer;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	padding: 9px 24px 6px 24px;
	color: #000;
	border: 1px solid #cbbba9;
}