/* DrPetrova main styles start */

/* make sure there's always a scrollbar */
html { overflow-y: scroll; } 

html,body 
{
  margin: 0px; padding: 0px;
  width: 100%; height: 100%;
  background-color: #e8cca8;  
  font-size: 14px; line-height: 18px; font-family: Arial, Helvetica; font-weight: normal;
  color: #225aa6;
  border: 0px;
}

img { border-width: 0px; }
p   { margin-top: 2px; margin-bottom: 16px; text-align:justify; }
h1  
{ 
  margin: 0px; 
  margin-top: 0px; margin-bottom: 16px; 
  font-size: 20px; line-height: 34px; font-family: Arial, Helvetica; font-weight: bold;
}

div#top_spacer 
{ 
  position: relative; 
  top: 0px; left: 0px; width: 880px; height: 10px; 
}
div#container
{
  position: relative;
  top: 0px; left: 0px; width: 880px; 
  height: auto !important;
  background-color: white;  
  border-width: 1px; border-color: #777777; border-style: solid; 
}
div#top_row    
{ 
  position: relative;
  top: 0px; left: 0px; width: 880px; height: 100px;
  border-width: 0px 0px 1px 0px; /* bottom border */
  border-color: #777777; border-style: solid; 
}
div#mid_row
{ 
  position: relative;
  top: 0px; left: 0px; width: 880px; height: auto;
  border-width: 0px; border-color: red; border-style: solid; 
}
div#footer_row
{
  position: relative;
  top: 0px; left: 0px; width: 880px; height: 16px;
  background-color: #d2e6f8;  
  font-size: 12px; line-height: 15px;
  font-family: Arial, Helvetica; 
  color: #555555;
  border-width: 1px 0px 0px 0px; /* top border */
  border-color: #777777; border-style: solid; 
}
td.menu_td
{
  display: table-cell;
  width: 155px; 
  padding: 20px 5px 0px 28px;
  font-size: 16px; line-height: 28px; font-weight: bold;  
  background-color: #edf5fd;
  color: #286cc8;  
  text-align: left;
  vertical-align: top;  
}
td.content_td
{
  display: table-cell;
  width: 635px; 
  padding: 15px;
  font-size: 18px; line-height: 24px; font-weight: normal;  
  background-color: white;
  text-align: left;
  vertical-align: top;  
}
.content_td a        { color: #ed531d; text-decoration: none; }
.content_td a:hover  { color: red;     text-decoration: underline; }
td.footer_left
{
 padding-left: 4px;
 text-align: left; 
}
td.footer_right
{
 padding-right: 4px;
 text-align: right; 
}

/* menu selection */
.menu_item          { color: #286cc8; text-decoration: none; }
.menu_item a        { color: #286cc8; text-decoration: none; }
.menu_item a:hover  { color: red;     text-decoration: none; }
.menu_item_sel          { color: #ed531d; text-decoration: underline; }
.menu_item_sel a        { color: #ed531d; text-decoration: underline; }
.menu_item_sel a:hover  { color: red;     text-decoration: underline; }


/* DrPetrova main styles end */
