html { 
  height: 100% 
}
body { 
  padding: 0pt; 
  margin: 0pt; 
  background-color: #ffffff; 
}

<!--
/*
 *                                                                                           TOP NAV
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */
 --> 
#topBar {  
  background: #666DAD url( http://www.itsmcommunity.org//../themes/itsmcommunity/bg_page_topbar.jpg ) repeat-x left top; 
}
.topBarLinks { 
  color:  #fff;
  background: transparent;
  font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 15px 30px 6px 20px;
}
.topBarLinks a:link { 
  color:             #fff;
  background:        transparent;
  text-decoration:   underline;
} 
.topBarLinks a:visited { 
  color:             #fff;
  background:        transparent;
  text-decoration:   underline;
}
.topBarLinks a:hover { 
  color:             #B8BDED;    
  background:        transparent;
  text-decoration:   none;
}
#topNav	 
{
  margin: 0pt; 
  padding: 0pt;
  z-index: 5;
}
#topNav #logoBg
{
  background: url( http://www.itsmcommunity.org//../themes/itsmcommunity/header_bg.png ) repeat-x left top;
}
#topNav #siteLogo
{
  background: url( http://www.itsmcommunity.org//../themes/itsmcommunity/banner.jpg) no-repeat;
  width: 100%;
  height: 74px;
}
#topNav #CovLogo
{
color: #fff;  
background: transparent;
  width: 100%;
  height: 0px;
}
#topNavButtons
{
  background: #F0F0F2 url( http://www.itsmcommunity.org//../itsmcommunity/bg_breadcrumb.jpg) repeat-x left top;
  border-bottom: 1px solid #8285AE;
  font-size: 12pt;
}
#topNavButtons ul 
{
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  font-size: 92%;
  margin-top: 0pt;
  margin-bottom: 0pt;
  padding-top: 1pt;
  padding-bottom: 1pt;
  padding-left: 5pt; margin-left: 5pt; <!-- same value for IE/Mozilla compat -->
}
#topNavButtons  ul li
{
  list-style-type: none;
  display: inline;
  margin-right: 10pt;
}
#topNavButtons   ul li a:link
{
  text-decoration: none;
  background: transparent;
  color: #330099;
}
#topNavButtons    ul li a:visited {
  color: #330099;
  background: transparent;
  text-decoration: none;
}
#topNavButtons     ul li a:hover
{
  text-decoration: underline;
  color: #B9BDD4;    
  background: transparent;
}
<!--
/*
 *                                                                                           LEFT NAV
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */
 --> 
#leftNav
{
  margin-top: 10pt;
  margin-right: 10pt;
  margin-left: 5pt;
  color: #3f4484;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  font-size: 92%;
  position: absolute;
  left: 0pt;
  width: 120pt;
  height: 100%;
  z-index: 5;
}
#leftNav #buttons ul {
  list-style: none;
  display: inline;
  width: 100%;
  margin: 0pt; 
  padding: 0pt;
}
#leftNav #buttons .buttonHead
{	
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  font-weight: bold;
  background: #6C73B4 url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_heading.jpg) repeat-x left top;
  color: #fff;
  border: 1px solid #B2B3CE;
  border-bottom: 1px solid #fff;
  padding-left: 2pt; margin-left: 0pt; 
}
#leftNav #buttons .buttonList
{
  background: #FBFBFD url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_td_one.jpg) repeat-x left top;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  color: #404055;
  border: 1px solid #B2B3CE;
  border-top: 1px solid #A7A9C7;
  border-bottom: 1px solid #A7A9C7;
  margin-bottom: 10pt;
  font-size: 92%;
  padding-left: 2pt;
}
#leftNav #buttons .buttonHead a:link
{
  color: #FFF;
  text-decoration: none;
  background: transparent;
}
#leftNav #buttons .buttonHead a:visited
{
  color: #FFF;
  text-decoration: none;
  background: transparent;
}
#leftNav #buttons .buttonHead a:hover { 
  color: #B8BDED;  
  text-decoration: underline;
  background: transparent;
}
#leftNav #buttons .buttonList a:link
{
  color: #404055;
  text-decoration: none;
  background: transparent;
}
#leftNav #buttons .buttonList a:visited
{
  color: #404055;
  text-decoration: none;
  background: transparent;
}
#leftNav #buttons .buttonList a:hover { 
  text-decoration: underline;
  color:  #B9BDD4;    
  background: transparent;
}
#leftNav #remainder p{
  height: 100%;
}

