/* CSS Document */


/*-------------------------BODYTEXT--------------------------*/

td#bodytext_cell {
	background-color:#FFFFFF;
	background-image:url('images/bodytext_bgnd.jpg');
	background-repeat:repeat-y; padding:0 85px;
	color:#505459;
}


#bodytext {
	width:590px;
	padding-top:20px; padding-bottom:40px;
}

/* ---------HEADINGS----------------*/

#bodytext h1 {
	margin:20px 0 0 0;
	padding:10px 80px 10px 40px;
	letter-spacing:0em;color:#5C8FC6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; font-style: normal;
	font-size:1.3em; line-height:110%;
}

#bodytext h2 {
	margin:0px 40px;padding:0 10px 0 0;
	letter-spacing:0em;color:#305882;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.85em; line-height:130%;
}

#bodytext h3 {
	margin:0px;
	padding:5px 40px;
	color:#F8981D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em; line-height:130%;
}


/*-----------------PARAGRAPH STYLES-----------------*/

#bodytext p {
	font-size:0.75em; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:180%;
	margin:0px;
	padding:10px 40px;
}

#bodytext p.textnote {
	font-size:0.77em; font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%; letter-spacing:0.02em;
	margin:0px;
	padding:10px 40px;
}

#bodytext .subnote {
	font-size:1em; font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%; letter-spacing:0.02em;
	margin:0px; color:#8b949e;
}

#bodytext .emphasis {
	font-weight:bold; text-transform:uppercase; 
	letter-spacing:0.1em;color:#5C8FC6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#bodytext .textemphasis {
	font-weight:bold; text-transform:uppercase; 
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* --------FOOTNOTES-------------*/
#bodytext a.footnotelink{font-weight:normal;} /*footnote reference*/

#footnotes {border-top:1px solid #CCCCCC;margin-top:50px;padding:20px 0;}
#footnotes p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em; color:#677382;
	line-height:150%;
	padding:0 40px;
	margin:10px 0;
}

#bodytext .footnote {color:#b71a8b; margin-right:0px;margin-left:-20px;padding-right:10px;}

#footnotes p a {font-weight:normal;font-size:1.1em;}
#footnotes p a:hover, #footnotes p a:focus {
	text-decoration:underline;
	background-color:transparent;color:#b71a8b;
}

#bodytext p.toplink {border-top:1px solid #CCCCCC; text-align:center;}

/*-----------------QUOTATIONS------------------------*/

#bodytext p.blockquote{
	padding:10px 80px;
	line-height:170%;
	color:#516b8e;
	font-size:0.75em;
	font-weight:bold;
}

/*-------------------------------------------------*/

#bodytext h1 a {
	font-family:Arial, Helvetica, sans-serif;
	color: #5C8FC6; font-size: inherit; 

}

#bodytext h1 a:hover, #bodytext h1 a:focus {
	background-color:#5C8FC6; color:#FFFFFF;
}


#bodytext a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #b71a8b;
	text-decoration: none;
	font-weight:bold;font-size:0.9em;
	background-color:transparent;
}

#bodytext a:hover, #bodytext p a:focus {
	background-color:#b71a8b; color:#FFFFFF;
}

#bodytextfoot{
	width:760px; height:105px;
	background-image:url('images/bodytext_foot.jpg');
	background-repeat:no-repeat;
	margin:0;
}

#bodytextfootedge {
	width:760px;
	background-image:url('images/bodytext-footedge.gif');
	background-repeat:no-repeat;
}

/* -------------LISTS ----------------- */

ul, ol, dl {
	margin: 15px 0;
	padding:0 40px 0 75px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;font-size:0.75em;
}

ul {	list-style-image:url(images/bullet-3.gif)}

dl {padding:0 40px 10px 50px;}
dt {font-weight:bold; color:#727b86; margin-top:20px}
dd {}

li {margin:10px 0;}

ul#participants {}

ul#participants a {color:#666666;background-color:transparent;}

ul#participants a:hover, ul#participants a:focus {
background-color:#5c8fc6;
}

li.girlhost {background-color:#F6ECF4;}