@charset "UTF-8";

/* Global Styles */

body { font-family: Arial; font-size: 16px; color: #575c7a; line-height: 1.5em; background: #ffffff; } /* 1920 - 16px */

.page { max-width: 1920px; margin: 0px auto; position: relative; background-color: #ffffff; }

footer { position: static; font-size: 1em; color: #ffffff; background-color: #202e54; padding: .50em .25em .50em .25em; text-align: center; }

.right {
    position: absolute;
    right: 80px;
    width: 140px;
    padding: 0px;
}

.clear-fix { clear: both; line-height: 1px; }

/* Fonts */
@font-face {font-family: Open_Sans; src: url("fonts/OpenSans-Regular.ttf"); }
@font-face { font-family: Open_Sans_Light; src: url("fonts/OpenSans-Light.ttf"); }

/* Headers */
h1 { font-family: Open_Sans; color: #4d5a7d; margin: .75em 0em .75em 0em; font-size: 2.50em; font-weight: bold; text-align: center; }
h2 { font-family: Open_Sans; color: #4d5a7d; margin: 0em 0em .5em .5em; font-size: 1.25em; font-weight: bold; }
h3 { font-family: Open_Sans; color: #4d5a7d; margin: 1em 1em .5em 1em; font-size: 1.50em; font-weight: bold; }
h4 { font-family: Open_Sans; color: #4d5a7d; margin: 0em 0em .5em 0em; font-size: 2.50em; font-weight: bold; line-height: .75em; }
h5 { font-family: Open_Sans_Light; color: #4d5a7d; margin: 0em 0em .5em 0em; font-size: 1.05em; font-weight: bold; }
h6 { font-family: Open_Sans; color: #4d5a7d; margin: 0em 0em .5em 0em; font-size: 1.50em; font-weight: bold; }

/* Paragraphs and List */
p { font-family: Open_Sans; color: #000000; margin: 0em 1.5em 0.75em 1.5em; }
p.italic { font-family: Open_Sans_Light; font-style: italic; }
p.name { font-family: Open_Sans; font-size: 1.00em; font-weight:bold; color: #575c7a; margin: 0em 1.5em 0em 1.25em; }
ul { margin: 0px 20px 20px 20px  }
li { font-family: Open_Sans; font-size: 1.00em; font-weight:bold; color: #757575; padding: 0px 20px 0px 0px; }






