body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.skipnav, .nav, .logo a, .header form, .deep-links, .secondary {
	display:none;
	visibility:collapse;
}

a img {
	border:0;
}

#content a:link:after, #content a:visited:after, .footer a:link:after, .footer a:visited:after {
   content: " (" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6, a {
	color:#392C81;
	font-weight:normal;
}

h1 {
	border-bottom:1px solid #9C95C0;
}

h1.logo {
	border-bottom:0;
}

.header {
	width:100%;
	float:left;
	border-bottom:2px solid #392C81;
	margin-bottom:20px;
}

.logo {
	width:30%;
	float:left;
	clear:both;
}

.header p {
	width:60%;
	float:right;
	font-size:18px;
	text-align:right;
	color:#392C81;	
}

.header p span {
	font-size:36px;
	color:#b00130;
	font-weight:bold;
	clear:both;
	display:block;
}

#content {
	clear:both;
}

.footer {
	border-top:1px solid #9C95C0;
	padding-top:20px;
}
