@import url('/includes/css/main.css');

/* General Element Styles - START */

body {
  background-color: #fff;
  color: #000;
  font-family: Georgia, Constantina, Palatino, "Times New Roman", Times, serif;
  margin-bottom: 80px;
  text-align: center; 
}

/* General Element Styles - END */


/* Layout Classes - START */
#maincontainer {
  text-align: left;
}


#topsection {
  display: none; 
}


#headerwrap {
  display: none; 
}


#header {
  display: none; 
}


#tablistwrapper {
  display: none;
}


#tabcontentcontainer {
  display: none; 
}


#contentcolumn {
  padding-top: 140px;  
}


#rightblocks {
  display: none; 
}


#leftblocks {
  display: none; 
}


.leftblock {
  float: left;
  width: 323px;
}


.leftblock h2 {
  color: #930;
}


#footerlinks {
  display: none; 
}


.centerblock h2 {
  background: #7B0008 url('/pics/layout/blockcorner.png') bottom right no-repeat;
  color: #fff;
}


.blockcontent {
  color: #333;
  font-size: 11px;
  margin: 4px 8px 24px 8px;
  overflow: hidden;
}  


.blockcontent ul {
  margin: 5px 0 0 0;
}


#bottomsection {
  display: none; 
}


#footer {
  display: none; 
}

/* Layout Classes - END */

#dhtmltooltip, #dhtmlpointer {
  visibility: hidden;
}