﻿/*Layout*/*
{
    margin: 0;
}
html, body
{
    font-family: Georgia, Serif;
    height: 100%;
    text-align: center;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -118px;
}
.header
{
    width: 100%;
    height: 159px;
    background: url('resources/header.gif');
    cursor: pointer;
}
.nav
{
    margin: 0 auto;
    width: 700px;
    padding-bottom: 30px;
    letter-spacing: 4px;
}
.content
{
    text-align: justify;
    width: 660px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.footer
{
    width: 100%;
    height: 118px;
    background: url('resources/footer.gif');
    position: relative;
}
.clearFooter
{
    clear: both;
    height: 118px;
}
/*Formatting*/.nav a
{
    color: Black;
    font-size: 14pt;
    margin: 0 10px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: solid 2px white;
    text-decoration: none;
}
.nav a:hover
{
    border-bottom: solid 2px black;
    cursor: pointer;
}
.update
{
    font-size: 26px;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    background: #dddddd;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
p
{
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px 0 10px 0;
    font-size: 12pt;
}
p b
{
    font-weight: 800;
}
a
{
    color: Black;
    border-bottom: solid 2px #999999;
    text-decoration: none;
}
a:hover
{
    border-bottom: solid 2px Black;
}
h1
{
    padding: 10px 0 10px 0;
    font-size: 14pt;
    letter-spacing: 2px;
    font-weight: lighter;
}
h2
{
    padding: 3px 0 3px 0;
    font-size: 12pt;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
h3
{
    padding: 1px 0 1px 0;
    font-size: 11pt;
    letter-spacing: 2px;
    font-weight: lighter;
    text-align: center;
}
h4
{
    margin: 10px 0 4px 0;
    padding: 2px 0 2px 0;
    border-bottom: solid 1px #AAAAAA;
    border-top: solid 1px Gray;
    font-size: 10pt;
    letter-spacing: 3px;
    font-weight: normal;
}
h5
{
    font-size: 12pt;
    letter-spacing: 1px;
    font-weight: bold;
}
h6
{
    font-size: 12pt;
    letter-spacing: 1px;
    font-weight: lighter;
    font-style: italic;
}
.resume
{
}
ul
{
    padding-bottom: 6px;
    padding-top: 3px;
    padding-left: 0;
}
li
{
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 21px;
    list-style-type: circle;
    text-align: justify;
}
fieldset
{
    padding: 10px;
}
fieldset select
{
    width: 630px;
}
select
{
    font-family: Georgia, Serif;
}
input
{
    font-family: Georgia, Serif;
}
.fieldsetText
{
    width: 621px;
}
fieldset textarea
{
    font-family: Georgia, Serif;
    width: 618px;
}

.secondaryOption
{
    color: #999999;
}
.date
{
    width: 80px;
    text-align: center;
}
.hiddenControl
{
    display: block;
}

