html
{
	background-image: url(/image/logos-background);
	background-repeat: repeat;
	background-color: #999;
	background-attachment: fixed;
}
html, body
{
	padding: 0;
	margin: 0;
	color: white;
	/* background-color: #999; */
	font-family: Arial, Sans-Serif;
	
}
body
{
	font-size: 0.75em;
}
h1
{
	font-size: 2em;
	margin: .67em 0;
}
h2
{
	font-size: 1.5em;
	margin: .75em 0;
}
h3
{
	font-size: 1.17em;
	margin: .83em 0
}
h4
{
	margin: 1.12em 0
}
h5
{
	font-size: .83em;
	margin: 1.5em 0
}
h6
{
	font-size: .75em; margin: 1.67em 0
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bolder
}

h1
{
	padding: 0;
	margin: 0;
}

del
{
	display: none;
}

ins
{
	text-decoration: none;
}


a:link, a:visited
{
	color: #a9a9a9;
}
address a:link, address a:visited, .dkBack a:link, .dkBack a:visited, a:link.dkBack, a:visited.dkBack
{
	color: #ccc;
}
a:link img, a:visited img
{
	border-color: #ccc;
}
img.transPNG
{
	behavior: url(/system/pnghack);
}
#bodyContainer
{
	background-image: url(../image/header);
	margin: auto;
	width: 738px;
	background-repeat: no-repeat;
	padding-top: 125px;
}
#firstHeading
{
	margin: 0;
	padding: 0;
}
#siteContentsTxt
{
	display: none;
}
#siteContents
{
	background-color: #e0e0de;
	padding-top: 0.461538em /* 6px */;
	padding-bottom: 0.538461em /* 7px */;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	font-size: small /* 13px */;
	letter-spacing: -0.05em;
	font-weight: bold;
	display: block;
}
#siteContents li
{
	display: inline;
	border-right: 0.153846em /*2px*/ solid #f37835;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: uppercase;
}
#siteContents #lastSiteContentsLi
{
	border-right-style: none;
}
#siteContents li a:link strong, #siteContents li a:link em,
#siteContents li a:visited strong, #siteContents li a:visited em
{
	font-weight: bolder;
	color: #B27C63;
}

#siteContents li strong, #siteContents li em
{
	font-weight: bolder;
	color: #708090;
}

#siteContents li a:link, #siteContents li a:visited, #siteContents li a:hover
{
	text-decoration: none;
}
#siteContents li a:link, #siteContents li a:visited
{
	color: #f37835;
}
#siteContents li a:hover
{
	color: gray;
}
#mainContents
{
	color: black;
	background-color: white;
	padding: 35px;
	/* height: 208px; */
}
[id=mainContents]
{
	height: auto ! important;
	min-height: 208px;
}
#footer
{
	text-align: center;
	font-style: normal;
	clear: both;
	margin-top: 1em;
}
ol.contents li
{
	list-style-type: upper-roman
}
ol.contents li ol li
{
	list-style-type: upper-alpha
}
ol.contents li ol li ol li
{
	list-style-type: decimal
}
ol.contents li ol li ol li ol li
{
	list-style-type: lower-alpha
}
/* ol.contents li ol li ol li
{
	list-style-type: lower-roman
} */