@font-face {
    font-family: 'Bookman Old Style';
    src: url('bookos.ttf');
}
/* PRIMARY */

#primary { width: 100%; text-align: center; background: #fff; font-family: "Trebuchet MS", Arial, Helvetica, serif; font-weight: normal; color: #1B70E0; }

/* HEADER */
#header { position: relative; text-align: -moz-center; }
#header h1 { float: left; width: 100%; margin-top: 10px; border-top: 1px dotted #9f9c99; border-bottom: 1px dotted #9f9c99; padding: 24px 0; font-family: "Bookman Old Style", Georgia, "Times New Roman", serif ; font-size: 28px; }

/* LEFT */
#left { position: relative;}
#left  p {float: right; width: 100%; margin-top: 20px; text-align: left; font-size: 18px; color: #000000; padding: 0;}

/* RIGHT */
#right { position: relative;}
#right p { float: right; width: 100%; text-align: right; font-size: 18px; padding: 0;}
#right a:link, a:visited {text-decoration: none; color: #000000}
#right a:hover {color: #1B70E0};




