@charset "utf-8";
/* CSS Document */

#main-nav, #masthead .normalSite, #masthead .textOnly, #masthead .searchArea, #footer, #fullWidthContent img, #rightContent img, #sidebar, #sideMenu, .noprint, .bigtitle {
	display:none;
}
.print {
	display:block !important;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

h1, .secondaryTitle {
	font-size:2.5em;
	color:#636467;
	font-weight:bold;
}
h2, .registerLink {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	letter-spacing:0.005em;
	padding:0;
	color:#F69322;
	margin-bottom:22px;
	line-height:1.25;
}
h3{
	font-size:1.6em;
	font-weight:bold;
	color:#818386;
	margin-bottom:10px;
}
h4{
	font-size:1.5em;
	line-height:1;
	margin-top:-0.6em;
	color:#f69322;
	font-weight:bold;
	padding-bottom:9px;
	margin-bottom:9px;
	border-bottom:1px solid #797b7f;
} * html h4 { margin-top:-0.7em; /* Lazy IE6 Fix */ }
li{
	font-size:1.4em;
}
p {
	font-size:1.3em;
	margin-bottom:6px;
	color:#818386;
}
p, li, td, th {
	line-height:1.5;
	color:#818386;
}
legend{
	display:none;
}
blockquote{
	margin-left:80px;
}
cite{
	font-style:italic;	
}

a:link, a:visited{
	color:#818386;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#818386;	
}
a img{
	border:none;	
}

/* --- CONTAINER --- */
#container, #masthead {
	margin:0 auto;
	text-align:left;
	position:relative;
}
#container{
	padding-top:40px;
	padding-bottom:2.375em;
}
#rightContent #extra {
	padding-top:40px;
}
#logo a{
	text-indent:-999em;	
}

p.feed { 
	padding-left:0;
}
.description {
	margin-bottom:24px;
}