@charset "UTF-8";

body {
	font-size:0.8em; }
	
	.ie6 #content-container img {
		behavior:url(/css/iepngfix/iepngfix.htc); }

/* header, footer, and small menu styles located in /css/common.css */


#content-container {
	margin-top:25px;
	background:url(../images/steps.jpg) bottom right no-repeat; }
	
	.ie6 #content-container {
			background-color:#A1C0E4; }
	
	#content {
		margin-right:200px;
		padding:20px;
		background:#A1C0E4 url(../images/gradient.jpg) repeat-x; }
		
		.ie6 #content {
			margin-right:250px;
			background:#A1C0E4; }
		
		h1 {
			margin-bottom:25px;
			width:155px; height:38px;
			background:url(../images/connect.png); }
			
			h1 span {
				display:none; }
		
		h2 {
			margin-bottom:-1em;
			color:#FFF; font-size:1.2em; font-weight:normal; }
		
		strong {
			display:block; margin-bottom:2em;
			padding-bottom:2em; border-bottom:1px solid #FFF;
			text-transform:uppercase; font-weight:normal; }
			
			strong a {
				color:#FFF;	}


@media print {}