html, body, h1, h2, h3, h4, ul, li
{
    margin: 0;
    padding: 0;
}
h1 img
{
    display: block;
}

img
{
    border: 0;
}
a
{
    color: #464544;
}
a:hover 
{
    color: #FFA405;
}

h3
{
    font: 14px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 2em;
}

h2
{
    font: 18px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
}

.left {
    float: left;
}
.right {
    float: right;
}
.more {
    text-align: right;
}
.clear {
    clear: both;
}

body
{
    background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
    text-align: center;
    font: 11px verdana, arial, sans-serif;
    color: #74653D;
    padding-bottom: 10px;
    padding-top: 31px;
}

/** layout **/
#wrapper
{
    text-align: left;
    margin: auto;
    width: 778px;
    position: relative;
    background: url(images/body_bg.bmp) repeat-y;
}

#header
{
    position: absolute;
    top: 0;
    left: 243px;
    width: 535px;
    height: 279px;
    background: url(images/header_2.jpg) no-repeat;
}
#left 
{
    float: left;
    width: 243px;
}
#logo
{
    width: 244px;
    height: 152px;
    background: url(images/header_1.jpg) no-repeat;
    text-align: center;
    color: #595959;
}
#logo h1
{
    padding-top: 30px;
    font: 24px "arial narrow", arial, sans-serif;
}
#logo p
{
    margin: 8px 25px 4px 25px;
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    padding: 3px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

#nav
{
    background: url(images/nav_left.jpg) no-repeat;
}
#nav ul
{
    margin-left: 9px;
    padding-left: 1px;
    padding-bottom: 29px;
    background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li
{
    list-style: none;
    font: 14px "arial narrow", arial, sans-serif;
    border-top: 1px solid #959595;
    background: 188px 10px url(images/arr_white.gif) no-repeat;
    padding: 7px 0 0 31px;
}
#nav a
{
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #959595;
    padding-left: 10px;
    display: block;
    width: 90%;
    padding: 2px 0 6px 8px;
}
#nav a:hover
{
    font-weight: bold;
}
#nav .important
{
    border: none;
    background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a
{
    color: #E9C379;
}

#news
{
    background: url(images/news_bg.jpg) repeat-y;
    padding-left: 37px;
    padding-right: 22px;
    padding-bottom: 3px;
    text-align: justify;
}
#news h2
{
    font-size: 12px;
    color: #000;
}
#news h3, #news p
{
    font-size: 11px;
    margin: 1em 8px 1em 0;
}
#news a
{
    color: #74653D;
    font-weight: bold;
    text-decoration: underline;
}
#news a:hover
{
    color: #38301A;
}

#news .hr-dots
{
    background: center url(images/dots.gif) repeat-x;
    height: 10px;
}

#support 
{
    background: url(images/support.jpg) no-repeat;
    padding: 1px;
    height: 27px;
    color: #1A1A18;
}
#support p
{
    margin: 0.7em 2.6em;
}

#right 
{
    float: right;
    width: 490px;
    padding-right: 9px;
    padding-top: 301px;
}
#right h2 
{
    font: 18px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
}
#right h3
{
    font: 14px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 2em;
}

#right a, a:link
{
    text-decoration:none;
    color: #BE8B06;
}

#right a:hover
{
    font-weight: bold;
}

#welcome
{
    margin-right: 20px;
}
#profile
{
    margin-right: 16px;
}
#right .left 
{
    margin-right: 18px;
}
#right .more 
{
    font-weight: bold;
    font-size: 10px;
}
#spacer 
{
    height: 2em;
}

#footer
{
    background: url(images/footer_bg.jpg) repeat-y;
}
#copyright
{
    text-align: center;
    padding: 22px 0px 30px 00px;
    font-size: 9px;
    color: #FFF;
    font-weight: bold;
}
#footerline
{
    background: url(images/footerline.jpg) no-repeat;
    height:10px;
    margin-top:0px;
    display:block;
    font-size:1px;
}

#info
{
    padding-top:10px;
    text-align: left;
    margin: auto;
    width: 750px;
    position: relative;
}

#info h2
{
    font: 18px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
    font-weight: inherit;
}
#info h3 
{
    font: 14px arial, sans-serif;
    color: #BE8B06;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 2em;
}

#project
{
    padding-top:10px;
    text-align: left;
    margin: auto;
    width: 750px;
    position: relative;
    height: 300px;
}

.project_info
{
    height: 300px;
    width: 350px;
    padding-right:10px;
    padding-left:10px;
    float:right;
}

#contact_us
{
    margin-right: 20px;
}

#contact_us a
{
    text-decoration:none;
    color: #74653D;
}

#contact_us a:hover
{
    color: #FFA405;
}

#contact_us_info
{
    padding-top:10px;
    text-align: left;
    margin: auto;
    width: 750px;
    position: relative;
}

#contact_us_info a
{
    text-decoration:none;
    color: #BE8B06;
}

#contact_us_info a:hover
{
    color: #BE8B06;
}

#list_un
{
    list-style-type:lower-alpha;
    list-style-position:inside;
    padding-left:10px;
}

.toggle_button a, a:hover
{
    font-weight: bold;
}

#editor
{
    padding-top:10px;
    text-align: left;
    margin: auto;
    width: 750px;
    position: relative;
}

#project_manager
{
    margin-right: 20px;
}

#project_manager_info
{
    padding-top:10px;
    text-align: left;
    margin: auto;
    width: 750px;
    position: relative;
}

#pdf_viewer
{
    padding-top:10px;
    margin: auto;
    width: 750px;
    height: 1000px;
}

#Variable_Button
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#table-3
{
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
}
#table-3 td, #table-3 th 
{
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
}
#table-3 th
{
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
}
#table-3 td
{
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top;
}