@charset "utf-8";
/* CSS Document */

body {
	color:#000000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/**to remove unwanted elements when printing**/
#top-nav, #main-nav, #special, #second, #flash-content {display:none;}

#footer p:first-child {display:none;}

#header {
	border-bottom:2px solid #6C1921;
	height:115px;
	width:925px;
}

#content, #main, #main-sub {width:900px;}

img {border:none; display:block;}

a {
	color:#333;
	text-decoration:underline;
}
/**displays the value of an anchor's href attribute, in-line, after the text, slightly smaller and flanked by parentheses**/
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}



