*
{
	margin: 0;
	padding: 0;
}
	
html, body
{
	background-color: #8d806f;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #3b4624;
}

p
{
	clear:both;
	margin-bottom: 1.5em;
}

p ol, ul, dl
{
	margin-bottom: 1.5em;
}

h1
{
	font-size: 18px;	
	font-weight: normal;
	margin-bottom: 1.5em;
	text-transform: capitalize;
}

h2
{
	font-size: 14px;	
	font-weight: normal;	
	text-transform: capitalize;
	margin-bottom: 1.5em;
}

h3
{
	font-size: 12px;
}

h3 span:before 
{
	content: "- ";
}

h1 + h2 
 {
	margin-top: -1.5em;
}

dt 
{ 
	float: left; 
	clear: left; 
	width: 16%; 	
}
 
dd 
{ 
	margin-left: 16%; 
}

ol
{
	margin-left: 2em; 
}

ul li
{
	list-style-type: none;
	
}

ul li:before 
{
   content: "\00BB";
   padding-right: 5px;
}

dt:after 
{ 
	content: ":"; 
}
 

a:link, a:active, a:visited
{
	color: #292f19;
	text-decoration: none;
 	font-style: italic;
 	background-color: inherit;
}

a:hover
{
	color: #292f19;
	text-decoration: underline;
	background-color: inherit;
}

#oig-canvas
{
	width: 800px;
	margin: 2em auto 2em auto;
}

#oig-main-container
{
	margin: 0 auto 0 auto;
	width: 793px;
	padding-bottom: 10px;	
}

#oig-header
{
	height: 175px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#oig-menu-top-container
{
	height: 20px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #3b4624;
	color: inherit;
}

#oig-menu-top-container a:link,
#oig-menu-top-container a:active,
#oig-menu-top-container a:visited
{
	font-style: normal;
	font-weight: inherit;
}

#oig-content-container
{
	padding: 20px 40px 10px 40px;	
}

#oig-footer
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#oig-footer hr
{
	margin: 0 5% 0 5%;
 	border-top: 1px solid #000000;
 	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 10px;
}

#oig-menu-bottom-container 
{
	text-align: center;
}

#oig-menu-bottom-container  ul
{
	list-style-type: none;
	display: inline-block;
	padding: 0 0 10px 0;
	margin: 0;	
}

#oig-menu-bottom-container ul li
{
	float: left;
	display: inline;
}

#oig-menu-bottom-container ul li:first-child:before
{
	content: "";
}

#oig-menu-bottom-container ul li:before
{
	content: "\00a0|";
}

#oig-menu-bottom-container  a:link,
#oig-menu-bottom-container  a:active,
#oig-menu-bottom-container  a:visited
{
	font-style: normal;
	font-weight: bold;
}

.oig-page-navigation
{
	margin-top: 10px;
	text-align: center;
}

.oig-page-navigation a:link,
.oig-page-navigation a:active,
.oig-page-navigation a:visited
{
	font-style: normal;
	font-weight: normal;
}

.oig-clear-line
{
	clear: both;
}

.oig-image-centered
{
	display: block;
	margin: 0 auto 0 auto;
}

.oig-picture
{
	margin-right: 1.5em;	
	display: inline-block;
	font-style: italic;	
	font-size: 10px;
	vertical-align: top;
	max-width: 200px;
}

.oig-picture img
{	
	border: 1px solid #000000;
}

.oig-item-date
{	
	font-weight: normal;
	font-style: italic;
}

span.oig-item-date:before 
{
	content: "(";
}

span.oig-item-date:after 
{
	content: ")";
}

.oig-news-item-text
{
	margin-bottom: 1.5em;
}

table.oig-pedigree
{
	table-layout: fixed;
}

tr.oig-pedigree
{
	vertical-align: middle;
}

td.oig-pedigree
{
	width: 33.333%;
}

p.oig-pedigree
{
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}