body {
background-color: #C2B69C;
background-image:    url(../images/brown/bg_pattern.jpg);
background-repeat: repeat;
background-position: top left;
}
table,tr,td {
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
a:link{
color: #8F6200;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: #8F6200;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #8F6200;
text-decoration: underline;
}
.title {
font-size: 14px;
font-weight: bold;
}
.highlight{
color: #008548;
font-weight: bold;
}
.box {
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}
.maintable {
background-color: #C2B69C;
width: 728px;
height: 100%;
border-top: 0px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
padding: 0px;
}
.mainbody {
background-color: #C2B69C;
width: 728px;
padding: 0px;
background-image:    url(../images/brown/side_pattern.jpg);
background-repeat: repeat-y;
background-position: top right;
}
.content {
background-color: #C2B69C;
width: 475px;
padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
}
.fullheight{
min-height: 100%;
height: 100%;
}
.spacer {
width: 1px;
height: 100%;

}
.leftedge{
width: 11px;
background-repeat: repeat-y;
background-position: top right;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/brown/shadow_left.png');
}
.leftedge[class] {
  background-image: url(../images/brown/shadow_left.png);
}

.rightedge{
width: 11px;
background-repeat: repeat-y;
background-position: top left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/brown/shadow_right.png');
}

.rightedge[class] {
  background-image: url(../images/brown/shadow_right.png);
}


