body
{
background:#92bc93;
margin: 0px;
padding: 0px;
font-family: georgia, verdana;
font-size: 95%;
line-height: 130%;
}

.box{border: solid black 5px; width: 800px; height: 200px; padding: 10px; background: #fff}



#container
{background: url('images/site/bg.png') repeat-y; margin:auto; width: 950px;  
}

#content
{margin: auto; width: 897px;}

table{padding-bottom: 100px}
td.black{background: #000000; color:#ffffff}
td.green{background: #eef4ee; vertical-align:top}

ul{list-style-type: none}

p, h1, h2, h3{margin: 10px}

a:link {color: #063}     /* unvisited link */
a:visited {color: #63C}  /* visited link */
a:hover {color: #F90}   /* mouse over link */

span.sml{font-size: 80%; color: #063}
.small{font-size:70%}
.left{float: left; margin: 0px 0px 20px 0px}

hr {
border: 0;
color: #92bc93;
background-color: #92bc93;
height: 1px;
width: 98%;
text-align: left;
}
