﻿*
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Calibri, Arial;
    font-size: 16px;
    color: #254061;
    background: yellow;
    margin: 15px 20px 0 20px;
    text-align: justify;
    line-height: 130%;
}

p
{
    padding: 5px 0 5px 0;
}

.section
{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    border-bottom: solid 1px #FFCC33;
}
.subsection 
{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px 0;}

.rightfloatimg
{
    float: right;
}

.rightfloatimg img
{
    padding: 0 0 0 5px;
}

.spacer
{
    clear: both;
}

.emphasis
{
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.PDFbox
{
    width: auto;
    text-align: center;
    font-size: 14px;
    border: solid 1px white;
    margin: 10px;
    padding: 10px;
}

.PDFbox img
{
    border: none;
}

.quote
{
    font-style: italic;
}

.enlarge
{
    font-size: 110%;
}

.onright {
  text-align:right;}

A:link
{
    text-decoration: none;
    border-bottom: dotted 1px black;
    color: #254061;
}
A:visited
{
    text-decoration: none;
    color: #254061;
    border-bottom: dotted 1px black;
}
A:hover
{
    text-decoration: none;
    color: black;
    border-bottom: solid 2px black;
}

#profileimg
{
    text-align: center;
    padding: 5px 0 10px 0;
}
#profileimg img
{
    border: solid 1px black;
}
