body {
	font-size: 10pt;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: #323239;
	line-height: 1.25;
	background: none repeat scroll 0 0 #443833;
    min-width: 970px;
    width: 100%;
}

html, body {
    border: 0 none;
    margin: 0;
    padding: 0;
}

a {
   color: #f4782d;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

img {
	border: 0px;
}

#container {
    background: url("img/bg_top.jpg") repeat-x scroll left top transparent;
    height: 100%;
    width: 100%;
}

#wrapper {
	background: url("img/bg.jpg") repeat-y scroll left top transparent;
	margin: 0 auto;
	width: 970px;
}

#wrapperFull {
	background: url("img/empty-bg.jpg") repeat-y scroll left top transparent;
	margin: 0 auto;
	width: 970px;
}
#fullPage {
	padding-left:90px;
	padding-top:120px;
}

#sidebar {
    clear: left;
    color: white;
    display: block;
    float: left;
    text-align: left;
    width: 290px;
}

#sidebar #titleArea {
    background: url("img/sb_top.jpg") no-repeat scroll left top transparent;
    color: #A8948A;
    cursor: pointer;
    height: 200px;
    padding: 0 15px;
    text-align: center;
    width: 260px;
}
#sidebar #titleArea img {
	padding-top: 67px;
}

#top {
    background: url("img/bg_top.jpg") repeat-x scroll left top transparent;
    clear: right;
    color: white;
    display: block;
    float: left;
    height: 40px;
    padding-top: 15px;
    text-align: right;
    width: 680px;
}

#content {
    background-color: white;
    border-top: 9px solid #877065;
    display: block;
    float: left;
    margin: 0 0 40px;
    padding: 0;
    text-align: left;
    width: 668px;
}

h1#subtitleArea {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px 15px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#content #intro {
    background: url("img/header.png") no-repeat scroll center center #55453E;
    color: white;
    height: 136px;
    padding: 0 30px 0 40px;
	margin-left: -8px;
	margin-bottom: 20px;
overflow: hidden;
}
#content #intro img {
	margin-left: 369px;
	margin-top: 18px;
}
#content .text {
	clear:both;
	padding: 0 20px;
}

#footer {
    background: url("img/sb_bottom.jpg") no-repeat scroll left top #443833;
    clear: both;
    color: #cccccc;
    display: block;
    float: left;
    font-size: 80%;
    height: 60px;
    width: 100%;
}

#footer .contentfoot {
    border-top: 10px solid #877065;
    display: block;
    float: right;
    height: 30px;
    padding: 5px 0;
    width: 680px;
    text-align: center;
}

.end {
    border: 0 none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidebar .selected  {
	background-color: #9d1811;
}

.tocItem {
    padding-left: 12px;
    text-align: left;
    width: 268px;
}
.tocItem:hover {
	background-color: #a03104;
}

.tocItem a {
    border-bottom: 1px solid #3E322D;
    border-top: 1px solid #705A52;
    color: white;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 2px 2px 2px 24px;
    text-decoration: none;
}



.chart {
   padding-top: 20px;
}
.chart img {
   width: 660px;
}

.formLabel {
	width: 150px;
	font-weight: bold;
	padding-top: 10px;
}

#msg {
	padding: 20px;
	border: solid 2px #ffa13f;
	font-weight: bold;
	display: none;
}

div.rssincl-content a {
	text-decoration: none !important;
}
div.rssincl-content a:hover {
	text-decoration: underline !important;
}
