/* Common header for every pages , it is unique so it is an id */

#header
{
/* Fixed widh for printing */
width:200px;
height: 85px;
background-image: url("images/Theme/index.largetopBanner.png");
background-repeat: no-repeat;
margin-bottom: 0px;
margin-top: 0px;
}



/* hide menu for printing */
/* http://www.tufts.edu/webcentral/tutorials/printcss/ */
#menu
{  
display: none;
}

body
{
/* Used of an emty button for a regular left margin */
background-image: url("images/Theme/empty.button.png");
background-repeat: repeat-y;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}

/* To use on the image menu item */
.img_menu_item
{
border: 0px solid ; width: 140px; height: 46px;
}

/* Global page content */
#content
{
/* No more margin, cause no menu */
margin-left: 0px;
font-family: arial;
}

/* Style design of the page elements */
 
h1
{
font-family: Arial Black;
color: #F38216;
font-size:X-large;
background-color: #E0E0E0;
text-align: center;
border: none;
/* width: 766px; */
overflow: hidden;
margin-top: 0px;
margin-left: 0px;
}

h2
{
font-family: Arial Black;
color: #F38216;
font-size:medium;
background-color: #E0E0E0;
}

/* Style of lists */
ul
{
   list-style-image: url("images/Theme/bullet10x10.png");
 /* in case image not understood */
 list-style-type: circle ;
}