﻿
body
{
	font-family: Georgia, Verdana, Sans-Serif;
}

.header
{
	position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display:block;
    height: 99px;
    width: 100%;
	border-bottom: 20px solid #373c30;
	z-index:5;
    overflow:hidden;
}
        
.footer
{
	position: absolute;
	margin: 0;
	padding: 0 0 0;
	bottom: 0;
	left: 0;
	display:block;
	height: 25px;
	width: 100%;
	color: #def598;
	font-size: 8pt;
	text-align: center;
	background-color: #30220a;
	border-top: 10px solid #373c30;
	z-index:5;
	overflow:hidden;
	white-space: nowrap;
}

.content
{
	position: absolute;
	top: 120px;
	left: 0;
	bottom: 35px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	color: #373c30;
	background-color: #ebedb8;
	z-index: 3;
	overflow: auto;
}

.FeedsPanel
{
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 10px;
	width: 300px;
	z-index: 10;
	background-color: #E9EBCB;
	border: 5px solid #373c30;
}


#Column1, #Column2, #Column3
{
	position: absolute;
	top: 15px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 10pt;
}

#Column1 p, #Column2 p, #Column3 p,
#Column1 li, #Column2 li, #Column3 li
{
	line-height: 12pt;
}

#Column1
{
	width: 250px;
	left: 20px;
}

#Column2
{
	width: 600px;
	left: 300px;
}

#Column3
{
	width: 300px;
	left: 930px;
}



.footer p
{
	margin: 5px 0 0;
}

h1, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active
{
	position: absolute;
	top: 80px;
	left: 15px;
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 28pt;
	font-weight: bold;
	color: #998833;
	z-index: 100;
	white-space: nowrap;
}

h1 span
{
	color: #998833;
	font-size: 22pt;
}

h2
{
	margin: 0 0 3px;
	padding: 0 0 1px;
	font-size: 14pt;
	font-weight: bold;
	color: #5B6450;
	border-bottom: 1px solid #fe6600;
}

h3
{
	margin: 0 0 3px;
	padding: 0 0 1px;
	font-size: 12pt;
	font-weight: bold;
	color: #5B6450;
	border-bottom: 1px solid #fe6600;
}


ul, ol
{
	margin: 0 10px 20px;
	padding: 0;
}

ul li, ul li li, ul li li li
{
	margin: 0 25px 5px 30px;
	padding: 0;
	line-height: 14pt;
	list-style: square;
}

ul li li
{
	margin: 5px 25px 0 20px;
	list-style: circle;
}

ul li li li
{
	list-style: disc;
}

ol li, ol li li, ol li li li
{
	margin: 0 25px 5px 30px;
	padding: 0;
	line-height: 14pt;
	list-style: decimal;
}

ol li li
{
	margin: 5px 25px 0 20px;
	list-style: lower-alpha;
}

ol li li li
{
	list-style: lower-roman;
}


a:link
{
	color: #fe6600;
	padding: 2px 0;
}

a:visited, a:focus, a:hover, a:active
{
	color: #FEA366;
	padding: 1px 0;
}

a:focus, a:hover, a:active
{
	color: #30220a;
	text-decoration: none;
	background-color: #FE944D;
}



/* adjustments for "new window" style links */
a[target="_blank"]:after, a[target="new"]:after
{
	margin: 0 2px;
	padding: 0;
	font-weight: bold;
	font-family: "Zapf Dingbats";
	content: "\279A";
}

a[href$="pdf"]:after, a[href$="doc"]:after, a[href$="png"]:after, a[href$="jpg"]:after
{
	margin: 0 0 0 5px;
}

a[href$=".pdf"]:after
{
	content: " (PDF)";
}

a[href$=".doc"]:after
{
	content: " (DOC)";
}

a[href$=".png"]:after
{
	content: " (PNG)";
}

a[href$=".jpg"]:after
{
	content: " (JPG)";
}
/* end: adjustments for "new window" style links */


a:link h1, a:visited h1, a:focus h1, a:hover h1, a:active h1
{
	position: absolute;
	top: 80px;
	left: 15px;
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 28pt;
	font-weight: bold;
	color: #ffee99;
	z-index: 6;
	white-space: nowrap;
}

.SortOrder
{
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 8pt;
}

.separator
{
	margin: 0;
	padding: 0;
}

#Column1 p.SectionTitle, #Column3 p.SectionTitle
{
	margin: 10px 0 3px;
	padding: 0 0 1px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #FEB280;
}

#Column1 p, #Column3 p
{
	margin: 0 0 3px 10px;
	padding: 0;
	line-height: 12pt;
}

#Column3 ul
{
	margin: 10px 0 0;
	padding: 0;
}

#Column3 ul li
{
	margin: 0 5px 12px;
	padding: 0 0 5px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dashed #FEB280;
}

.FeedsPanel ul
{
	margin: 5px 15px 15px;
}

.FeedsPanel ul li
{
	margin: 0 0 8px;
	list-style: none;
}


.clearingblock
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}


#Column2 h3
{
	margin: 10px 0 3px;
	padding: 0 0 1px;
	font-size: 14pt;
	font-weight: bold;
	color: #004000;
	text-align: center;
	border-bottom: 1px solid #FEB280;
}

#Column2 h4
{
	margin: 15px 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	color: #000000;
	border: 0;
}

#Column2 h5
{
	margin: 5px 5px -5px;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 0;
}

#Column2 p
{
	margin: 5px 5px 18px;
	padding: 0;
	line-height: 15pt;
	font-size: 12pt;
}

#Column2 div.CodeExample
{
	margin: 10px 30px 15px;
	padding: 10px;
	background-color: #c0ffc0;
	font-family: Consolas, "Courier New" , Courier, sans-serif;
}

#Column2 div.CodeExample p
{
	margin: 0 0 5px;
	padding: 0;
	font-size: 9pt;
	line-height: 8pt;
}

#Column2 div.CodeExample p.CodeSeparator
{
	margin: 0 0 15px;
}

#Column2 div.CodeExample p.CodeIndent
{
	margin: 0 0 5px 20px;
}

#Column2 p.PostFooter
{
	margin: 10px 5px 20px 100px;
	padding: 0 5px;
	text-align: right;
	border-top: 1px solid #C1BB76;
	font-size: 8pt;
	font-style: italic;
}

p.Emboss
{
	border: 1px solid #a0a0a0;
}
