/**
 * EBS Capstone Stylesheet
 *
 * Last updated: 2005-11-23
 */

body {
	background-color: #A6BDD3;
	font: normal normal normal 12px/17px Arial, Helvetica, sans-serif;
	color: #494949;
	
	margin: 0;
	padding: 8px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	line-height: normal;
	margin: 0;
	}
	
a {
	color: #c57a2b;
	}
	
p {
	line-height: 20px;
	margin: 12px 0;
	}
	
#header {
	background-image: url(/images/popup/top_bg.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	position: relative;
	}

#spacing {
	background-color: #2467A8;
	height: 14px;
	}
	
#body {
	background-color: #FFF;
	padding: 12px 20px;
	}
	
	#body h2 {
		font-size: 15px;
		margin: 32px 0 12px;
		color: #1A5895;
		font-weight: normal;
		}
		
.print {
	position: absolute;
	top: 18px;
	left: 496px;
	text-align: center;
	line-height: normal;
	}
	
	.print a {
		color: #FFF;
		text-decoration: none;
		}
		
	.print a:Hover {
		color: #C6D8E7;
		}
