@charset "utf-8";
/* CSS Document */
 
/* Page (Common) CSS elements */
.title {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
} 
.subtitle {
	font-size: 16px;
	padding-bottom: 3px;
}
.heading {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
.subheading {
	font-size: 18px;
	font-weight: bold;
}
.term {
	font-size: 12px;
	font-family: monospace;
	margin-left: 2em;
	margin-right: 2em;
	padding: 5px;
	border: 1px dashed silver;
	background-color: #e6e9fa;
}
.termBlank {
	font-size: 12px;
	font-family: monospace;
	margin-left: 2em;
	margin-right: 2em;
	padding: 5px;
}
.appDesc {
  padding-left: 4em;
}
.softBottom {
	border-bottom: 1px solid silver;
}
.monospace {
	font-family: monospace, courier;
	font-size: 14px;
}
.monosmall {
	font-family: monospace, courier;
	font-size: 12px;
}
.horztable {
	background-color: White;
	padding: 3px;
	border: 1px solid gray;
}
.toc {
	border: 1px solid #C1C2D2;
	margin-right: 8px;
	margin-top: 4px;
}
.tocHeading {
	background-image:url(images/sectionheading.png);
	background-position:top	;
	background-repeat:repeat-x;
	padding: 3px;
	border-bottom: 1px solid #C1C2D2;
	font-weight: 700;
}
.tocItem {
	padding: 2px;
	font-size: 12px;
}
.didyouknow {
	background-color: #fffeeb;
	border: 1px solid #b7b22a;
	padding: 3px;
}
/* End page (Common) CSS elements */


/* Template CSS elements: */
BODY {
	padding: 0px;
	margin: 0px;
/*	background-color: #5a5b71;   */
	background-color: #000000;   
/*	font-family: Arial, Helvetica, sans-serif;   */
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
.container {
	width: 760px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.rl_container {
	width: 840px;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(/training/symposium/symposium-flyer-background.jpeg);
/*	background-position: center;      */
}
.rl_main {
/*	background-color: #FFFFFF;   */
/*	background-color: #000000;   */
	padding: 180px 144px 20px 20px;              
/*	color: #FA9B27;    */
	color: #DDDDDD;
}
.rl_blah {
	color: #DDDDDD;
	font-size: 10px;
	padding: 40px 20px 20px 124px;              
}

a:link {
/*	color: #FA9B27;    */
	color: #DDDDDD;
	text-decoration: none;
}   

a:visited {
/*	color: #FA9B27;    */
	color: #DDDDDD;
	text-decoration: none;
}   


#rl_background {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 0;
}
.rl_stretch {
	width:100%;
	height:100%;
}


.head_area {
	background-image: url(/images/template_helix.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	background-color: #F4F4F4;
}
.titleLocation {
	text-align: left;
	position: relative;
	left: 75px;
}
.siteTitle {
	font-size: 42px;
	text-decoration: none;
	color: #000000;
}
.siteSubTitle {
	font-size: 18px;
}
.menu_links {
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #e8e8e8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.menu_link {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.menu_link:hover {
	background-color: #c9c9c9;
	text-decoration: none;
	font-weight: 500;
	color: #000000;
}
.searchCell {
	position: relative;
	right: 12px;
	top: -5px;
	text-align: right;
	vertical-align: top;
}

.formfield {
	border: 1px solid #729A8F;
	font-size: 12px;
	background-color: White;
	color: Black
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #729A8F;
	font-size: 12px;
	color: Black;
}
.main { 
        background-color: #FFFFFF;
        padding: 15px;
}
.footarea {
/*	background-color: #82849d;   */
	background-color: #000000;
	padding: 6px;
	text-align: center;
	border-top: 1px solid black;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #82849d;      */
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 4px;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #82849d;      */
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	position: relative;
	top: 4px;
}
.footlink {
	color: #FFFFFF;
}
.lastmod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 2px;
	color: gray;
	background-color: #FFFFFF;
	padding-right: 3px;
}
.home_background {
	background-image: url(/images/template_helix.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
}
.incidental {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.cstat {
	padding-left: 12px;
	font-size: 11px;
}
/* End Template CSS elements: */
