body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3d3937;
	text-align:center;
	font-size: 10pt;
}

img {
border:0px;

}

img.thumbnail
{
  margin:10px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 3px solid #3d3937;
  border-bottom: 3px solid #3d3937;
  background-color: #908C8C;
  padding: 5px;
  vertical-align: top
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

div#full
{

	width: 700px;
}

.layout
{
	text-align: left;
	padding: 0px;
	border: 1px solid #000000;
	left: 136px;
}

.layout#header {
 border: 0px;
 width:698px;
 }
 
.layout#leftnav {
    top:112px;
	width: 140px;
	background-color: #ABB6BA;
	height: 400px;
}

.layout#contentbox {
	float: none;
	width:540px;
	margin-left:15px;
	text-align: left;
	background-color: #CECFC6;
	height: 400px;
}
.layout#footer {
	margin: 0px 0px 10px 0px;
	clear: both;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	 width:698px;
	 top: 727px;
}

.boxheader {
	padding: 0px;
	border-bottom: 1px solid #000000;
	margin: 0px;
	height: 22px;
}
.contentframe {
	padding:10px;
	width: 518px;
	height: 348px;
	overflow: auto;
}

dl 
{
 margin-left: 2em;
 margin-right: 2em;
 margin-bottom: 1em;
}

dl dt 
{
 display: block;
 font-weight: bold; 
 background-color: #ABB6BA;
 color: #3d3937;
 padding-left: 1em;
 padding-bottom: .2em;
}

dl dd
{
 border-top: 1px solid #3d3937;
 margin-left: 4em;
 padding-left: 1em;
 padding-bottom: 1em;
}

a
{
 text-decoration: none;
 color:  #3d3937;
}
a:hover, a:active
{
color:  #ABB6BA;
background-color: #3d3937;
}


