
html {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
}



body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	color: #336b90;
}

/* external.png from http://commons.wikimedia.org/wiki/File:External.png */
a[href^="http:"] {
	background: url(External.png) no-repeat right top;
	padding-right: 13px;
}
a[href^="http://brotherbard.com"] {
	background: none;
	padding-right: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 90em;
}


#pageHeader {
	font-size: 150%;
	margin-left: 13em;
	margin-top: 3em;
	margin-bottom: 3em;
}
#pageHeader img {
	float: left;
	margin-bottom: 0;
	margin-right: 1em;
	margin-top: -1em;
}



#content {
	font-size: 125%;
	margin-left: 16em;
	padding-bottom: 3em;
	text-align: justify;
}
#content p {
	padding-left: 1em;
}
#content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	padding-top: 1em;
}

.subSection {
	padding-bottom: 2em;
}



#footer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



.filename {
	font-weight: bold;
}
.path {
	font-style: italic;
	font-weight: bold;
}
.bulletedList {
	margin-top: -1em;
}
.bulletedList ul{
	list-style-type: disc;
}
.bulletedList li{
	list-style-type: disc;
	padding-top: 0.25em;
}


#topicsList {
	width: 15em;
	margin-left: -19em;
	position: fixed;
	top: 10em;
	text-align: right;
}
#topicsList h3 {
	color: #333;
	padding-bottom: 0.5em;
}
#topicsList ul {
	padding-left: 2em;
	list-style-type: none;
	padding-bottom: 1em;
}
#topicsList li {
	padding-bottom: 0.75em;
}

#iusethis {
	margin-left: 5em;
}

a:link {
	text-decoration: none;
	color: #426b86;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a:visited {
	text-decoration: none;
	color: #86939e;
}
a:hover, a:active {
	color: #2a5979;
	border-bottom: 1px solid #2a5979;
	font-style: italic;
}
