/*Tyler Moore
CSS template for CS349B*/
body {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border: none;
}
/*use a jello format with width set to 800px*/
#main {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 800px
}
/*this hack forces a scroll bar on all pages*/
html,body{min-height:100.5%}

#navbar {
overflow: auto;
}

h2 {
	padding-left: 5px;
    border-left: 9px solid #B20000;
}

h3 {
	padding-left: 1em;
}

h4 {
	padding-left: 1.5em;
}

#footer {
	font-size: 75%;
	color: #404040;
}
#footer p {
	margin:2px;
}

/*restrict the width of p so that the average word length per line is 12 or less*/
#content p {
   width: 40em;
   padding-left: 2em;
}

.codehilitetable {
	width: 47em;
	margin-left: 1em;
	border: 1px dashed black;
	/*padding-left: 1em;*/
	background-color: #EFEFEF;
}
/*
.linenodiv {
	width: 3em;
	margin-right: 1em;
}
*/
#content img {
   max-width: 42em;
}

#header img {
   border: 0;
}

#content table {
   /*width: 39em;*/
   padding-left: 3em;
}


#content ul,ol {
   padding-left: 3em;
}
#content li {
	width: 40em;
}
a.menu {
	display: block;
	padding-right: 20px;
	padding-left: 3px;
    border-left: 7px solid #B20000;
    float:left;
	color: #0000A6;
	text-decoration: none;
	}
a.menu:hover {
	border-left: 7px solid #0000A6;
	text-decoration: underline;
}
	
#header a {
	text-decoration: none;
	color: #B20000;
}


a {
	color: #B20000;
}


#content a:hover{
	text-decoration: underline;
}

#content a:visited{
	color: #0000A6;
}



#fb {
margin-left: auto;
margin-right: auto;
width: 450px;
display: block;
}

#insert_TOC_here a{
	display: block;
	padding-right: 20px;
	padding-left: 3px;
    border-left: 7px solid #B20000;
	color: #0000A6;
	text-decoration: none;
	margin-bottom: 2px;
	}
#insert_TOC_here a:hover {
	border-left: 7px solid #0000A6;
	text-decoration: none;
}

#insert_TOC_here li {
	list-style-type: none;
	list-style-position: outside;
}
