html body
{
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
  font-size: 100%;
  /* font-family: Arial, Verdana, "Trebuchet MS", Trebuchet; */
font-family: "Trebuchet MS", Trebuchet, "Arial Narrow", Arial, sans-serif;
}

html>body
{
  font-size: 80%;
  /* font-family: Arial, Verdana, "Trebuchet MS", Trebuchet; */
font-family: "Trebuchet MS", Trebuchet, "Arial Narrow", Arial, sans-serif;
/* font-weight: lighter; */
}

html{
  height:100%;
}

#content
{
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  overflow:auto;
}

#top
{
  height: 120px;
  background-image: url("../images/top1.jpg");
  background-repeat: no-repeat;
  padding-right: 10px;
  padding-left: 10px;
}

#logo
{
position: relative;
margin-top: 10px;
}

#top a:hover
{
  text-decoration: none;
}

#top h1
{
  font-family: "Century Gothic", "Trebuchet MS", Trebuchet, "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}

#top h1 a {
  color: #ffffff;
}

#top h2
{
  font-family: "Century Gothic", "Trebuchet MS", Trebuchet, "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding-top: 8px;
  color: #FFFFFF;
}

.introduction
{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  color: #AD473F;
  /*  color: #8EC2DA; */
  /* text-indent: 25px; */
  padding-left: 0;
  padding-bottom: 20px;
}

#main
{
  width: 73%;
  position: relative;
  float: left;
  background: #fff;
  border-right: 1px solid #D9D9D9;
  clear: both;
  height: 100%;
  padding-right: 10px;
  padding-top: 0px;
}

#main .col
{
  padding: 12px 35px 30px 35px;
}

#main h1 {
  font-family: Georgia, "Century Gothic", "Trebuchet MS", Trebuchet, "Arial Narrow", Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  color: #604000;
}

#main h1 a {
  font-weight: normal;
}

#main h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
font-weight: normal;
  color: #999999;
border-bottom: 1px solid #eeeeee;
}

#main h3 a {
  font-family: "Trebuchet MS", Trebuchet, Arial, Verdana;
  font-size: 20px;
  font-style: normal;
font-weight: bold;
 /*  text-transform: uppercase; */
  /* color: #604000; */
color:#3060C0;
}


#main p {
  line-height: 20px;
}

#sidebar {
  width: 24%;
  float: right;
  padding: 20px 0 10px;
/* background-image: url("../images/top1.jpg");
  background-repeat: repeat; */

}

/*
#sidebar .col
{
  padding: 15px 11px 15px 11px;
}
*/

.submenu a
{
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display : block;
}

.submenu a.active
{
  background-image: url("../images/active-menu.jpg"); 
  color: #ffffff;
}

.submenu a:hover
{
  text-decoration: none;
  background-color: #3060c0;
  color: #ffffff;
}

.post
{
  padding: 0 15px 25px 15px;
}

#main .articleimg
{
  float: right;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

input
{
  background-color: #FFFFFF;
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  border: 1px solid #728c40;
  margin-bottom: 2px;
}

textarea {
  background-color: #FFFFFF;
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #728c40;
  margin-bottom: 2px;
}

a { 
  color: #3060C0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style-image: url(../images/li.gif);
  line-height: 20px;
  text-align: left;
}

.logo {
  float: right;
  margin-right: 30px;
}

.clearer {
  clear: both;
}

.txpCommentInputMessage {
  color: #000000;
}

.postmeta {
  margin-top: -11px;
  padding: 0;
  font-size: 0.8em;
  line-height: 0.8em;
  text-align: right;
}

