body{
   font-family: "Trebuchet MS";
   font-size: 8pt;
   color: #555555;
   background-image: url(images/pattern_background.jpg);
   background-repeat: repeat;
}
img{
   border: none;
   padding: 0px;
   margin: 0px;
}
p{
   padding-top: 0px;
   padding-bottom: 10px;
   margin: 0px;
}
a{
   font-weight: bold;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
   color: #333333;
}
a:hover{
   color: #c99595;
}
#container_background{
   width: 810px;
   height: 600px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -300px auto auto -405px;
   padding: 0px;
   background-image: url(images/pamphlet.jpg);
   background-repeat: no-repeat;
}
#container_left_page{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 310px;
   height: 350px;
   position: absolute;
   top: 35px;
   left: 56px;
   background-color: none;
}
#container_menu{
   border: none;
   font-size: 9pt;
   padding: 0px;
   margin: 0px;
   text-align: left;
   width: 310px;
   height: 250px;
   position: absolute;
   top: 90px;
   left: 0px;
   background-color: none;
}
.menu_selected {
   color: #b78100;
}
#container_right_page{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 320px;
   height: 480px;
   position: absolute;
   top: 35px;
   left: 418px;
   background-color: none;
}
#container_content{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 315px;
   height: 400px;
   position: absolute;
   top: 60px;
   left: 0px;
   background-color: none;
}
#container_title{
   border: none;
   padding: 0px;
   margin-top: 15px;
   width: 320px;
   height: 28px;
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: none;
}
#container_footer{
   border: none;
   padding: 0px;
   margin-top: 2px;
   width: 320px;
   height: 18px;
   position: absolute;
   top: 531px;
   left: 418px;
   background-color: nonen;
}
#designed_by{
   border: none;
   padding: 0px;
   margin: 0px;
   width: auto;
   height: 18px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #743737;
   background-color: none;
}
#designed_by a{
   font-weight: bold;
   text-decoration: none;
   padding: 0px;
   color: #743737;
}
#designed_by a:hover{
   color: #f8efef;
}
.plain_text {
   text-align: justify;
}
.small_text {
   line-height: 8pt;
   border: none;
   font-size: 6pt;
}
.bold_text{
   color: #333333;
   font-weight: bold;
   margin-top: -5px;
   margin-bottom: +5px;
}
.image{
   float: left;
   margin-top: 10px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
}
.image_top_right {
   float: right;
   margin-top: 3px;
   margin-right: 0px;
   margin-left: 15px;
   margin-bottom: 10px;
}
.image_right {
   float: right;
   margin-top: 10px;
   margin-right: 0px;
   margin-left: 15px;
   margin-bottom: 10px;
}

.image_left {
   float: left;
   margin-top: 10px;
   margin-right: 15px;
   margin-left: 0px;
   margin-bottom: 10px;
}
.image_top_left {
   float: left;
   margin-top: 3px;
   margin-right: 15px;
   margin-left: 0px;
   margin-bottom: 0px;
}

.half_paragraph{
   margin-top: -10px;
}
.paragraph_5{
   margin-top: -5px;
   margin-bottom: +5px;
}

.button_normal {
   color: #ffffff;
   cursor: pointer;
}

.button_hover {
   color: #dddddd;
   cursor: pointer;
}
.screen_break {
}
#print_logo {
   display: none;
}
#print_header {
   display: none;
}
#print_info {
   display: none;
}


