body {
	margin: 10px;
	padding:5px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background-color: #f3f3f3;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	color: #11366A;
	}
a:visited {
	color: #11366A;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: justify;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}


/* elements */
#second{
	border-left: 1px solid #464545;
	border-right: 1px solid #464545;
	background-color: #fff;
}
#third{
	border-left: 1px solid #464545;
	border-right: 1px solid #464545;
	border-bottom: 1px solid #464545;
	background-color: #fff;
}
.middle {
	border-top: none;
	border-left: 1px solid #464545;
	border-right: 1px solid #464545;
	border-bottom: 1px solid #464545;
}
.leftcolheader {
	margin: 5px 0px;
	border-bottom: 1px solid #464545;
}

.padme {
	padding: 6px;
	margin: 0;
}
.padme5 {
	padding: 5px;
	margin: 0;
}
div.padme p {
	margin: 0;
}
.rightcol {
	background:#fff url(images/rightside_book_bg.jpg) top repeat-x;
}

/* Navigation */
.navfirst {
	border-left: 1px solid #464545;
}
.navborder {
	border-top: 1px solid #464545;
	border-bottom: 1px solid #464545;
	background-color: #EBEBE9;
}
#navtable {
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

#navtable td {
	border-right: 1px solid #464545;
	text-align: center;
}

#navtable td a {
	font-weight: normal;
	color: #000;
}

ul#tipsleft {
	list-style-type: none;
	margin-left: 5px;
	font-size: 11px;
}
#tipsleft li a {
	font-weight: normal;
}
#tipsleft li {
	margin: 8px 0;
}