<!--
/*
 *                                                                                           StatList NAV
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */
 --> 
#statList
{
width: 160px;
margin: 0 0 30px 0;
background: #FBFBFD url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_td_one.jpg) repeat-x left top;
font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
color: #404055;
border: 1px solid #B2B3CE;
border-top: 1px solid #A7A9C7;
border-bottom: 1px solid #A7A9C7;
margin-bottom: 10pt;
font-size: 75%;
}
#statList ul 
{
}
#statList ul li 
{
list-style: outside; 
margin: 4px 0 4px 15;
padding: 0;
}
<!--
/*
 *                                                                                           RIGHT NAV
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */
 --> 
#rightNav {
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  margin-top: 10pt;
  margin-right: 5pt;
  margin-left: 10pt;
  padding: 0pt;
  color: #3f4484;
  font-size: 10pt;
  position: absolute;
  right: 0pt;
  width: 120pt;
  z-index: 4;

}
#rightNav #searchBody, #loginBody {
  background: #FBFBFD url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_td_one.jpg) repeat-x left top;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  color: #404055;
  border: 1px solid #B2B3CE;
  border-top: 1px solid #A7A9C7;
  border-bottom: 1px solid #A7A9C7;
  padding: 2pt;
  margin: 0pt;
  margin-bottom: 10pt;
  font-size: 92%;
}
#searchTextBox {
  font-size: 95%;
}
#rightNav h2
{
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  background: #6C73B4 url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_heading.jpg) repeat-x left top;
  color: #fff;
  border: 1px solid #B2B3CE;
  border-bottom: 1px solid #fff;
  margin: 0pt;
  padding: 0pt;
  padding-left: 2pt;
}
#loginTextBox {
  font-size: 95%;
}
#passwordTextBox {
  font-size: 95%;
}
#rightNav #advertising {
  padding-top: 4pt;
}
<!--
/*
 *                                                                                           BOTTOM NAV
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */
 --> 
