body {
    margin: 0px;
    border: none;
    padding: 0px;
    color: black;
/*    background: #e0e6f1; */
    background: white url('/images/top.png') repeat-x top left;

    font-family: Verdana, Arial, Sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}

a {
    /*
    color: #1111ee;
    */
    color: #45c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/************************* HEADER ***************************/
div#header {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    border: 0px none;
/*    background: #888; */
/*    background: transparent url('/images/grad3.png') repeat-x top left;*/
}

div#inner-header {
    position: relative;
    width: 800px;
    padding: 0px;
    border: none;
    margin: 0px auto;

}

/*** LOGO ***/

div#logo {
	 height: 74px;  
}

div#logo a {
    overflow: hidden;
    background: transparent url('/images/logo.png') no-repeat top left;
    position: absolute;
    display: block;
    top: 28px;
    left: 20px;
    width: 223px;
    height: 0;
    padding-top: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 2em;
}

/*** GLOBAL NAVIGATION ***/
div#globalnav {
    position: absolute;
    top: 6px;
    right: 0px;
}

div#globalnav ul {
    list-style: none;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

div#globalnav ul li {
    display: inline;
    margin: 0px;
    margin-left: 0px;
    border: 0px;
    border-left: 1px solid #888;
    padding: 0px;
    padding-left: 0px;
}

div#globalnav ul li.first-child {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}

div#globalnav a {
    color: #666;
}

div#globalnav li.selected a {
    font-weight: bold;
}

/*** SITESEARCH ***/
div#sitesearch {
    position: absolute;
    top: 28px;
    right: 0px;
}

ol.toc { 
         padding-left: 0;
	 margin-left: 1em; 
	 list-style-type: none; 
}

/*** TABS ***/
div#tabs {
    padding-left: 20px;
    border-bottom: 1px solid #888;
    text-align: left;
}

div#tabs ul, div#footer ul  {
    list-style: none;
    margin: 0px;
    border: 0px;
    padding: 2px 0px;
}

div#tabs ul li {
    display: inline;
    margin: 0px;
    margin-left: 2px;
}

div#tabs ul li a span {
    padding: 2px 6px;
/*    background: #edc; */
    color: #666;
    font-weight: bold;
    font-size: 1em;
}

div#tabs ul li.first-child  {
    margin-left: 0px;
}

div#tabs ul li.selected a span {
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid white;
    background: white;
    color: black;
}

div#tabs a:hover span {
    text-decoration: underline;
}

div#tabs a:hover {
    text-decoration: none;
}



/************************* BODY ***************************/

div#body {
    position: relative;
    width: 760px;
    padding: 20px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    margin: 0px auto;
    background: white url('/images/bottom.png') repeat-x bottom left;
}

div#body-homepage {
    position: relative;
    width: 800px;
    padding: 0px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    margin: 0px auto;
    background: white url('/images/bottom.png') repeat-x bottom left;
}

div.note {
    font-style: italic;
    border: 1px dashed #444;
    padding: 10px;
    color: #444;
}

div#sidebar {
    width: 240px;
    float: right;
}

div.sidebar-element {
    border: 1px solid #999;
    padding: 20px;
    background: #eee;
    margin: 0px;
}

div.sidebar-element h2 {
    font-size: 1.2em;
    color: #567;
    border-bottom: 2px solid #567;
}

div.sidebar-element a.selected {
    font-weight: bold;
}

div#main {
 
    float: left;
    border: 0px none;
    padding: 0px 0px 0px 0px;
    width: 100%
}

div#main h1, div#main h2 {
    color: #b3834d;
   
}

/*
div#main h1, div#main h2, div#main h3{
    font-size: 1.2em;
    color: #b3834d;
   
}
*/

div#main h3#page-title {
    font-size: 1.6em;
    color: #333;
    font-style:normal;
}

div#main h1{
    font-size: 1.5em;
    color: #b3834d;
   
}

div#main h2{
    font-size: 1.2em;
    color: #333;
    text-decoration: underline;
}

div#main h3, div#body-homepage h3{
    font-size: 1.2em;
    color: #555;
    font-style:italic;
}



div.toc
{
	margin: 0px 0pt 0px 0px; 
	border: 1px dotted #333;
	background: #fea;

}

li.toc a 
{
	color: #000;
}

div.toc p
{
	font-weight: bold;
}

dt {
    font-weight: bold;
    margin-top: 15px;
}

tr.odd {
    background: #eee;
}

/************************* SEARCH ***************************/
div#search_container {
    overflow: hidden;
}

div.search_form {
    float: right;
    width: 250px;
    height: 100%;
    background-color: #ffffe0;
    border-left: 1px solid #888;
    padding: 20px 20px 1020px 20px;
    margin-bottom: -1000px;
}



/************************* FOOTER ***************************/
div#footer {
    position: relative;
    width: 800px;
    padding: 10px 0px;
    border: 0px none;
    margin: 0px auto;
    font-size: 0.8em;
    color: #666;
}

div#footer a {
    color: #666;
}

div#main td{
    vertical-align: top;
   
}

div#main tr{
    
    text-align: left;
}

div#content{
    border: 1px solid rgb(102, 102, 102); 
    padding: 10px; 
    float: right; 
    width: 200px;
    text-size: 80%;
}

div#content li{
    text-size: 80%;
}


