body		{ background-color: #ECE9D8; }
a			{ color: #717073; text-decoration: none; }
a:hover		{ text-decoration: underline; }
h1			{  }
h2			{ line-height: 1.1em; }
h2 strong	{ color: #0A317A; }
blockquote	{ background-color: #adc1d9; color: #333333; padding: 1em; width: 11em;}
blockquote strong	{ font-style: normal; }


.right		{ text-align: right; }
.center		{ text-align: center; }
.squeeze	{ width: 300px; }
.larger		{ font-size: 1.2em; line-height: 1.4em; }
.lined		{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F0F8F9;
	padding: .25em 1em;
}

/* ***  IDs  *** */
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 750px;
	margin-bottom: 4em;
}
#header {
}
#content1 {
	background: #f7fcfd url(computer_top.jpg) no-repeat right bottom;
/*	height: 220px;*/
	width: 675px;
	padding-left: 75px;
	clear: both;
	border-top: 2px solid #D6E3F0;
/*	border-color: #CCCCCC;
	border-style: solid;
	border-width: 4px;
	border-bottom-width: 0; */
}
#content2 {
	background: #7399c6 url(computer_bottom.jpg) no-repeat right top;
	margin: auto;
	padding-bottom: 15px;
	width: 100%;
/*	border-width: 4px;
	border-style: solid;
	border-color: #E9E9E9;
	border-top-width: 0; */
}
#logo {
	float: left;
}
#title {
	padding-top: 60px;
	width: 30em;
}
#copy {
	color: #FAFAFA;
	padding: 75px 50px 0 75px;
	text-align: left;
}
#copy p {
	font-size: 1.5em;
	line-height: 1.5em;
}
#sidebar {
	color: #0b0b0b;
	margin-top: 75px;
	width: 15em;
}
