body
{
    margin: 0px 25px 5px 25px;
    background-color: #FFFFFF;
}

/*HEADER*/
#header
{
    width: 800px;
    position: relative;
    height: 162px;
    background-image: url('/images/header.jpg');
    background-repeat: no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname
{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000066;
    font-size: 36px;
    font-weight: bold;
    margin-top: 47px;
    margin-left: 35px;
    left: 0px;
    top: 0px;
    text-align: left;
    padding-right: 10px;
}

/*MENU IN HEADER*/
#menu
{
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}
#menu a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#rightpanel
{
    float: right;
    width: 200;
    vertical-align: top;
}

/*CONTENT*/
#content
{
    width: 800px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contenttext
{
    float: left;
    width: 570px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 16px;
}

#contenttext a
{
    font-weight: bold;
}

/*FOOTER*/
.footer
{
    width: 779px;
    height: 32px;
    background-image: url('/images/sm_bg_footer.gif');
    background-repeat: no-repeat;
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
/*FOOTER LINKS*/
.footer a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
    color: #333333;
}

/*TABLE*/
.table_top
{
    width: 204px;
    height: 27px;
    background-image: url('/images/table_top.jpg');
    background-repeat: no-repeat;
}
.table_content
{
    width: 204px;
    background-image: url('/images/table_content.jpg');
    background-repeat: repeat-y;
}
.table_text
{
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}
.table_bottom
{
    border-width: 0px;
    width: 204px;
    height: 23px;
    background-image: url('/images/table_bottom.jpg');
    background-repeat: no-repeat;
}

/*TEXT STYLES*/

.news_more
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    font-weight: bold;
    padding-bottom: 10px;
}
.news_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.subtitle_gray
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    position: relative;
    margin-top: 6px;
}
.title_blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #2757A0;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}
.title_panel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.body_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
}
li
{
    padding-bottom: 8px;
}
h2
{
    color: #3366CC;
    margin-bottom: -10px;
    font-size: 14px;
}
.TableCellBold
{
    font-weight: bold;
    padding-right: 10px;
}
.RequiredFields
{
    color: #FF0000;
    font-weight: bold;
    vertical-align: top;
}
.WaterMark
{
    color: #808080;
}
td
{
    vertical-align: top;
}
textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgScreenShot
{
    border: thin solid #999999;
    margin-left: 25px;
    float: right;
}
