.highlight_light
{
    background-color: #ffffff;
}

.highlight_dark
{
    background-color: #e0e0e0;
}

.blue
{
    color: blue;
}

body
{
    /* font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif'; */
    font-family: Arial, sans-serif, Helvetica;
    font-size: 0.9em;
    background-color: #999999;
    background-image: url(../images/body_bg.gif);
    /*
    margin: 0;
    padding: 0;
    */
}

div#width
{
    width: 70%;
    min-width: 50em;
    margin-left: auto;
    margin-right: auto;
}

div#container
{
    border: 1px solid #666666;
    position: relative;
    background-color: black;
}

div#header
{
    background-color: #D21A20;
    background-image: url(../images/banner1_bg.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    color: white;
    height: 76px;
    position: relative;
    margin-left: -13em;
}

div#header img
{
    vertical-align: middle;
}

div#header_left
{
    float: left;
    background-color: white;
}

div#header_right
{
    position: absolute;
    right: 0;
    top: 0;
}

div#subheader
{
    position: relative;
    background-color: black;
    height: 1.8em;
    color: white;
    clear: both;
    margin-left: -13em;
}

#subheader_left
{
    float: left;
}

#subheader_right
{
    float: right;
}

div#subheader h3,
div#subheader h4
{
    margin: 0;
}

div#subheader a
{
    color: white;
    text-decoration: none;
}

div#subheader_padder
{
    padding: 2pt 6pt 0 18pt;
}

div#content
{
    position: relative;
    /* height: 100%; */
    margin-left: 13em;
}

div#right_padder
{
    padding: 12pt 6pt;
	background-color: white;
}

div#left
{
    position: relative;
	background-color: black !important;
    float: left;
    width: 13em;
    clear: left;
    margin-left: -13em;
    border-top: 1px solid white;
    color: white;
}

div#left a
{
    text-decoration: none;
    color: white;
}

div#left_padder
{
    padding: 1px;
}

div#menu
{
}

div#menu ul.menu
{
    margin: 0 0 18pt 0;
    padding-left: 0;
}

div#menu ul.menu li
{
    list-style-type: none;
    border: 1px solid red;
    margin-bottom: 2px;
    white-space: nowrap;
}

div#menu ul.menu a
{
    width: 100%;
    display: block;
    color: white;
    font-family: Arial Black;
    font-weight: normal;
    background-image: url(../images/menuButton.gif);
    background-repeat: repeat-y;
    background-color: #D21A20;
}

div#menu ul.menu a:hover
{
    background-image: url(../images/menuButton2.gif);
    background-color: red;
}

div#menu ul.menu a:link,
div#menu ul.menu a:visited,
div#menu ul.menu a:active,
div#menu ul.menu a:hover
{
    text-decoration: none;
}

div#right
{
}

div#footer
{
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
    margin-top: 6em;
    clear: both;
}

fieldset.general
{
    border: 2px solid #777777;
}

fieldset.general legend
{
    font-size: 1.5em;
    font-weight: bold;
}

fieldset.general h2
{
    margin-top: 6pt;
    margin-bottom: 6pt;
}

h2.page_heading
{
    margin: 0 0 12pt 0;
    padding-bottom: 3pt;
    border-bottom: 3px solid #D21A20;
    font-weight: bold;
}

table.data_compact
{
    border-collapse: collapse;
}

table.data_compact tr td, table.data_compact tr th
{
    padding-right: 15px;
    padding-top: 6pt;
    padding-bottom: 6pt;
}

p.message_success
{
    color: green;
}

p.message_error
{
    color: red;
}

ul.stafflist
{
    margin-top: 0;
    margin-bottom: 18pt;
}

hr.red_big
{
    height: 3px;
    background-color: #D21A20;
}

hr.black_small
{
    height: 1px;
    background-color: black;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

hr.fade_red
{
    height: 3px;
    background: url(../images/titleLine.png) #D21A20 no-repeat right;
}

hr.white_small
{
    height: 1px;
    background-color: white;
    margin-left: -6pt;
}

a:link
{
    color: red;
    text-decoration: underline;
}

a:visited
{
    color: purple;
    text-decoration: underline;
}

a:active
{
    color: #ff9900;
    text-decoration: none;
}

/* Hack for Mozilla so that only hyperlinks are highlighted. */
a[href]:hover
{
    color: #ff9900;
    text-decoration: underline;
}

/* Hack for Mozilla so that non-hyperlink anchors are not highlighted. */
html>body a:hover
{
    color: black;
    text-decoration: underline;
}

a:hover
{
    color: #ff9900;
    text-decoration: underline;
}

div#seo
{
    display: none;
}

p.image_caption
{
    margin-bottom: 3em;
}
