body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.9em;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

/* Overall organization */

#header
{
    width: 100%;
    color: #003366;
    background: #003366 url('images/Header3.jpg') no-repeat;
    height: 71px;
    text-align: left;
    margin-bottom: 10px;
}

#flowerBottom
{
    position: absolute;
    top: 71px;
    left: 0px;
    height: 62px;
    width: 102px;
    margin-top: 0px;
    background-image: url('images/flowerBottom.jpg');
    background-repeat: no-repeat;
}

#container
{
    border-top: 1px solid #ff9900;
    width: 720px;
    left: 120px;
    margin: 0 auto 0 auto;
}

#leftNav
{
    position: relative;
    width: 100px;
    margin-top: 20px;
    float: left;
}

#contents
{
    position: relative;
    width: 600px;
    min-height: 230px; 
    margin: 10px 0 20px 0;
    padding-left: 10px;
    text-align: left;
    float: right;
    border-left: 1px solid #aaaaaa;
}

#footer
{
    clear:both;
    position: relative;
    width: 100%;
    margin-top:35px;
    text-align: center;
    background-color: inherit;
    color: #777777;
}

/* Left Navigation */
ul#leftMenu
{
    width: 90px;
    padding: 0px;
    list-style: none;
    margin: 20px 0 0 10px;
    border-top: solid 1px #cccccc;
}

ul#leftMenu li, ul#leftMenu a
{
    text-align: center;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: inherit;
    color: #000000;
}

ul#leftMenu a
{
    border-bottom: solid 1px #cccccc;
    outline: none;
    display: block;
    width: 90px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #D2DDE2;
}

ul#leftMenu a:hover
{
    background: #336699;
    color: #ffffff;
}

ul#leftMenu a.active
{
    background: #DDE7D1;
    color: #D6DDE5;
}

/* General formatting */
.box
{
    border: solid 1px #ffb400;
    width: 400px;
    padding: 10px;
}

.center
{
    text-align: center;
}

.floatLeft
{
    float: left;
    margin:10px;
}

.floatRight
{
    float: right;
    margin:10px;
}

.projectHighlight
{
    padding: 5px;
    background: White url('images/yellow_gradient.gif') repeat-x top;
    margin-bottom: 10px;
    border: solid 1px Gray;
    border-left: none;
    border-right: none;
}

/* Hides from IE-mac \*/
* html .projectHighlight {height: 1%;}
/* End hide from IE-mac */

h1
{
    margin-top: 10px;
    font-size: 1.7em;
    color:Black;
}

h2
{
    font-size:1.25em;
    color:#00639B;
}

h3
{
    width:100%;
    font-size:1.1em;
    margin-bottom:10px;
    color:#EF8F00;
    /*background-color:#ffff99;*/
    border-bottom: solid 3px #ffff99;
}

p
{
    text-align: left;
}

p.floatRight
{
    float:right;
    width:330px;
    margin-top:0px;
    text-indent: 0px;
    text-align:left;
}

p.leftInset
{
    text-indent:0px;
    margin-left:30px;
}

p.noIndent
{
    text-indent: 0px;
    text-align: left;
}

p.projectLink
{
    text-indent: 0px;
    text-align: left;
    clear:left;
    width:325px;
}

p.projectDetails
{
    text-indent: 0px;
    text-align: left;
}

p.poem
{
    font-size: 90%;
    color: #777777;
    margin-left: 24px;
    text-indent:0px;   
}

a
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

a:link
{
    color: #0055cc;
    background-color: Transparent;
}

a:visited
{
    color: #0055cc;
    background-color: Transparent;
}

a:hover
{
    color: #ff0000;
    background-color: Transparent;
    text-decoration: underline;
}

img
{
    border: 1px solid #ffb400;
}

img.blackBorder
{
    border: 1px solid Black;
}

img.floatRight
{
    float: right;
    margin: 0px 12px 12px 12px;
    border: 1px solid #ffb400;
}

img.noBorder
{
    border: solid 0px black;
}

table.optionsTable
{
    padding:5px;
    border: solid 1px #ffb400;
    background-color: #ffff99;
}

table.statsTable
{
    padding:3px;
    border: solid 1px #00317e;
    background-color: #ccccff;
}

.statsTable td
{
    width: 5em;
}

.statsTableHeading
{
    font-size: 0.8em;
    font-weight: bold;
}

table
{
    padding: 0px;
    border: 0px;
}

/*tr
{
    background-color: #ffffff;
}*/

tr.firstRow
{
}

tr.odd
{
    background-color: #dddddd;
}

td
{
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

td.leftResumeColumn
{
    width:120px;
    padding-left:30px;
    font-weight:bold;
    font-size:0.9em;
}

#IugatorStatusMsgs
{
    width: 90%;
    max-height: 250px;
    overflow: auto;
}