body{
  margin: 0;
  background-color: #EDEDDC;
  margin-top: 20px;
}
body, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

h1{
	font-size: 12px;
	font-weight: normal;
    margin: 0; padding: 0;
  margin-bottom: 8px;
}
h2{
	font-size: 10px;
	font-weight: normal;
}
p{
  margin:0; padding:0;
  margin-bottom: 8px;
}
a{
  color: #9A5B4C;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
div.content{
  margin:0; padding:0;
  text-align: left;
  margin: 5px;
}
.basicimage{
  margin: 0; padding: 0;
}
.img_right{
  float: right;
}
.img_left{
  float: left;
  margin-right: 5px;
}

.strokeBot {
	background-image: url(str.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.strokeRight {
	background-image: url(str.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.strokeLeft {
	background-image: url(str.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.topmenu{
  background-color: white;
}
.topmenu a{
	color: #777777;
	text-decoration: none;
  text-transform: uppercase;
}
.topmenu a.active{
	color: #000000;
	text-decoration: none;
  text-transform: uppercase;
}
.topmenu a:hover {
	color: #000000;
	text-decoration: none;
}
#submenu a{
	color: #777777;
	text-decoration: none;
  text-transform: uppercase;
}
#submenu a.active{
  background: url('arrow.gif') no-repeat right center;
  padding-right: 10px;
	color: #000000;
	text-decoration: none;
  text-transform: uppercase;
}
#submenu a:hover{
	color: #000000;
	text-decoration: none;
}

.header{
  padding-left: 6px;
}
.header h1{
  margin: 0; padding: 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

#logo_table{
  text-align: center;
  vertical-align: top;
}
.basicimage{
  margin-top: 20px;
}
.img_left{
  text-align: left;
}
.img_right{
  margin: 0; padding: 0;
  text-align: right;
/*    border: 1px solid #777777;*/
  margin-left: 20px;
}