#bottomNav {
  margin-left: 130pt;
  margin-right: 130pt;
  margin-top: 20pt;
  position: relative;
  text-align: center;
  border-top: 1px solid #A7A9C7;
  z-index: 1;
}
#bottomNav #buttons ul {
  padding: 0pt;
}
#bottomNav #buttons ul:first-child {
  padding-left: 0em; 
}
#bottomNav #buttons ul li {
  list-style-type: none;
  display: inline;
  padding-right: 0em;
  padding-left: 1em;
}
#bottomNav #buttons ul li a {
  font-size: 80%;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  text-decoration: none;
  color: #14146c;
  white-space: nowrap;
}
#bottomNav #buttons ul li a:hover {
  text-decoration: underline;
}
<!--
/*
 *                                                                                           MAIN
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
 --> 
#main {
  margin-top: 10pt;
  margin-left: 130pt;
  margin-right: 130pt;
  z-index: 2;
  font-family: "Palatino","Palatino Linotype",serif;
  min-height: 640px;
}
#main #content a {
  white-space: normal;
}
#main #content a:link {
  color: #330099;
  text-decoration: underline;
}
#main #content a:visited {
  color: #835;
}
#main #content a:hover {
  color: #B9BDD4;    
  text-decoration: none;
}
#main #header {
  width: 100%;
  margin-bottom: 0pt;
}
#main #header h1 {
  color: #3f4484;
  margin-top: 0pt;
  margin-bottom: 0pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  text-align: center;
  font-family: "Palatino","Palatino Linotype",serif;
  font-size: 20pt;
  font-weight: bold;  
  line-height: 100%;

  background: #6C73B4 url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_heading.jpg) repeat-x left top;
  color: #fff;
  border: 1px solid #B2B3CE;
  border-bottom: 1px solid #fff;
  padding-left: 2pt; margin-left: 0pt; 
  margin-bottom: 0pt;
}
#main #reverse h1 {
  color: #3f4484;
  margin-top: 0pt;
  margin-bottom: 0pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  text-align: center;
  font-family: "Palatino","Palatino Linotype",serif;
  font-size: 20pt;
  font-weight: bold;  
  line-height: 100%;

  background: #fff url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_heading.jpg) repeat-x left top;
  color: #3f4484;
  border: 1px solid #B2B3CE;
  border-bottom: 1px solid #B2B3CE;
  padding-left: 2pt; margin-left: 0pt; 
  margin-bottom: 1pt;
}
#main #content h2 {
  margin-top: 12pt;
  margin-bottom: 0pt;
  color: #3f4484;
  font-family: "Palatino","Palatino Linotype",serif;
  border-bottom: 1px solid #A7A9C7;
  line-height: 100%;
  font-size: 16pt;
}
#main #content h3,h4,h5,h6 {
  margin-top: 12pt;
  margin-bottom: 0pt;
  color: #3f4484;
  font-family: "Palatino","Palatino Linotype",serif;
  line-height: 100%;
}
#main #content h3 {
  font-size: 14pt;
  font-weight: bold;
}
#main #content h4 {
  font-size: 12pt;
  font-weight: bold;
}
#main #content h5 {
  font-size: 11pt;
  font-weight: bold;
  text-decoration: underline;
}
#main #content h6 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
#main #content h2 a:link {
  color: #3f4484;
  text-decoration: none;
  font-family: "Palatino","Palatino Linotype",serif;	
}
#main #content h2 a:visited {
  color: #3f4484;
  text-decoration: none;
  font-family: "Palatino","Palatino Linotype",serif;	
}
#main #content h3 a:link {
  color: #3f4484;
  text-decoration: none;
  font-family: "Palatino","Palatino Linotype",serif;	
}
#main #content h3 a:visited {
  color: #3f4484;
  text-decoration: none;
  font-family: "Palatino","Palatino Linotype",serif;	
}

#main #content h2 a:hover {
  text-decoration: underline;
  color: #B9BDD4;
}
#main #content h3 a:hover {
  text-decoration: underline;
  color: #B9BDD4;
}
#main #intro {
  text-align: justify;
  color: #404055;
  background: #FBFBFD url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_td_one.jpg) repeat-x left top;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  border: 1px solid #B2B3CE;
  border-top: 1px solid #A7A9C7;
  border-bottom: 1px solid #A7A9C7;

}
#main #intro p {
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  margin-top: 0pt;
  margin-bottom: 3pt;
  padding-left: 3pt;
  padding-right: 3pt;
}
#main #content {
  position: relative;
  font-family: "Palatino","Palatino Linotype",serif;
  color: #404055;
}
#main p {
  font-family: "Palatino","Palatino Linotype",serif;
  text-align: justify;
  font-size: 90%;
  line-height: 150%;
}
#main blockquote {
  font-size: 90%;
  line-height: 100%;
  text-align: justify;
  font-family: "Palatino","Palatino Linotype",serif;
}
#main #content img {
  
  border: 0pt;
  margin: 4pt;  
}
#main #footer {
  text-align: justify;
  color: #404055;
  background: #FBFBFD url( http://www.itsmcommunity.org//../itsmcommunity/bg_table_td_one.jpg) repeat-x left top;
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  border: 1px solid #B2B3CE;
  border-top: 1px solid #A7A9C7;
  border-bottom: 1px solid #A7A9C7;

}
#main #footer p {
  font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif;
  margin-top: 0pt;
  margin-bottom: 3pt;
  padding-left: 3pt;
  padding-right: 3pt;
}

#main #content table {
  border: #6C73B4  1px solid;
  border-collapse: collapse;
  font-family: "Palatino","Palatino Linotype",serif;
  font-size: 11pt;
  color: #404055;
}
#main #content td {
  border: #6C73B4  1px solid;
  padding: 3pt;
  text-align: left;
}
#main #content td p {
  text-align: left;
}

.sans { font-family: "Trebuchet MS",Trebuchet,Monaco,sans-serif; }
