
html
{	
	background-color: #bcc337;/* #9EFFBA;*/
}

body
{
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	margin: 0px 5%;
}

div.body
{
	background-color: #fff;

	background-image: url(/images/tree_lg-leaf.jpg);
	background-image: url(/images/leaves.jpg);

	background-repeat: no-repeat;


	min-width: 730px;
	max-width: 1200px;	

	text-align: left;
	margin: 5px auto;
	border: 1px solid #777;
}

/* -------- Sidebar ---------------*/
.sidebar
{
	float: left;
	width: 200px;
}

#menu{
	margin-top: 20px;
	margin-left: 10px;
	border-top: 3px solid #09c;
	border-right: 1px solid #000;
	border-left: 1px solid #aaa;
	color: #09c;
	width: 150px;
}

#menu a
{
	margin-left: 10px;
	text-decoration: none;
}

#menu li
{
	border-bottom: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
	list-style-type: none;
	margin-left: 0px;
}

#menu li:hover
{
	background-color: #09c;
}

#menu li:hover a
{
	color: #fff;	
	
}

#sidebar-logo
{
	margin-top: 50px;
	margin-left: 10px;
}

/* --------- body -------------- */

.main
{
	padding-top: 60px;
	margin-left: 200px;
	margin-right: 5px;
	min-height: 600px;
	padding-bottom: 20px;
	padding-right: 10px;
}

h2
{
	color: #09c;
	font-size: 15pt;
	margin: 10px 0;
}

h4
{
	font-weight: bold;
	margin: 10px 0;
}

h5
{
	margin: 10px 0;
}

a
{
	color: #09c;
}

p
{
	margin-bottom: 10px;	
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

table 
{
	border-collapse: collapse;	
}

table caption
{
	text-align: center;
}

table th
{
	background: #ccc;
	background-color: #09c;
	color: #fff;

	font-weight: bold;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
}

table td
{
	border: 1px solid black;
	padding: 2px;
	text-align: center;
}

table tr:nth-child(odd) {
	background-color: #e5fdff;
}

.disclaimer
{
	font-size: 8pt;	
}

/* Tabs */
.tabs {
	margin-bottom: 4px;
}

.tab {
	color: #c00;
	color: #000;
	font-weight: bold;
	border: 1px solid #777;
	padding: 4px;
	cursor: pointer;
	font-size: 12pt;	
}

.tab-selected {
	background-color: #bcc337; 
}

.tab-area {
	border: 1px solid #777;
	padding: 5px;
}


