/* Set default font for "main" content */
body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* Background for centered page */
body {
	background: #e5e5e5;
	text-align: center;
}

h2 {
	border-bottom: 1px solid #66CC00;
    font-size:1.2em;
}
h3 {
   text-decoration:underline;
   font-size:1em;
}
code {
   font-family:lucida sans unicode, sans serif;
   font-size:0.9em;
}
a:visited {	color: #556644; }
a:link { color: #006600; }
a:active { color: #556644; }
a:hover { color: #449933; }

/* Outer table */
#main {
	background-color: #FFF;
	color:#000;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Nav bar at top of page */
#topbar {
	padding: 0px;
}

td#topbar table {
	border-left: 1px solid #6F8B3D;
	margin: 0px;
	padding: 0px;
	}

td#topbar table td {
    width:33%;
	border: 1px solid #6F8B3D;
	border-style: solid solid solid none;
 	padding: 1px;
	background-color: #26A8FB;
	font-weight: bold;
	color: #828257;
	text-align: center;
	}

td#topbar table td.sel {
	background-color: White;
	color:#26A8FB;
	border-style: solid solid none none;
}

td#topbar table td.sel a:visited {color:#26A8FB;}
td#topbar table td.sel a:link { color:#26A8FB; }

td#topbar a { text-decoration: none; }
td#topbar a:visited {color:#FFF;}
td#topbar a:link { color:#FFF; }
td#topbar a:hover { color: #67D000; }
td#topbar a:active { color: #67D000; }

/* Left sidebar, contains logo and secondary navigation. */
td#sidebar {
	padding: 0px;
	border: 1px #6F8B3D;
	border-style: solid none solid solid;
    background-color:#26A8FB;
	color: #556644;
}

td#sidebar div#navbar {
    width:100%;
	margin:16px 0px;
    padding: 0px;
	border: 1px solid #000;
	border-left:0px;
	border-right:0px;
	text-align:center;
}

td#sidebar div.nav {
    padding:1px;
	color:#FFF;
	font-weight:bold;
}

td#sidebar div.sel {
    padding:1px;
    background-color:#FFF;
	color:#26A8FB;
	font-weight:bold;
}

td#sidebar div.sel a {text-decoration: none; }
td#sidebar div.sel a:visited {color:#26A8FB;}
td#sidebar div.sel a:link { color:#26A8FB; }

div.nav a { text-decoration: none; }
div.nav a:visited {color:#FFF;}
div.nav a:link { color:#FFF; }
div.nav a:hover { color: #67D000; }
div.nav a:active { color: #67D000; }

/* Large cell that holds basic content, outside of nav bars. */
#content {
	padding: 8px;
	border: 1px solid #6F8B3D;
	border-top:none;
}

#content ul li {
    list-style-type: square;
}

#content img.fig {
    margin-right:8px;
    border:0px;
}

.fastdownload {
    text-align: center;
    border:1px none #000;
    border-bottom-style:solid;
}

.fastdownload p {
    font-style:italic;
}



