/* This is the  style sheet for NABE 2009  fixed centered-- 1-31-2009 Black-orange-light blue */

body {
	margin:0; padding:0;
	text-align: center;
}
body, p, td, li, H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
	font-size: 0.9em;
}
.small {
	font-size: 0.80em;
	font-style: italic;
	}

/*Appearance of the headlines*/

H1, H2, H3, H4 {
	color:#f6b831;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -0.6em;
}

h2 {font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -0.8em;
	}
	
h3 {font-size: 1.1em;
	margin-bottom: -0.8em;
	}
h4 {font-size: 1.0em;
	}

hr {
	border: none;
	background-color:#006faf;
	color: #006faf;
	height: 4px;	
}


/* special classes*/

/* floating images */

.imleft { 	
	float:left;
	margin-bottom: 2px;  }
.imright { 	float:right;
	margin-bottom: 2px;  }
.clear {
	clear:both
	}

/* This is the wrapper that centers the content in browser window */
#wrapper  {
	position: relative;
	text-align:left;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	padding: 105px 0 0 0;
	background-image: url(images/ad/2009am760x100.gif);
	background-repeat: no-repeat;
	background-position: left top;}

/* The styles for the three main parts of the page start here*/

/*The positioning for the center column that holds the main content*/
#content {
	margin-left: 125px;
	margin-right: 155px;
	padding-left: 5px;
	padding-right: 2px;
	
}
/*The positioning for the nav controls*/
#nav {
	background-color: #FFFFFF;
	position: absolute;
	width: 122px;
	left: 3px;
	top: 105px;	
	
}
/*The positioning for the right sidebar*/
#sidebar {
	position: absolute;
	width: 150px;
	left: 610px;
	top: 105px;
	
	
}
	
	
form#topb {
	font-size: 0.8em;
}
/*Appearance of the nav links*/
div#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f6b831;
	background-color: #006faf;
	display: block;
	padding: 3px 0px 3px 3px;
	
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

div#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006faf;
	background-color: #f6b831;
	display: block;
	padding: 3px 0px 3px 3px;
	
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
/*formatting for the economic calendar*/
.econcal {
	border: 2px solid #9FACCE;
	border-collapse:collapse;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.econcal td {
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #E7EAF4;
	border-bottom-color: #E7EAF4;
	text-align: left;
	font-size: .80em;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #004685;
	text-align: center;
	font-weight: bold;
	margin-bottom: -6px;
}

.econcal th {
	background-color: #E7EAF4;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #E7EAF4;
	border-bottom-color: #FFFFFF;
	font-size: .80em;
}
.footer {
	background-position: center;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006faf;
	border-bottom-color: #006faf;
	margin-top: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .80em;
}
.caption {
	font-style: italic;
}
.person {
	font-weight: bold;
	color: #383637;
}
.shright {
	padding-left: 30px;
}

.bulletspace {
	margin-bottom: 6px;
}

.session {
	font-style: italic;
	font-weight: bold;
	color:#f6b831;
	
	
}

.details {
	margin-left: 40px;
	}
	
.consession {
	font-style: italic;
	font-weight: bold;
	color:#f6b831;
	margin-left: 15px;
	}


	
