body {
 width:            100%;
 height:           100%;
 margin:           0px;
 background-color: #ffffff;
 font-family:      Verdana,Arial,Helvetica,sans-serif;
 font-size:        8pt;
}
#panel_main {
 position:         absolute;
 width:            740px;
 min-height:       100%;
 margin:           0px;
 background-color: #ffffff;
 border-right:     1px solid #eeeeee;
}
#panel_header {
 position:         relative;
 width:            740px;
 height:           19px;
 background-image: url(images/header.gif);
 background-repeat:no-repeat;
}
#panel_logo {
 position:         relative;
 width:            740px;
 height:           55px;
 background-image: url(images/logo.gif);
 background-repeat:no-repeat;
}
#panel_menu_content {
 position:         relative;
 width:            740px;
 background-image: url(images/background.gif);
 background-repeat:no-repeat;
}
#panel_content {
 position:         relative;
 width:            640px;
 margin-top:       10px;
 margin-bottom:    30px;
 margin-left:      42px;
 padding:          30px;
 font-size:        11pt;
 color:            #000000;
}
#panel_footer {
 position:         relative;
 width:            740px;
 height:           5px;
 background-color: #b72942;
}

#panel_copyright {
 position:         absolute;
 bottom:           5px;
 right:            5px;
 font-size:        8pt;
 color:            #bbbbbb;
}

#menu_contact {
 position:         absolute;
 bottom:           3px;
 right:            5px;
 font-size:        8pt;
}
#menu_contact .menu_item {
 position:         relative;
 float:            left;
 margin-left:      15px;
}
#menu_contact a {
 color:            #666666;
 text-decoration:  none;
}

#menu_main {
 position:         relative;
 padding-left:     42px;
 padding-right:    0px;
 padding-top:      2px;
 padding-bottom:   2px;
 border-top:       1px solid #DE8A9C;
 border-bottom:    1px solid #E9BEC6;
 font-size:        10pt;
}
#menu_main .menu_item {
 float:            left;
 margin-right:     20px;
}
#menu_main .active {
 color:            #b72942;
}
#menu_main a {
 color:            #888888;
 text-decoration:  none;
}

#menu_sub {
 position:         relative;
 padding-left:     42px;
 font-size:        8pt;
 color:            #bbbbbb;
}
#menu_sub .active {
 color:            #000000;
}
#menu_sub a {
 font-weight:      normal;
 color:            #888888;
 text-decoration:  none;
}

#menu_page {
 position:         absolute;
 top:              118px;
 left:             0px;
 width:            130px;
 margin:           0px;
 padding:          10px;
 font-size:        8pt;
 border:           1px solid #cccccc;
 color:            #aaaaaa;
}

#menu_page div {
 margin-top:       6px;
 margin-bottom:    6px;
}

.menu_page_pic {
 position:         relative;
 margin-left:      95px;
 margin-top:       20px;
 margin-bottom:    35px;
}

a {
 color:            #b72942;
}

h1 {
 margin-top:       0px;
 margin-bottom:    15px;
 font-size:        14pt;
 font-weight:      normal;
 color:            #f7941d;
}
h2 {
 margin-top:       0px;
 margin-bottom:    10px;
 font-size:        13pt;
 font-weight:      normal;
 color:            #f7941d;
}
h3 {
 margin-top:       0px;
 margin-bottom:    5px;
 font-size:        12pt;
 font-weight:      normal;
 color:            #b72942;
}
p {
 margin-top:       0px;
 margin-bottom:    25px;
}