/* CSS Document */
body {
	background-color: #44607e;
}
h1 {
color: #FFFFFF;
}
#content{
margin: 0 auto;
width: 900px;
text-align: left;
background-color: #C4E0FF;
font:Ariel;
color: #44607e;
}
div.content {
    border: #C4E0FF solid 3px;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}
#tab {font-size: 93%; background:url(images/bg.gif) #44607e repeat-x 50% bottom; float:left; width:100%; line-height: normal}
ol#toc {
	height: 2em;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:0px;
}

ol#toc a {
    background: #bdf url(tab.gif);
    color: #44607e;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background:  url(tab.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
.h2center {
margin-left:auto;
margin-right:auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:500;
color: ##44607e;
}
#navcontainer {
        background: #C4E0FF;
		margin: 0 auto;
		width: 900px;
        border-top: 0px solid #C4E0FF;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: -11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #44607e;
        margin: 0 3px 0 0;
        padding: 0px 0px 0px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #44607e;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #009900;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #C4E0FF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}