html, body, div, img, p, table, th, tr, td, ol, ul, li, h1, h2, a, a:link, a:hover, a:active, a:visited, a:focus {
 border-width            : 0px;
 margin                  : 0px;
 padding                 : 0px;
}

body {
 align                   : center;
 background-color        : rgb(242, 242, 242);
 overflow                : auto;
 height                  : 100%;
 width                   ; 100%;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
 text-decoration         : none;
 font-size               : 16px;
 line-height             : 17px;
 font-family             : "Calibri", "Arial", sans-serif;
 font-weight             : bold;
 color                   : rgb(0, 0, 0);
}

b {
 color                   : rgb(0, 0, 0);
}

h1 {
 font-family             : "Calibri", "Arial", sans-serif;
 color                   : rgb(181, 51, 75);
 margin-top              : 5px;
 margin-bottom           : 5px;
 padding-top             : 5px;
 padding-bottom          : 5px;
 font-size               : 2.0em;
 line-height             : 20px;
 font-weight             : normal;
}

h2 {
 color                   : rgb(181, 51, 75);
 margin-top              : 8px;
 margin-bottom           : 8px;
 padding-top             : 8px;
 padding-bottom          : 8px;
 font-weight             : bold;
}

li {
 margin                  : 0px 0px 5px 0px;
}

ul {
 list-style-position     : outside;
 list-style-type         : circle;
 margin-left             : 30px;
 padding                 : 3px;
 color                   : rgb(0, 0, 0);
}

ul.dots {
 list-style-position     : outside;
 list-style-type         : circle;
 margin-left             : 7px;
}

#top_left {
 position                : absolute;
 top                     : 0px;
 left                    : 0px;
 width                   : 235px;
 height                  : 110px;
}

#top_left img {
 position                : absolute;
 top                     : 0px;
 left                    : 0px;
 width                   : 233px;
 height                  : 110px;
}

#top_right {
 position                : absolute;
 top                     : 0px;
 left                    : 235px;
 width                   : 975px;
 height                  : 110px;
}

#top_right p {
 font-size               : 30px;
 line-height             : 30px;
 padding-left            : 70px;
 padding-top             : 25px;
 color                   : rgb(104, 113, 110);
}

#bottom_left {
 position                : absolute;
 top                     : 181px;
 left                    : 0px;
 width                   : 235px;
 height                  : 460px;
}

#bottom_left p {
 padding-left            : 8px;
 margin-left             : 8px;
 line-height             : 20px;
 text-decoration         : none;
 font-family             : "Calibri", "Arial", sans-serif;
 font-size               : 16px;
 color                   : rgb(0, 0, 0);
}

#bottom_right {
 border                  : 1px solid;
 position                : absolute;
 top                     : 181px;
 left                    : 264px;
 width                   : 975px;
 height                  : 460px;
 overflow                : auto;
}

#bottom_right p {
 padding                 : 10px;
 margin                  : 10px;
 line-height             : 20px;
 text-decoration         : none;
 font-family             : "Calibri", "Arial", sans-serif;
 font-size               : 16px;
 color                   : rgb(0, 0, 0);
}

#bottom_banner {
 position                : absolute;
 top                     : 613px;
 left                    : 264px;
 width                   : 975px;
 line-height             : 30px;
 background-color        : rgb(181, 51, 75);
 color                   : rgb(255, 255, 255);
 font-family             : "Calibri", "Arial", sans-serif;
 font-weight             : bold;
 font-size               : 20px;
}


#main_btn_1, #main_btn_2, #main_btn_3, #main_btn_4, #main_btn_5, #main_btn_6 {
 position                : absolute;
 top                     : 120px;
 width                   : 200px;
 margin-top              : 4px;
 margin-bottom           : 4px;
 padding-top             : 4px;
 padding-bottom          : 4px;
 text-align              : center;
 font-size               : 20px;
 line-height             : 30px;
}

#main_btn_1 {
 left                    : 50px;
 z-index                 : 1001;
}

#main_btn_2 {
 left                    : 270px;
 z-index                 : 1002;
}

#main_btn_3 {
 left                    : 490px;
 z-index                 : 1003;
}

#main_btn_4 {
 left                    : 710px;
 z-index                 : 1004;
}

#main_btn_5 {
 left                    : 930px;
 z-index                 : 1005;
}

.button_inactive {
 background-color        : rgb(181, 51, 75);
}

.button_inactive a {
 color                   : rgb(255, 255, 255);
}

.button_active {
 background-color        : rgb(255, 255, 255);
}

.button_active a {
 color                   : rgb(181, 51, 75);
}