/* general */

    body{ 
		background:#d8e6ec url(../images/bg_body.jpg) repeat-x;
        font:80% Arial, Helvetica, Sans-Serif;
		color:#555;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
        }
	h1{
	font-size:200%;
	font-weight:normal;
	margin:0;
	padding-top:100px;
	text-align: center;
	color: #FFFFFF;

		}		
	h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:1em 0;
		}	
	h2{            
		font-size:160%;
		}	
	h3{          
		font-size:140%;
		}
	h4{          
		font-size:120%;
		}				
	a{
		font-weight:bold;
		color:#369;
		}
	a:hover{
	color: #C00;
	text-decoration:underline;
		}							
	p{
	margin:1em 0;
	text-align: left;
	left: 636px;
	top: 259px;
		}
	.workshoptitle {
	margin:1em 0;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	}
	.pagetitles {
	color: #369;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

/* // general */

/* page setup */

	#container{	
		margin:0 auto;
		width:928px;
		text-align:left;
		}
	#header{
		height:236px;
		background:url(../images/bg_header.jpg) no-repeat 0 0;
		}				
	#content{
		background:url(../images/bg_content.jpg) repeat-y;
		padding:.5em 15px;
		}
	#footer{
	clear:both;
	padding:25px 60px;
	background:url(../images/bg_footer.jpg) no-repeat 0 0;
	color:#fff;
	font-style: italic;
		}	



/* //page setup */

/* ///////////////// */
/* Menu CSS */
/* ///////////////// */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	color: #000;
	margin-left: 5px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/twisted_blueover.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #369;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
background-color: #F3F3F3;
}

.arrowlistmenu ul li a:visited{
color: #369;
background-color: #F3F3F3;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #369;
	background-color: #F3F3F3;
}
/* Workshops and presenters page CSS */
.presenters{ /*header of presenters*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background-image: url(../images/titlebar.png);
	font-weight: bold;
	color: #FFF;
}

.openpresenter{ /*class added to presenters when they are open*/
	background-image: url(../images/twisted_blueover.jpg);
}
.pagedesign {
	text-align: center;


}

.FAQAnswers {
	font-weight: bold;
	font-style: italic;
	color: #369;
}

#container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

