﻿@import url("layout.css");
body {
	font-family: "Times New Roman";
	font-size: 0.9em;
	color:#32298E;
	background-color: #f3f3f3;
	background-image: url("../images/bg_hot.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	width: 840px;
	margin: 0px auto;
}
#masthead {
	text-align: center;
	width: 702px;
	border: 1px solid #431;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
}

#topbar 
{
    text-align:left;
	color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #8E2986;
}


#content {

	width: 100%;
	min-height:960px;  
    height:auto !important;  
    height:960px;  

	border: 1px solid #431;
	background-color: #fff;
	color:#8E2986;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #8E2986;
}
#masthead h3 {
	color: #8E2953;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	font-weight: bold;
}
#navigation a 
{
	font-weight:bold;
	color: #BE4237;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #0000;
	background-color: #BE4237;

}
/* Content Styles */

#content img {
	padding: 5px;
	border:none;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #D16A61;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: underline;
	 
}

.tree {
    background-color:#fff;
    color:#F0F7E9;
    font-size:medium;
    font-weight:bold;   	
}

.rootnode {
    background-color:#fff;
    color:Black;
    font-size:medium;
    font-weight:bold; 
    margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 0px;  	
}

.selectednode {
    background-color:#e0e0e0;
    color:Black;
}

li
{
    display: inline;
    margin:2px;
}

a {
	color: #D16A61;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


