/* 2 shades of brown used */
/* Dark:    #663300      */
/* Medium:  #99cccc      */

html {
 height: 100%;
}

body {
 font-family: Trebuchet MS, Helvetica, sans-serif;
  background-color: #333333;
 color: #663300;
 background-position: top;
 background-repeat: no-repeat;
 padding: 0; 
 margin: 0; 
 border: 0;
 width: 100%; 
 height: 100%;
}

#wrapper {
 width: 840px;
 margin: 0 auto;
 background-color: white;
 background-image: url(Macrocycles_brown6_flip.gif);
 background-position: center;
 background-repeat: no-repeat;
 height: 100%;
}

#wrapperindex {
 width: 840px;
 margin: 0 auto;
 background-color: white;
 background-position: center;
 background-repeat: no-repeat;
 height: 100%;
}

/* STYLES USED FOR MAIN BANNER RIGHT AT THE TOP OF PAGE */

#banner{
 width: 100%;
 height: 135px;
 background-color: black;
 clear: both;
 border: 0; 
 padding: 0; 
 margin: 0;
 background-image: none;
 border-bottom: solid 1px #444444;
}

/* END */


/* Styling for header navigation elements */
#header-navigation {
 width: 100%;
 white-space: nowrap;
 vertical-align: top;
 margin: 0;
 padding: 0;
 border: 0;
 background-color: #FFFFFF;
 text-align: left;
 clear: both;
}

#header-navigation a {
 font-weight: normal; 
 color: #663300;
 text-decoration: none;
 font-size: 80%;
 padding-left: 0.3em;
 border-left: solid 1px #663300;
 margin-left: 0.3em;

}

#header-navigation a:visited {
 color: #663300;
 text-decoration: none;
 border-left: solid 1px #663300;
}

#header-navigation a:hover {
 color: #ffffff;
 text-decoration: none;

 background-color : #CC9966;
 border-left: solid 1px #663300;

}
#header-navigation-tabs .header-navigation-tabs-selected{
 color: #ffc207;
 top: 4px;
 z-index: 4;

 height: 1.2em;
 padding: 1em
}
/* END */




/* STYLES USED FOR LEFT NAVIGATION PANEL (main menu) */
#sidebar-a {
 width: 9%;
 float: left;
 margin: 0px;
 border: 0px;
 font-weight: normal;
 background-color: white;
 clear: both;
 font-size: 0.9em;

}

#sidebar-a a {
 display: block;
 width: 100%; /* NOTE: THIS IS a % OF THE 'WRAPPER' LAYER WIDTH */
 background-color:  transparent;
 border: 0;
 padding-left: 0.3em;
 border-left: solid 1px #663300;
 margin-left: 0.3em;
}

#sidebar-a a:link {
 color: #663300;
 text-decoration: none;
 border: 0;
 padding-left: 0.3em;
 border-left: solid 0px #663300;
 margin-left: 0.3em;
}

#sidebar-a a:visited {
 color: #663300;
 text-decoration: none;
 border: 0;
 padding-left: 0.3em;
 border-left: solid 0px #663300;
 margin-left: 0.3em;
}

#sidebar-a a:hover {
 color: #ffffff;
 background-color: #CC9966;
 border: 0;
 padding-left: 0.3em;
border-left: solid 1px #663300;
 margin-left: 0.3em;
}
#link-text{
 font-weight: normal;
 float: center;
 font-size: 1.0em;
 color: #663300;
 text-decoration: none;
font-size: 80%; 

}
#link-text a:link {
 color: #663300;
 text-decoration: none;
 border: 0;
 padding-left: 0.3em;
 border-left: solid 0px #663300;
 margin-left: 0.3em;
}

#link-text a:visited {
 color: #663300;
 text-decoration: none;
 border: 0;
 padding-left: 0.3em;
 border-left: solid 0px #663300;
 margin-left: 0.3em;
}

#link-text a:hover {
 color: #ffffff;
 background-color: #CC9966;
 border: 0;

 border-left: solid 0px #663300;
 margin-left: 0.3em;
}
/* END */


/* DEFINES THE MAIN PAGE CONTENT AREA */
#maincontent2 {
 float: right;
 width: 91%;
 background-color: transparent;
 padding: 0;
 margin: 0;
 min-height: 480px;	
 font-size: 0.9em;				/* MB: this is the height of the background image */
}
#maincontent {
 width: 100%;
 background-color: transparent;
 padding: 0;
 margin: 0;
 font-size: 0.9em;
 min-height: 480px;					/* MB: this is the height of the background image */
}

#indexcontent {
 float: left;
 width: 350px;
 margin-left: 40px ;
 margin-right: 0px ;
 background-color: #ffffff;
 font-size: 0.9em;

}
#indexcontent2 {
 float: right;
 width: 350px;
 margin-left: 0px ;
 margin-right: 40px ;
 background-color: #ffffff;

 font-size: 0.9em;
 }


/* END */




/* Styling for HTML elements from hereon */

h1 {
 font-weight: bold;
 font-size: 1.6em;
 color: #663300 ;
 margin: 0 0 1ex 0;
}

h2 {
 font-weight: normal;
 font-size: 1.2em;
 color: #663300 ;
 margin: 1ex 0 1ex 0;
}
h3 {
 font-weight: normal;
 font-size: 0.9em;
 color: #663300 ;
 margin: 1ex 0 1ex 0;
 text-decoration: none;

}



img {
 border-width: 0px;
}

small, sup, sub {
font-size: 70%; 
}
