html {
    overflow:scroll;

}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.12em;
	margin:0;
	padding:0;
	height:100%;
	text-align:left;
	color: #333300;
	font-weight: 120;
}

h1 {
	color: #333300;
	font-size: 2em;
	font-weight: 100;
	margin-left: 5;
}

h2 {
	font-weight: 100;
	font-size: 1.5em;
	color: #333300;
	margin-left:5;
}

h3 {
	font-weight: 100;
	font-size: 1.2em;
	text-decoration: none;
	color: #333300;
	margin-left:5;
}
b {
	color: #333300;
	text-decoration: bold;
}

hr {
	border: 5;
	width: 80%;
}

p {
	margin-left:5;
}

br {
	margin-left:5;
}

a {
	color: #333300;
	padding: .5em;
}
a:link {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #336633;

}

.toc h3 {
	color: #CC0000;
	font-weight: 100;
	font-size:large;
	text-decoration: none;
}

.toc a {
	color: #333300;
	font-weight: 100;
	font-size:large;
	text-decoration: none;

}
.toc a:link {
	font-weight: 100;
	font-size:large;
	text-decoration: none;

}
.toc a:visited {
	color: #333300;
	font-weight: 100;
	font-size:large;
	text-decoration: none;

}
.toc a:hover {
	color: #cc0000;
	font-weight: 100;
	font-size:large;
	text-decoration: underline;
}
.toc a:active {
	color: #336633;
	font-weight: 100;
	font-size:large;
	text-decoration: none;

}
li {
	font-size: 1.125em;
	color: #333300;
	font-weight: 100;
	margin-left: 7;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

#leftside {
	position:absolute;
	top: 9em;
	width: 200px;
	bottom:0%;
	padding-right : auto;
	padding-left:1em;


} 

#content {
	position:absolute;
	top: 8em;
	left:225;
	padding:0em;
	background-color: #ffffff;
	text-align:left;
	border-left-style:solid; 
	border-left-color:#99997F; 
	border-left-width:2px;
} 

#header {
	position:absolute;
	z-index:10;
	width:auto;
	min-width:750px;
	height:8em;
	background-image: url(art/bg_paper.gif);
	border-bottom-style:solid; 
	border-bottom-color:#333300; 
	border-bottom-width:15px;
	text-align:left; 
}
