/* CSS Document for common html elements */

body  {background-color:#ffffff; margin:0em 0em; padding:0em 0em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#6699CC;} 

ul                  {margin:0em 0em 0em 0em; padding-top:0em; padding-right:3em; padding-bottom:0em; padding-left:3em; list-style-type:square;}
img                 {border:0em;}

/* links that do not change in color - legal elements etc. 
   use code in tag class="nc" 
*/
a.nc:link           {color:#6699CC; text-decoration:none}
a.nc:visited        {color:#6699CC; text-decoration:none}
a.nc:active         {color:#6699CC; text-decoration:none}

/* main navigation content positioning */
#content            {position:absolute; left:0.8em; top:7em; width:46.6em;}
.content_box        {position:absolute; left:0.3em; top:0.5em;}
.content_title      {position:absolute; left:1.1em; top:0em;}

/* legal section */
#legal              {position:absolute; left:37em; top:32.8em;}
.legal_text         {position:absolute; left:0.1em; top:0.1em; font-size:0.6em;}

/* main navigation chapter positioning */
#chapter            {position:absolute; left:0.2em; top:6.4em; width:46.6em;}
.chapter_logo       {position:absolute; left:1.1em; top:0em;}
.chapter_box        {position:absolute; left:0em; top:2.6em;}
.chapter_submenu    {position:absolute; left:0.2em; top:3.6em; font-size:0.8em; width:8.2em;}
ul.chapter_submenu  {margin:0em 0em 0em 1.4em; padding:0em; list-style-image:url(/_img/common/star_y.gif);}

#chapter_area       {position:absolute; left:7.6em; top:1em; width:35em;}
.chapter_title      {position:absolute; left:0em; top:0em; font-size:0.9em; color:#330000; font-weight:bolder;}
.chapter_biscuit    {position:absolute; left:0.2em; top:2.4em; font-size:0.6em;}
.chapter_text       {position:absolute; left:0.2em; top:4.0em; font-size:0.8em;}
.chapter_bookmark   {position:absolute; left:46em; top:1.6em;}


.sub_title          {left:0em; top:0em; font-size:0.9em; color:#330000; font-weight:bolder;}
.sub_text           {left:0.2em; top:3.8em; }






