/****************************Native Classes********************************/

body, html {
    background-color        :       #95C4F0;
    background-image        :       url('../images/background_page.jpg');
    background-repeat       :       no-repeat;
    color                   :       #000000;
    font-family             :       Verdana, Arial, Georgia, Helvetica;
    font-size               :       13px;
    margin                  :       0px;
    text-align              :       justify;
}

a:link {
    color                   :       #1044A7;
	text-decoration         :       none;
}

a:visited {
    color                   :       #1044A7;
	text-decoration         :       none;
}

a:hover {
    color                   :       #6699FF;
	text-decoration         :       none;
}

/****************************ID Classes********************************/

#container {
    width                   :       800px;
}

#header {
    height                  :       203px;
    margin                  :       20px 0px 10px 0px;
    width                   :       800px;
}

/*** Navigation Area ***/

#nav {
    height                  :       28px;
    width                   :       800px;
}

.nav_space_left {
    float                   :       left;
    height                  :       28px;
    width                   :       26px;
}

.nav_button_1 {
    float                   :       left;
    height                  :       28px;
    width                   :       126px;
}

.nav_button_2 {
    float                   :       left;
    height                  :       28px;
    width                   :       156px;
}

.nav_button_3 {
    float                   :       left;
    height                  :       28px;
    margin                  :       -1px 0px 0px 0px;
    width                   :       175px;
}

.nav_button_4 {
    float                   :       left;
    height                  :       28px;
    width                   :       130px;
}

.nav_button_5 {
    float                   :       left;
    height                  :       28px;
    width                   :       147px;
}

.nav_space_right {
    float                   :       left;
    height                  :       28px;
    width                   :       40px;
}

/*** Content Area ***/

#contentplaceholder {
    margin                  :       0px 0px 0px 0px;
    padding                 :       0px 0px 0px 0px;
}

/*** Bottom Navigation Area ***/

#bottom_nav {
    color                   :       #1044A7;
    font-size               :       11px;
    text-align              :       center;
    width                   :       700px;
}