/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    color                   :       #666666;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       12px;
    margin                  :       0px 0px 0px 0px;
    text-align              :       left;
}

a:link {
    color                   :       #004990;
    text-decoration         :       none;
}

a:visited {
    color                   :       #004990;
    text-decoration         :       none;
}

a:hover {
    color                   :       #999999;
    text-decoration         :       none;
}

td {
    vertical-align          :       top;
}

/****************************ID Classes********************************/

/*** Container ***/

#container {
    text-align              :       left;
    width                   :       1000px;
}

/*** Header ***/

#header {
    background-color        :       #FFFFFF;
    height                  :       140px;
    width                   :       206px;
}

/*** Top Area ***/

#top_area {
    background-color        :       #FFFFFF;
    height                  :       102px;
    text-align              :       right;
    width                   :       794px;
}

/*** Navigation Area ***/

#nav {
    height                  :       38px;
    text-align              :       left;
    width                   :       794px;
}

#nav_button_1 {
    float                   :       left;
    height                  :       38px;
    width                   :       114px;
}

#nav_button_2 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

#nav_button_3 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

#nav_button_4 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

#nav_button_5 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

#nav_button_6 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

#nav_button_7 {
    float                   :       left;
    height                  :       38px;
    width                   :       113px;
}

/*** Content Area ***/

#content_area {
    background-color        :       #E1E1E1;
    background-image        :       url('../images/background_content_area.jpg');
    background-repeat       :       no-repeat;
    min-height              :       1000px;
    padding                 :       30px 0px 0px 0px;
    text-align              :       left;
    width                   :       1000px;
}

/*** Content Area ***/

#content_area_index {
    background-color        :       #E1E1E1;
    background-image        :       url('../images/background_content_index.jpg');
    background-repeat       :       no-repeat;
    min-height              :       1000px;
    padding                 :       20px 0px 0px 0px;
    text-align              :       left;
    width                   :       1000px;
}

/*** Bottom Area ***/

#bottom_area {
    background-color        :       #FFFFFF;
    color                   :       #797979;
    font-size               :       11px;
    height                  :       21px;
    padding                 :       10px 0px 0px 35px;
    width                   :       1000px;
}