body {
background-color: #fff;
font: normal 11px/15px arial, verdana, arial sans-serif;
color:#333;
padding:0px;
margin:0px;
background-attachment: fixed;
background-image:url('images/treebackground.jpg')



}
a {color: #236B8E; text-decoration: none; }
a:visited {color:##236B8E;}
a:hover {color: #000000; text-decoration: underline;}
a:active { color:#000000;}


h1 {
font: normal 16px/10px georgia, verdana, arial sans-serif;
letter-spacing: 2pt;
text-transform:normal;
background-color: #fff;
border-top:1px solid #999;
border-bottom:0px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
padding:15px 10px;
margin:0px }

h2 {
font: 20px/18px georgia, arial sans-serif;
letter-spacing: 2pt;
text-transform: lowercase;
padding: 9px 10px 0px 19px;
margin:0px;
}

h3 {
font: normal 12px/9px lucida, arial, tahoma, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin:0px;}
img.download {vertical-align:middle;}

h4 {
font-size: 11px;
font-weight: normal;
text-transform:normal;
background-color: #fff;
border-top:0px solid #999;
border-bottom:1px solid #999;
border-left:0px solid #999;
border-right:0px solid #999;
padding:0px 15px;
margin:0px; }


div.floating-menu {
	position:fixed;
	background:#fff;
	border:1px solid #999;
	width:200px; 
	sz-index:100; 
	margin-left:650px; 
	margin-top:20px;}

div.floating-menu a, div.floating-menu h3 {
	display:block;
	margin:0.5em 2.0em;}


/* ----------container to center the layout---------- */
#container {
width: 602px;
padding:20px;
margin: 0px;
margin-left: 20px;
margin-right: auto;
border-left:0px solid #999;
border-right:0px solid #999;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px; 

}

#banner img {padding:0px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 0px #fff;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------RIGHT NAVIGATION------------- */
#right {
    width:300px; 
    float:left; 
    position:relative; 
    margin-left:602px; 
    margin-right:1px;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-left:0px solid #999;
    border-right:1px solid #999;
    background-color: #ffffff;
 }

/* -----------------content--------------------- */
#content{ 
 	border-left:1px solid #999;
 	border-right:1px solid #999;
 	border-bottom:1px solid #999;

position: relative; 
margin: 0px; }

p{
padding: 5px 20px;
margin:0px; }

table{
padding: 0px 16px;
margin:0px; 
width:560px;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

li{
	padding: 5px 50px 10px 10px
	}



/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px 0px 60px 0px;
margin:0px;
text-align: right; } 

/* -----------------navigation--------------------- */
#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
}

#nav li a {
color: #333;
font: normal 11px/24px verdana, lucida, tahoma, sans-serif;
display: block;
width: 190px;
height: 24px;
background-color: #fff;
border-bottom: 0px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
color: #236B8E;
background-color: #ffffff;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}


hr {border: none 0; 
border-top: 1px dotted #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

