@charset "UTF-8";/* CSS Margin Shorthand: top right bottom left *//* STRUCTURE */html {}body {background: #ccc; margin: 0px;}#page-container {width: 100%; height: 100%; margin: auto;}.photo-style-right {margin: 15px 20px 15px 0px; float: right;}.photo-style-center {margin: 15px 0px 15px 0px; text-align: center;}/* TEXT STYLES */.h1 {font-family: Helvetica, Arial, sans-serif; color: #882b5c; font-size: 17px; line-height: 24px; font-weight: 600; margin: 17px 40px 6px 40px;}.h2 {font-family: Helvetica, Arial, sans-serif; color: #882b5c; font-size: 15px; line-height: 20px; font-weight: 400; margin: 12px 40px 4px 40px;}.h3 {font-family: Helvetica, Arial, sans-serif; color: #222; font-size: 14px; line-height: 18px; font-weight: 600; margin: 12px 40px 2px 40px;}.h4-sidebar {font-family: Helvetica, Arial, sans-serif; color: #fff; font-size: 14px; text-transform: uppercase; line-height: 18px; font-weight: 600; margin: 12px, 0px, 0px, 0px; text-align:center;}.h5-sidebar {font-family: Helvetica, Arial, sans-serif; color: #111; font-size: 11px; line-height: 16px; font-weight: 600; margin: 3px 12px 0px 12px;}.paragraph {font-family: Helvetica, Arial, sans-serif; color: #222; font-size: 13px; line-height: 21px; font-weight: 400; margin: 12px 40px 18px 40px;}.links-page {font-family: Helvetica, Arial, sans-serif; color: #222; font-size: 13px; line-height: 21px; font-weight: 400; margin: 12px 40px 18px 55px;}.paragraph-sidebar {font-family: Helvetica, Arial, sans-serif; color: #111; font-size: 11px; line-height: 16px; font-weight: 400; margin: 0px 12px 12px 12px;}.bulletlist {font-family: Helvetica, Arial, sans-serif; color: #222; font-size: 13px; line-height: 22px; font-weight: 600; margin: 12px 40px 0px 40px;}.bottom-nav {font-family: Helvetica, Arial, sans-serif; color: #444; font-size: 11px; line-height: 16px; font-weight: 400; margin: 18px 0px 12px 0px;}.copyright {font-family: Helvetica, Arial, sans-serif; color: #555; font-size: 11px; line-height: 16px; font-weight: 400; margin: 0px 0px 12px 0px;}/* LINK STYLES */a:link {color: #98366a; text-decoration: underline; font-weight: 600;}a:visited {text-decoration: underline; color: #98366a; font-weight: 600;}a:hover {text-decoration: none; color: #98366a; font-weight: 600;}a:active {text-decoration: none; color: #98366a; font-weight: 600;}a.footer:link {text-decoration: underline; color: #444; font-weight: 600;}a.footer:visited {text-decoration: underline; color: #444; font-weight: 600;}a.footer:hover {text-decoration: none; color: #444; font-weight: 600;}a.footer:active {text-decoration: none; color: #444; font-weight: 600;}a.copyright:link {text-decoration: underline; color: #555; font-weight: 400;}a.copyright:visited {text-decoration: underline; color: #555; font-weight: 400;}a.copyright:hover {text-decoration: none; color: #555; font-weight: 400;}a.copyright:active {text-decoration: none; color: #555; font-weight: 400;}