/*Conference specific CSS */

h1 {
	font-family: calibri bold, arial, serif;
	color: #064b76;
	font-size: 1.6em;
	letter-spacing: 2px;
}

h2 {
	font-family: calibri, arial, serif;
	color: #064b76;
	font-size: 1.1em;
}

p.notice {
	font-weight: bold;
}

span.notice {
	font-weight: bold;
}

p.date {
	font-weight: bold;
	font-size: 1.0em;
}

span.xed{
	text-decoration: line-through;
}

a {
	color: #064b76;
	text-decoration: underline;
}

a:hover {
	color: #064b76;
	text-decoration: none;
}

ul {
	list-style-image: url('images/bullet.gif')

}
	

/* Main CSS  */
body {
	background: #666666;
	margin: 0;
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 13px;
	color: #6E7463;
	line-height: 16px;
	}

p,ol,ul,li,.tbl,input,select {
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 13px;
	color: #6E7463;
	line-height: 16px;
	}


.blue {
	color: #026099;
	}

.sep {
	border-bottom: 1px solid #026099;
	}

#tertnav_famproducts {
	color: #026099;
	font-weight: bold;
	text-align: left;
	margin-left: 35px;
	margin-top: 15px;
	}

#tertnav_famproducts a {
	color: #026099;
	font-weight: bold;
	}
	
#tertnav {
	color: #026099;
	font-weight: bold;
	text-align: left;
	margin-left: 35px;
	margin-top: 45px;
	}

#tertnav a {
	color: #064b76;
	font-weight: bold;
	}

#callout {
	text-align: left;
	margin-left: 35px;
	margin-top: 75px;
	}

#content {
	width: 500px;
	margin-left: 50px;
	}

#subcontent {
	width: 500px;
	margin-left: 50px;
	border-left: #BDBBBA 1px solid;
	padding: 10px;
	}

#sidebar {
	width: 150px;
	margin-left: 25px;
	}

.footer {
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 13px;
	color: #064b76;
	line-height: 16px;
	}