/* CSS Document */

a:link {
	text-decoration: none;
	color: #633;
}
a:visited {
	text-decoration: none;
	color: #633;
}
a:hover {
	color: #c99;
}
a:active {
	text-decoration: none;
	color: #633;
}



li {
	margin-bottom:6px;
	margin-left: 10px;
	text-indent: -2px;
}


h1 {
	font:Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
}

h2 {
	font:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
} 

h3 {
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660099;
	margin-bottom: -4px;
	margin-top: -1px;
	line-height: normal;
}


.floatleft {
	float:left;
	padding-right:8px;
}
.floatright{
	float:right;
	padding-left: 8px;
}

table img {display:block}

.box {
	background-color:#FFF;
	width:800px;
	padding: 40px 40px 40px 40px;
	border-left:#633 1px solid;
	border-right:#633 1px solid;
	border-bottom:#633 1px solid;
}

.nav {
	margin-top: 60px;
	width:800px;
}


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

ol#toc li {
    background: #FFF url(../images/low-incidence/tab.png);
    float: left;
    margin: 0 6px 0 0;
}

ol#toc a {
    background: url(../images/low-incidence/tab.png) 100% 0;
    display: block;
    float: left;
    line-height: 2em;
    text-decoration: none;
}

ol#toc a:hover {
    background-position: 0 -100px;
	font-weight:bold;
}

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

ol#toc li.current a {
    background-position: 0 52px;
    font-weight: bold;
}

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

ol#toc span {
    background: url(../images/low-incidence/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 20px;
    padding-left: 20px;
}

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