@import url(nav_ir.css);

/* =TYPOGRAPHY *
***************************/
* { font-size: 1em; color: inherit; }
html, body {
	font-size: 100%;
	height: 100%;
	width: 100%;
}
body {
	background: #fff;
	color: #000;
	font: 12px/1.2 Verdana, sans-serif;
	margin: 0;
	padding: 0;	
}

p { margin: 1em 0; }
#content p { line-height: 1.5; }


/* =LINKS
*******************************/
#content a { font-weight: bold; }
a:link { color: #1867a3; }
a:visited { color: #e57322; }
a:hover {
	color: #4e463b;
	text-decoration: none;
}

#tagline { position:absolute; left: 52px; }

/* =PAGE LAYOUT *
*************************/
#canvas {
	margin: 0 auto;
	width: 766px;
	padding: 1em 0;
}

#quicknav {
	position: absolute;
	left: -999em;
}

#masthead { position: relative; }
#siteinfo {
	background: #3F7FA6 url(/images/common/sc_header_bg_middle.gif) repeat-x 0 -1px;
	border: 1px solid #2F577D;
	color: #fff;
	height: 1.75em; /* 21px; */
}
#heading { margin: 2px 0; }

#content {
	font-size: .9em;
	text-align: left;
	margin: 0 7%;
	padding: 1em 0;
	width: 85%;
}

#footer {
	text-align: center;
	font-size: .75em;
	margin: 2px 0;
}
	#copy {
		background: #B33C2E url(/images/common/sc_footer_bg.gif) repeat-x;
		border: 1px solid #771C13;
		color: #edcfbe;
		line-height: 23px;
	}
/* =IE<6 ON WINDOWS STYLES *
********************************/
/* BEGIN HIDE FROM IE MAC \*/
* html body { text-align: center; }
* html #canvas { text-align: left; }
/* END HIDE FROM IE MAC */