    .MPStyle_ImgBorder
          {
                  border: solid 5px #d3d1cd;
                  margin-right: 10px;
                  margin-bottom: 10px;
          }
  
      .MPStyle_ImgAlignLeft
          {
              align:  left;
              margin-right:  5px;
              margin-bottom: 5px;
          }
      
      .MPStyle_ImgAlignRight
          {
              align:  right;
              margin-right:  5px;
              margin-bottom: 5px;
          }
      
      h1 {
        color: #1E517D;
        font-size: 18px;
        font-weight: bold;
      }
      
      h2 {
        color: #1E517D;
        font-size: 14px;
        font-weight: bold;
      }
      
      a
            {
                color: #0e4574;
                text-decoration: none;
            }
body {
    font-size: 12px;
    font-family: Georgia;
}
                    
            #marketpath_body
            {
                height: 100%;
                margin: 0px;
                background-image: url(http://www.saintsimon.org/images/12798/bg-main.jpg);
                background-repeat: repeat;
                overflow: auto;
            }
            
            div#PageWrapperOuter
            {
                width: 882px;
                margin: 0 auto;
                position: relative;
                font-family: Georgia;
                font-size: 12px;
            }
            
            div#PageWrapper
            {
                width: 882px;
                position: relative;
                top: 45px;
                margin: 0 auto;
            }
            
            div#PageWrapperTop
            {
                width: 882px;
                height: 310px;
                background-image: url(http://www.saintsimon.org/images/12896/bg-maintop.png);
                background-repeat: no-repeat;
                margin: 0 auto;
            }
            
            div#PageWrapperBottom
            {
                width: 882px;
                height: 234px;
                background-image: url(http://www.saintsimon.org/images/12897/bg-mainbottom.png);
                background-repeat: no-repeat;
                margin: 0 auto;
            }
            
            div#ContentWrapper
            {
                width: 800px;
                margin: 0 auto;
            }
            
            div#NavigationTop
            {
                width: 800px;
                height: 30px;
                background-image: url(http://www.saintsimon.org/images/12801/bg-menu.png);
                background-repeat: repeat-x;
                position: absolute;
                top: 28px;
                left: 41px;
                z-index: 190;
            }
             
            div#Imgbackground
            {
                position: relative;
                top: 28px;
                float: left;
                width: 800px;
                height: 281px;
            }
            
            div#Stainedglass
            {
                position: absolute;
                left: 595px;
        /*-- top: 30px; --*/
                z-index: 200;
        top: -20px;
            }
            
            div#Crosslogo
            {
                position: absolute;
                left: 20px;
        /*-- top: 50px;
        z-index: 50; --*/
            }
            
            div#StSimonlogo
            {
                position: absolute;
                left: 60px;
                top: 225px;
            }
            
            div#ContentEvents
            {
                position: absolute;
                left: 330px;
                top: 287px;
        /*-- z-index: 65; --*/
                height: 219px;
                width: 347px;
                background-image: url(http://www.saintsimon.org/images/12802/bg-events.png);
                background-repeat: no-repeat;
            }
            
            div#ContentSchedule
            {
                position: absolute;
                left: 680px;
                top: 287px;
        /*-- z-index: 65; --*/
                height: 211px;
                padding: 0px 10px;
                width: 150px;
                font-size: 11px;
                background-image: url(http://www.saintsimon.org/images/12803/bg-schedule.png);
                background-repeat: no-repeat;
            }
          
                div#ContentSchedule h2
                {
                  font-size: 12px;
                }
            
            div#JoinNowImg
            {
                position: absolute;
                left: 62px;
                top: 330px;
                z-index: 65;                
            }
            
                    div#JoinNowImg p
                    {
                        margin: 0px;              
                    }
            div#JoinNowButton
            {
                position: absolute;
                left: 100px;
                top: 457px;
                z-index: 65;                
            }
            
            div#Footer
            {
                width: 800px;
                margin: 0 auto;
                min-height: 40px;
                font-size: 10px;
                font-family: Georgia;
                color: #ffffff;
            }
                                            
            
                /**************************** REQUIRED BY ALL **************************************/

                 
                /* make the second level visible when hover on first level list OR link */
                #Default ul li:hover ul,
                #Default ul a:hover ul{visibility:visible; }

                /* keep the third level hidden when you hover on first level list OR link */
                #Default ul :hover ul ul{visibility:hidden;}

                /* make the third level visible when you hover over second level list OR link */
                #Default ul :hover ul :hover ul{ visibility:visible;}
                /**************************************************************************************/


                #Default {position: absolute; z-index:250; top: 28px; left: 41px; }

                /* remove all the bullets, borders and padding from the default list styling */
                #Default ul { height: 30px; padding: 0px; margin: 0px; list-style-type:none; }

                /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                #Default li {float: left; height: 23px; position:relative; margin-top: 6px; text-align: center; padding: 0px 11px 6px 11px; color: #ffffff;}

                /* style the links for the top level */
                #Default a, #Default a:visited
                {
                    font-size: 13px;
                    font-family: Georgia;
                    color: #ffffff;
                    cursor: pointer;
                    text-decoration: none;
                    padding-bottom: 6px;
                }
                /* style the top level hover */
                #Default ul li:hover {color: #ffffff;}
                #Default a:hover, #Default ul ul a:hover{text-decoration: none; color: #ffffff;}
                #Default :hover > a, #Default ul ul :hover > a {text-decoration: none; color: #ffffff;}
                 
                /* style the second level hover */
                #Default ul ul li
                {
                    background-color: #143f64;
                    text-align: left;
                    width: 200px;
                    height: 30px;
                    margin: 0px;
                    cursor: pointer;
                    padding: 0px;
                    /* for IE */
                    filter:alpha(opacity=90);
                    /* CSS3 standard */
                    opacity:0.9;
                }
                /* style the second level background */

                /* hide the sub levels and give them a positon absolute so that they take up no room */
                #Default ul ul {visibility:hidden;position:absolute;left:0px;top: 23px;margin: 0px;}
                /* style the second level links */
                /* style the second level links */
                #Default ul ul a, #Default ul ul a:visited
                {
                    display: block;
                    font-size: 11px;
                    color: #f7e8aa;
                    cursor: pointer;
                    text-decoration: none;
                    padding: 6px 0 0 20px;
                   }
                #Default ul ul a:hover {
                    color: #000000;
                    text-decoration: none;
                 }
                 #Default ul ul li:hover {
                    color: #ffffff;
                 }
                #Default ul ul a:hover > #Default ul ul ul a:hover {color: #ffffff;}
                #Default ul ul :hover > a, #Default ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                /* style the third level background */
                #Default ul ul ul a, #Default ul ul ul a:visited {background:#555555;}
                /* style the third level hover */
                #Default ul ul ul a:hover {background:#888888;}
                /* position the third level flyout menu */
                #Default ul ul ul{visibility: hidden; left:171px; top:0px; width:149px;}
                
                #Default_Persist { color:#ffffff;}
                #Default_Persist a, #Default_Persist a:visited { color: #ffffff; }
      
                    #tabbed_box
                    {   
                        margin: 5px;   
                        height: 201px;    
                    }

                    .tabbed_area
                    {
                        border: solid 1px #eef2f4;
                        height: 198px;
                    }
                    
                    

                    ul.tabs
                    {
                        margin: 4px 0px;
                        padding:0px;
                        height: 14px;
                    }
                    
                    ul.tabs li
                    {
                        list-style:none;
                        float: left;
                    }
                    
                    
                    ul.tabs li a
                    {
                        color: #1e517d;
                        background-color: #ffffff;
                        border-right: solid 1px #eef2f4;
                        border-bottom: solid 1px #eef2f4;
                        padding: 4px 12px;
                        text-decoration: none;
                        font-size: 12px;
                        font-family: Georgia, sans-serif;
                    }
                    
                    ul.tabs li a:hover
                    {
                        background-color: #ffffff;
                        color: #1e517d;
                    }
                    
                    ul.tabs li a.active
                    {
                        background-color:#0e4574;
                        background-image: url(http://www.saintsimon.org/images/14256/tabsarrow.jpg);
                        background-position: center bottom;
                        background-repeat: no-repeat;
                        color:#ffffff;
                    }
                    
                    .content
                    {
                        padding: 5px;
                        font-size: 12px;
                        font-family: Georgia, Serif;
                        height: 168px;
                        width: 325px;
                    }
                    
                    #content_2, #content_3 { display:none; }
          
                    #content_1, #content_2 {float: left;}
      
                    #content_3
                    {
                      clear:left;
                      font-size:16px;
                      padding:10px;
                    }
                    
                    .content ul
                    {
                        margin:0px;
                        padding:0px 20px 0px 20px;
                    }
                    
                    .content ul li
                    {
                        list-style:none;
                        font-size:13px;
                    }
                    
                    .content ul li a
                    {
                        text-decoration:none;
                        color:#3e4346;
                    }
                    
                    
                    .content ul li:last-child
                    {
                        border-bottom:none;
                    }
             
             /*-- Rss Feed Styles --*/
        
              #rssID
              {
                margin: 10px 8px;
                height: 142px;
              }
      
              .rssTitle
              {
                  float: left;
                  clear: left;
                  font-size: 11px;
                  padding-bottom: 2px;
                  margin-top:  2px;
                  padding-left: 30px;
                  padding-right: 5px;
                  background-image: url(http://www.saintsimon.org/images/14235/announcement-icon.png);
                  background-position: left;
                  background-repeat: no-repeat;
                  width: 280px;
              }
              .rssDescription {display: none;}
              .rssDate {
                  float: left;
                  font-size: 11px;
                  padding-bottom: 10px;
                  padding-top:  2px;
                  padding-left: 2px;
                  color: #929799;
                  display: none;
              }
              .rssAuthor {display: none;}
              .rssDescriptionShowMore {display: none;}
              .rssEntriesShowMore {display: none;}
      
             /*---  RSS Feed Elements Calendar ---*/
                    .rssTitleCal
                    {
                        margin: 5px;
                        width: 230px;
                        font-family:  Georgia;
                        font-size:  12px;
                        font-weight:  lighter;
                        color:  #3e403f;
                        float: right;
                        clear: right;
                        text-align: left;
                     }
                     .rssTitleCal A {}
                     .rssDescriptionCal
                     {
                        margin: 5px;
                        padding-bottom:  10px;
                        font-family:  Georgia;
                        font-size:  12px;
                        font-weight:  lighter;
                        color:  #3e403f;
                        display: none;
                     }
                     .rssDateCal
                     {
                        float: left;
                        font-size:  12px;
                        font-weight:  lighter;
                        color:  #3e403f;
                        margin: 5px;
                     }
                     .rssAuthorCal {display: none;}
                     .rssDescriptionShowMoreCal {display:  none;}
                     .rssEntriesShowMoreCal {display:  none;}
                  
            /*--- End RSS Feed  Elements Calendar ---*/
