*                      {padding:0px;margin:0px;
                       }    
p,table                {border:0px
                       }                 
img                    {border:0px;                    /* kills Gecko bug when img's are placed inside links */
                        vertical-align: bottom;        /* set vertical align to bottom for IE */
                       } 
html                   {overflow-y: scroll !important; /* for permanent vertical scrollbar in FF */
		               } 
body                   {font-family: Arial, Helvetica, sans-serif;font-size: 10pt; line-height:160%;
                        margin-top:15px;
                        text-align:left;
                        background:#222233;
                       } 
p, ul, ol, td ,table   {font-size: 1.0em;
                       }
p                      {margin: 1.2em 0; 
                       }
ul                     {margin: 0 0 1em 25px;
                       }
ul ul                  {font-size: 1.0em; font-weight: normal; /* fixes nested lists */
                       }
h1                     {font-size:2.2em;}
h2                     {font-size:2.0em;}
h3                     {font-size:1.8em;}
h4                     {font-size:1.6em;}
h5                     {font-size:1.4em;}
h6                     {font-size:1.2em;}

a:link                 {color:#AA2B00; outline:0;font-weight:bold; text-decoration: none; outline:0;}
a:visited              {color:#AA2B00; outline:0;font-weight:bold; text-decoration: none; outline:0;}
a:active               {color:#AA2B00; outline:0;font-weight:bold; text-decoration: none; outline:0;} 
a:hover                {color:#FFFF66; outline:0;font-weight:bold; text-decoration: none; outline:0;} 
                                   
#container             {position:relative; width:860px; height:600px;
                        margin-left:auto; margin-right:auto; margin-bottom:15px;
                        background:#AAE0FA url('background.jpg') no-repeat;
                       }
div#container 
div.corner             {position:absolute; height:8px; width:8px; display:block; 
                        background: url("containercorners.gif") left top no-repeat; 
                        padding:0; margin:0; border:none; }

div#container 
div.corner.lefttop     {left:0px; top:0px; background-position:left top;
                       }
div#container 
div.corner.righttop    {right:0px; top:0px; background-position:right top         
                       }
div#container 
div.corner.leftbottom  {left:0px; bottom:0px; background-position:left bottom; 
                       }
div#container 
div.corner.rightbottom {right:0px; bottom:0px; background-position:right bottom;
                       }                      
#logo                  {position:absolute; left:15px; top:230px; width:232px; height:130px; background:url('podium.gif') no-repeat;z-index:10;
                       }                      
#presentation,
body.mceContentBody    {width:540px; 
                        min-height:480px;
                        height: auto !important;
                        height: 480px;  
                        z-index:3;
                        padding: 8px 8px 8px 8px;
                        border-width:8px 8px 8px 8px;border-color:WHITE; border-style:solid;     
                        font-family: Arial, Helvetica, sans-serif;color:#000000;
                        background-image:url('paperorange.jpg');  background-repeat:repeat; background-attachment:scroll;
                       }
#presentation          {position:absolute; left:260px; top:230px; 
                       }            
#menu2                 {position:absolute; top:400px;left:50px; width:160px; 
                        padding:0px;
                        margin:0px;z-index:30
                       }
/* shadow classes                                       */                 
.shadow                {border:1px solid silver;
                        position:relative;
                        display:inline;
                        background:white;
                        z-index:100;
                       }
.shadow_inner          {overflow:hidden;
                        position:absolute;
                        top: -1000px;
                        filter:alpha(opacity=10); /*modify to change the shade solidity/opacity, same as below*/
                        opacity:0.1; /*firefox 1.5 opacity*/
                        /*  -moz-opacity:0.1;mozilla opacity*/
                        -khtml-opacity:0.1; /*opacity*/
                        z-index:10;
                       }
                 
/* these classes will be shown in the tinymce dropdown list */                   
.bar             {font-family:Arial, sans-serif; color:#FFFFFF; 
                  font-size:9pt; line-height:18px;font-weight: bold; 
                  margin-top:0px; margin-bottom:10px;
                  height:22px; padding:2px 5px 0px 6px; 
                  background: url('bar.jpg') repeat-x white;
                 }
.bullet          {font-family:Arial, sans-serif; color:#333333;
                  font-size:11pt; font-weight:bold; 
                  background: url('bullet.gif') no-repeat left top;padding:2px 0px 0px 25px;height:20px;
                  margin:18px 0px 5px 0px;
                 }                                
.left            {float:left;
                 }
.normal          {
                 }
.right           {float:right;
                 }
.pageheader      {font-family:Arial, sans-serif; color:#FFFFFF; 
                  font-size:1.6em; font-weight: bold; 
                 }                  
                    
/* these classes will NOT be shown in the tinymce dropdown list */                                
.shadowleft      {} /* will be translated to shadow leftaligned */
.shadowright     {} /* will be translated to shadow rightaligned */                                                                  
.leftaligned     {float:left; margin:0px 15px 4px 0px;
                 }    
.rightaligned    {float:right; margin:0px 7px 4px 8px;
                 }