body{
	text-align: left;	
  margin: 0.5cm 0 0;
  padding: 0;
  font:70%/140% geneva, verdana, tahoma, sans-serif;
	color: #66494B;
}

/*******generic items******/

a:link {
	color: #66494B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66494B;
}
a:hover {
	text-decoration: underline;
	color: #66494B;
}
a:active {
	text-decoration: none;
	color: #66494B;
}

.box{
	margin: 10px;
}

.floatleft{
	float: left;
  clear: left;
}

#sidebar_1,
#sidebar_2,
#bottom{
	visibility: hidden;
	display: none;
}

/*******specific divs******/


#content{
	float: left;
	width: 100%;
}

/******Typography*****/

p{
	text-align: justify;
  margin: 0;
  padding: 0; 
  color: #333333;
  line-height: 160%;
}

.homebox p{
	margin-left: 90px;
}

#content h2{
	margin: 12px 0 7px;
  padding: 0 0 5px 0;
  font-size: 1em;
  border-bottom: 1px solid #E4D7D9;
}
#content h3{
	margin: 0px 0 7px;
	padding: 0 0 5px 0;
	font-size: 1em;
	font-weight: normal;
}
.notes {
	margin: 12px 0 7px;
  	padding: 5px 0 5px 0;
	border-top: 1px solid #E4D7D9;
	font-size: 0.9em;
}
.notes strong{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #66494B;
}

/*********Images*********/

img.mainImg{
	border-style: solid;	
	border-width: 0 1px 7px;
	border-color: #66494B;
  margin-bottom: 5px;
}

img.smallImg{
	border-style: solid;	
	border-width: 1px 1px 7px;
	border-color: #E4D7D9;
  margin-top: 3px;
}
img.contentImg{
	border-style: solid;
	border-width: 1px 1px 7px;
	border-color: #E4D7D9;
	margin-top: 3px;
	margin-right: 13px;
	margin-bottom: 7px;
}

/*********lists*********/

ul{
	padding:0;
  margin: 0 0 10px 0;
}
#content ul{
	margin-left: 20px;
  list-style: none;
}

#content li{
  padding-left: 10px;
}
#content li.det {
	margin-left: -30px;
	margin-top: 20px;
	font-weight: bold;
}

/*********tables*********/
  
 table {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
th {
	padding: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #E4D7D9;
}
td {
	color: #333333;
	padding: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #E4D7D9;
}
th.title {
	text-transform: uppercase;	
}
  
