body{
    background-color: #BF8968;
    padding:0;
    margin:0;
}



td,blockquote,ul,ol,li,p
{
	font-family: Candara, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

li {
	padding-bottom: 5px;
}


a:hover {  color: #8897D2; }

a:link {  color: #6666CC; }

a:active {  color: #FF9966; }

a:visited {  color: #666699; }

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #CC6633;


	}

h2 {
	font-size: 18px;
	font-family: Candara, Arial, sans-serif;

	}

h3 {  	font-size: 16px;
		font-style: normal;
		font-weight: normal;
	}

tt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
	}

th, .theader {  font-weight: bold; }

.quoter {
	font-size: 12px;
	padding-top: 4px;
}
.quote {
	font-style: italic;
}

.smaller {
	font-size: 11px;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;


}

.button {
	font-family: Candara, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color:#E4AE88;
	font-weight: bold;

}
.toprow {
	background-color: #000000;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #E4AE88;
}
.bottomrow {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #E4AE88;
	padding-top: 10px;
	background-color: #F2ECC8;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;


}
.maincell {
	padding: 10px;

}
.middlerow {
	padding-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4AE88;
	margin-top: -1px;

}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.small {
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.maintable {
    width:95%;
    max-width:770px;
    margin:0px auto;
	background-color: #F2ECC8;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.red {
	color: #FF0000;
}
 ul {
   overflow:hidden;
 }

#nav {
  width: 170px;
  text-align: left;
  padding-top: 5px;
}

#nav ul {
  margin:0;
  padding:0;
  list-style:none;

}

#nav li {
  display:block;
  width:100%;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 29px;
  height: 29px;
  padding: 0px 0px 0px 19px;
  background: url(images/diamonds-black.png) no-repeat 1px 7px;
}

#nav li:hover,
#nav li.isactive
 {
   background: url(images/diamonds.png) no-repeat 1px 7px;
 }

#nav a {
  color: #000;
  text-decoration: none;
  outline: 0;
  font-family: Candara, Arial, sans-serif;
  display: block;
  width:100%;
}

#nav a:link, #nav a:visited  {
  color: #fff;
}

#nav a:active, #nav a:hover  {
  color: #000;
}

#nav li.isactive a {
  color: #000;
}

h4.footer {
  text-align: center;
  line-height: 18px;
  font-size: 0.8em;
}
 h4.footer a {
   text-decoration: none;
 }

h4.footer a:hover {
    color: #000;
}