html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 10pt;
  background-color:#FFFFFF;
}

td {
  font-family: verdana;
  font-size: 9pt;
}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-size: 9pt; 
  font-family: Tahoma;
}

a {
  color: #000000;
}

#main-content {
  margin: 0px 20px 0px 20px;
  font-family: Tahoma; 
  font-size: 9pt;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.url {
  color: #000000;
  font-size: 8pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.small {
  font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.small:link {color: #000000;}
.small:visited {color: #000000;}
.small:hover {color: #FF0000;}
.small:active {color: #000000;}

.grey {
  color: #666;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #000000;
  padding: 4px;
  padding-left: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

a.category { 
  font-size:11px;
  color: #666666;
  text-decoration:none;
}
.category:link {color: #666666;}
.category:visited {color: #666666;}
.category:hover {color: #666666;}
.category:active {color: #666666;}

a.subcategory { 
  font-size:11px; 
  font-weight:bolder;
  color: #000000;
}
.subcategory:link {color: #000000;}
.subcategory:visited {color: #000000;}
.subcategory:hover {color: #FF0000;}
.subcategory:active {color: #000000;}

a.link {
  color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bolder;
}
a.link2 {
  color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bolder;
}
.link2:link {color: #000000;}
.link2:visited {color: #000000;}
.link2:hover {color: #FF0000;}
.link2:active {color: #000000;}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}
.site-new {
  padding: 8px 12px 8px 12px; background-color:#FF99FF;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

/* tabs */ 
#tab-container {
  background: url('../images/lines.gif') repeat-x top left;
  padding-top: 10px;
}

#tabs {
  text-align: center;
  margin: 0;
  font: Bold 8pt Tahoma;
  padding-left: 15px;
  background: url('../images/gray-dot.gif') repeat-x bottom;
  height: 29px;
}

.tab-l {
  background: url('../images/tab-left-off.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
  margin-left: 6px;
} 

.tab-l.on-l {
  background: url('../images/tab-left-on.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
} 

.tab-r {
  background: url('../images/tab-right-off.gif') no-repeat bottom right;
  width: auto;
  float: left;
  display: inline;
  padding: 0 13px 0 6px;
  height: 29px;
} 

.tab-r.on-r {
  background: url('../images/tab-right-on.gif') no-repeat bottom right;
  width: auto;
}

.tab-r a {
  position: relative;
  top: 13px;
  color: #FFF;
  text-decoration: none;
}

.tab-r.on-r a {
  color:#000;
}

/* Search bar */
#search-bar {
  text-align: center; 
  padding: 4px 0 12px 0; 
}

#search-button {
  position: relative; 
  top: 3px;
  border: 0;
}

/* Header bars */
.bar {
  background: url('../images/header-bar-middle.gif') repeat-x top left;
  height: 29px;
}

.bar-text {
  position: relative;
  top: 4px;
  left: 15px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  display: inline;
  text-decoration:none;
  color:#FFFFFF;
}
.bar-text-lien {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  display: inline;
  text-decoration:none;
  color:#FFFFFF;
}

/* Footer */
#non-footer {
  position: relative;
  min-height: 100%;
}

* html #non-footer {
  height: 100%;
}

#footer {
  background: url('../images/footer.gif') repeat-x top left;
  position: relative;
  margin: -45px auto 0 auto;
  height: 45px;
  font-size: 8pt;
  font-family: Tahoma;
  color: #888;
}

#footer-spacer {
  height: 50px;
}

#footer-text {
  position: relative;
  top: 10px;
  left: 10px;
  width: 200px;
}

#footer-text a {
  text-decoration: none;
}
a.title { 
  font-size:11px; 
  font-weight:bolder;
  color: #000000;
}
.title:link {color: #000000;}
.title:visited {color: #000000;}
.title:hover {color: #FF0000;}
.title:active {color: #000000;}

