@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url(../fonts/RobotoCondensed-Light.woff2) format("woff2"), url(../fonts/RobotoCondensed-Light.woff) format("woff"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/RobotoCondensed.woff2) format("woff2"), url(../fonts/RobotoCondensed.woff) format("woff"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(../fonts/RobotoCondensed-Bold.woff2) format("woff2"), url(../fonts/RobotoCondensed-Bold.woff) format("woff"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url(../fonts/RobotoCondensed-LightItalic.woff2) format("woff2"), url(../fonts/RobotoCondensed-LightItalic.woff) format("woff"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url(../fonts/RobotoCondensed-Italic.woff2) format("woff2"), url(../fonts/RobotoCondensed-Italic.woff) format("woff"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url(../fonts/RobotoCondensed-BoldItalic.woff2) format("woff2"), url(../fonts/RobotoCondensed-BoldItalic.woff) format("woff"); }
body, html {
  font-family: 'Roboto Condensed', sans-serif; }

.hugeFont {
  font-size: 18px; }

.bigFont {
  font-size: 15px; }

.normalFont {
  font-size: 13px; }

.smallFont {
  font-size: 11px; }

.tinyFont {
  font-size: 9px; }

* {
  margin: 0;
  padding: 0; }

body {
  font: 16px 'Roboto Condensed', sans-serif;
  line-height: 24px;
  background: url(../images/noise.jpg); }

.clear {
  clear: both; }

#page-wrap {
  width: 800px;
  margin: 40px auto 60px; }

#pic {
  float: right;
  margin: -30px 0 0 0; }

h1 {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -2px;
  border-bottom: 1px solid #999; }

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

h2 span {
  position: absolute;
  top: 0;
  right: 0;
  font-style: italic;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  text-align: right; }

p {
  margin: 0 0 16px 0;
  text-align: justify; }

a {
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted #999; }

a:hover {
  border-bottom-style: solid;
  color: black; }

ul {
  margin: 0 0 16px 17px;
  text-align: left; }

#objective {
  width: 800px;
  float: left; }

#objective p {
  font-style: italic;
  color: #666; }

dt {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  padding: 0;
  width: 100px;
  float: left; }

dd.info {
  width: 650px;
  float: right;
  padding-left: 26px;
  border-left: 1px solid #999;
  min-height: 100px;
  text-align: justify; }

dd.clear {
  float: none;
  margin: 0;
  height: 15px; }

.right {
  float: right; }

@media print {
  body {
    padding: 0 50px; }

  .printHide {
    display: none; } }

/*# sourceMappingURL=style.css.map */
