* {
	margin: 0;
	padding: 0;
}

/*@ custom fonts definitions
-------------------------------------------------*/
@font-face {
	font-family: 'Copperplate';
	src: url('../../fonts/Copperplate.otf?') format('otf'), 
	     url('../../fonts/Copperplate.woff') format('woff'), 
	     url('../../fonts/Copperplate.ttf')  format('truetype'),
	     url('../../fonts/Copperplate.svg#svgFontName') format('svg');
	}

/*@ page elements
-------------------------------------------------*/

body {
	/* font: 16px Copperplate; */
	font: 16px Verdana, sans-serif;
	line-height: 24px;
	color: #555;
}
.clear {
	clear: both;
}
#page-wrap {
	width: 810px;
	margin: 40px auto 60px;
}
#pic {
	float: right;
	margin: -30px 0 0 0;
}

/*@ block elements
-------------------------------------------------*/

h1 {
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
h1 span {
	font-size: 19px;
}

h2 {
	font-size: 20px;
	margin: 0 0 6px 0;
	position: relative;
}
p {
	margin: 0 0 16px 0;
}

/*@ links
-------------------------------------------------*/

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
a:hover {
	border-bottom-style: solid;
	color: black;
}
.nochange:link {
	text-decoration: none;
	border: 0;
	color: #555;
}

.nochange:visited {
	text-decoration: none;
	border: 0;
	color: #555;
}

.nochange:hover {
	text-decoration: none;
	border: 0;
	color: #555;
}

.nochange:active {
	text-decoration: none;
	border: 0;
	color: #555;
}

/*@ lists
-------------------------------------------------*/

ul {
	margin: 0 0 32px 17px;
}
/*
#objective {
	width: 500px;
	float: left;
}
#objective p {
	font-family: Copperplate;
	font-style: italic;
	color: #666;
}
*/
dt {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding: 0 26px 0 0;
	width: 160px;
	float: left;
	height: 100px;
	border-right: 1px solid #999;
}
dd {
	width: 600px;
	float: right;
}
dd.clear {
	float: none;
	margin: 0;
	height: 15px;
}
