
/*	DEFAULT ELEMENTS
---------------------------------------------*/

body	{
	color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height:135%;
  padding: 0px;
  margin: 0px;
  text-align: center;
/*  background-image: url(images/background.gif);	*/
  background-position: center;
	background-repeat: repeat-y;
	background-color: #a1b0ba;
 	}
h1	{
	color: #488195;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 145%;
  font-weight: normal;
  line-height: 130%;
	}
h1.new_section	{
	padding-top: 15px;
	margin-top: 20px;
	}
h2	{
	color: #35697A;
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
 	 padding: 0px;
 	 margin: 10px 0px 3px 0px;
 	 line-height: 135%;
  }
h3	{
	color: #488195;
	padding: 15px 0px 3px 0px;
	margin: 0px;
	line-height: 120%;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	}
h4	{
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
	/*color: #488195;*/
	font-size: 100%;
	}
p	{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
p.address	{
	padding: 0px;
	margin: 5px 0px 20px 20px;
	}
a					{	color: #35697A; border: none;	}
a:link		{	text-decoration: underline;	}								
a:visited	{	text-decoration: underline;  }
a:focus		{	text-decoration: underline;	}
a:hover		{	text-decoration: none;	}
a:active	{	text-decoration: underline;	}	
	
.name	{	/* 	THIS STYLE IS USED TO CALL OUT A PERSON'S NAME WITHIN A BODY OF TEXT */	
	color: #c16a0e;
	}
em	{
	font-style: italic;
	}

img	{
	border: 0px;
	}

	
/*	WRAPPER
---------------------------------------------*/
#wrapper	{		
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	}




/*	NAVIGATION & HEADER SETTIGNS
---------------------------------------------*/
#navigation	{
	width: 800px;
	background-image: url(images/header.gif);
	background-position: bottom left;
	background-color: #708090;
	}

#navigation ul	{
	list-style-type: none;
	padding: 85px 0px 22px 105px;
	margin: 0px;
	}

#navigation li	{
	float: left;
	padding: 0px 8px 0px 8px;
	letter-spacing: 1px;
	font-size: 90%;
	background-image: url(images/navigation_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
	line-height: 100%;
	}
#navigation	li.last{	background-image: none;	}

#navigation	a					{	color: #fff; text-decoration: none;	}
#navigation	a:link		{}								
#navigation	a:visited	{}
#navigation	a:focus		{}
#navigation	a:hover		{	color: #FFD700;	}
#navigation	a:active	{}	

body.home	#home	a,
body.presentersschedule	#presentersschedule	a,
body.abstracts	#abstracts	a,
body.posters 	#posters 	a,
body.registration #registration a,
body.contact	#contact	a,
body.eventsponsors	#eventsponsors	a
	{	color: #FFD700; text-decoration: none;	}								





/*	CONTENT AREA SETTINGS
---------------------------------------------*/

#content	{
	position: relative;
	left: 113px;
	top: 35px;
	width: 410px;
	padding: 0px;
	margin: 0px 0px 75px 0px;
	float: left;
	}
	
#content .author	{
	font-style: italic;
	color: #c16a0e;
	}
		
#content	.event	.name	{
	font-style: italic;
	}
#content	.event	.education	{
	font-style: italic;
	}

#content	p.footnote	{
	color: #488195;
	font-size: 90%;
	font-style: italic;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}
	
#content	strong	{
	color: #488195;
	font-style: normal;
	font-weight: normal;
	}

#content	dl	{
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 5px 0px;
	}

#content dt	{
	clear: both;
	float: left;
	color: #488195;
	padding: 0px;
	margin: 0px;
	width: 110px;
	}
	
#content dd	{
	display: block;
	margin: 0px; 
	padding: 0px 0px 0px 120px;
	}

#content .event .title	{

	font-style: normal;
	color: #488195;
	}
	
#content .description	{
	display: block;
	color: #488195;
	padding: 0px;
	margin: 0px;
	width: 110px;
	float: left;
	}
	
#content	.event	{
	display: block;
	float: left;
	width: 280px;
	}
	
#content .postertitle	{
	color: #488195;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	}
	
#content .affiliates {
	font-style: italic;
	}


.sub_section	{
	padding-left: 20px;
	}
	
body.posters h2 {
	color: #35697A;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
 	padding: 10px 0px;
 	margin: 0px;
 
  }
	

	

/*	SIDE_BAR AREA SETTINGS
---------------------------------------------*/
	
#side_bar	{	float: right;	}
	
#side_bar	dl	{
	list-style-type: none;
	padding: 10px 10px 0px 0px;
	margin: 0px;
	text-align: left;
	}

#side_bar	dt	{
	float: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#side_bar	dd	{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 33px;
	}
	
	
/*	FOOTER AREA SETTINGS
---------------------------------------------*/
#footer	{
	display: block;
	clear: both;
	background-color: #a1b0ba;
	width: 800px;
	height: 100px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}
	
	
	
	
	
	
	
	