@import url(/style/shared/cfp.css);


.navbar {
	background-color: #100c0a;
}
	
.navbar ul li a:hover {
	background-color: #f7a136;
}

.cfp {
	background: #fff;
}

p {
	font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
}

h2 {
	font-variant: small-caps;
	font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
	text-align: left;
	background-color: #eeac4b;
	margin: 0px -10px 10px -10px;
	padding-left: 10px;

}

h1 {
	font-variant: small-caps;
	font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
	margin-top: 25px;
	}

 h3 {
	background-color: #243A69;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}



.login {
	background-color: #f3f8fe;
}

li {
	font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
}

.anchor {
	text-align: right;
	background-color: #243A69;
	margin: 0px -10px 10px -10px;
	padding-right: 10px;
	color: #fff;
}

.programinfo ol li {
	list-style-type: decimal;
}

ol li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
}

.programinfo ul li {
	list-style-type: disc;
}

div.tree img {
	position: fixed; 
	bottom: 20px; 
	max-width: 300px; 
	width: 100%;
}

@media (max-width: 960px) {
	div.tree img {
		max-width: 220px;
}
}

@media (max-width: 760px) {
	div.tree img {
		position: static;
	}

	div.tree {
		text-align: center;
	}
}