body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	/*background: #B4B4B4 url(images/body_bg.gif) repeat left top;	*/
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}



/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

 .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#poster
{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 100px;

}

#poster_logo
{
    float: left;
    width: 210px;

  /*  position:relative; */
}

#poster_ad
{
    float: right;
    width: 710px;

  /*  position:relative; */
}

#memberlink
{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 20px;
    text-align: right;
    margin-top: 0px;    
    padding-top: 5px;
    background-color: #ffffff;  
}
