/*  05/07/2009 tss: Created anew to coincide with website redesign                    */
/*  09/01/2009 tss: Mod to make profile sidebar not printed                           */

/**************************************************************************************/
/*  html elements                                                                     */
/**************************************************************************************/

body { margin:0 0 0 10px; padding:0; color:#000; background-color:#fff; font-size:100%; font-family:Times New Roman, Garamond, serif; }
td, p { color:#000; } 
a, a.visited { color:#000;}
img { border-style:none; } 

h1 { margin:0; font-size:120%; }
h2 { margin:0 0 15px 0; font-size:120%; }
h3 { font-size:110%; }
h4 { font-weight:bold; font-size:100%; }
h5, h6 { margin:0; font-size:100%; }


/**************************************************************************************/
/*  commonly used selectors                                                           */
/**************************************************************************************/

span.bread { font-size:90%; }
#sidebar { display: none; }  


/**************************************************************************************/
/*  goals pages                                                                       */
/**************************************************************************************/

#container_main_right_background { float:right; width:280px; margin-top:30px; padding:5px 0 5px 35px; }
html>body #container_main_right_background { margin-top:47px; }  /* non ie */
#container_main_right_background h3 { text-align:center; }
.container_sidebar_feature { width:254px; margin:0; padding:15px 10px 10px 10px; border:1px solid #000; text-align:left; }
html>body .container_sidebar_feature { padding-top:0; }  /* non ie */


/**************************************************************************************/
/*  misc                                                                              */
/**************************************************************************************/

/* nav, sidebar, images, footer links, etc. */
.noprint { display: none; } 
#top { display: none; }
#button_about { display: none; }
#container_sidebar_languages { display: none; }
#container_sidebar_search { display: none; }
.container_sidebar_topic { display: none; }
#sidebar_profile_outer { display: none; } /* profile */ 

/* other */
ul.none { list-style-type:none; }
li.marg { margin-bottom:4px; }

