/* CSS Document */

a:link {
	text-decoration: none;
	color: #006633;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#003366;
	margin-left: 40px;
}

h2 {
	font: Arial, Helvetica, sans-serif
	font-size: 16px;
	font-weight: bold;
	color:#006699;
	margin-left: 40px;
} 

h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#003366;
	margin-left: 40px;
}
li {
	line-height: 140%;
	margin-left: 40px;
	}
p {
	margin-left: 40px;
	width: 90%;
}
.floatleft {
	float:left;
	padding-right:8px;
}
.floatright{
	float:right;
	padding-left: 8px;
}

.floatrightbox{
	float:right;
	padding-left: 8px;
	width: 200px;
	border: thin #b8d9fe solid;
}

.audio {
	margin-left:  40px;;
	}

table img {display:block}

.nav {
	width:500px;
	margin-top:70px;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0px;
	text-align:center;
	font-size:14px;
	background: url(images/tab.gif);
}

ol#toc a {
    float: left;
    line-height: 2em;
	width: 151px;
}

ol#toc a:hover {
    font-weight:bold;
}

ol#toc li.current a {
     font-weight: bold;
}

div.content {
    border: #48f solid 3px;
    clear: left;
}
/* New Layout */

.whitebody {
	width: 800px;
	background-color:#FFFFFF;
	}
.bluebox {
	width: 615px;
	background-color:#B8D9FE;
	margin-left: 171px;
	}
.whiteinnerbox {
	width: 587px;
	background-color:#FFFFFF;
	margin-left: 14px;
	margin-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
.leftnav {
	border-top: thin #B8D9FE solid;
	border-bottom: thin #B8D9FE solid;
	padding: 5px;
	margin-left: 20px;
	width: 140px;
	}
