div.tabcontent {
   border-width: 3px 1px 1px;
   border-color: #999;
   border-style: solid;
    border-color: rgb(35, 35, 35) 
    clear: both;
    padding: 1em;
    margin-right:37px;
	height:auto;
	overflow: auto;
	line-height: 130%;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(51, 51, 51);
	font-size: 90%;
	}
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
       margin-right:37px;
}

ol#toc a {
	background: #fff url(images/tabs.gif);
	color: #FFFFFF;
	font-weight:normal;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration:none;
}

ol#toc a:hover {
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
        color: #fff;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
		overflow: hidden;

}

ol#toc li a.active {
    background-position: 0 -60px;
    color: #fff;
		overflow: hidden;

}

ol#toc li a.active span {
    background-position: 100% -60px;
		overflow: hidden;

}

ol#toc span {
    background: url(images/tabs-on.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

#proimages img {
	margin-bottom:10px;	
	display:block;
	clear:both;
	overflow: hidden;
}

#proimages li {
	float: left;
	list-style-type: circle;
	clear:both;
}

#proimages  {
	margin-top:50px;
}

	
