/* first style sheet from book */
/*add easy position css and http://www.wpdfd.com/editorial/wpd0904news.htm#feature*/
#leftcontent {
	width:220px;
	background:#9966FF;
	margin: 0px;
		}
#rightcontent {
	background:#FFFFCB;
	padding-right: 20px;
	padding-left: 20px;
	border-left:1px solid #990000;
	position: absolute;
	left: 220px;
		}	
#top {
	background:#FFFFCB;
	margin: 0px;
}	
#main {
	background:#FFFFCB;
	margin: 0px;
	line-height: 1.2;
}
#bottom {
	background:#FFFFCB;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color:#990000
}
a:visited {
	text-decoration: none;
	color:#990000
}
a:hover {
	text-decoration: underline;
	color:#990000
}
a:active {
	text-decoration: underline;
	color:#990000
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
}
p, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 80%;
	line-height: 1.1;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	list-style-type: square;
	margin-left: 12px;
	padding-left: 12px;
}
/* for second level lists, to maintain size */
.second_list {
	font-size: 125%;
}
/* side nav */
#side {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	width: 204px;
}
#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0px;
}
#side li {
	margin-bottom: 2px;
}
#side a:link, #side a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	text-decoration: none;
}
#side a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #9966FF;
	text-decoration: none;
	background-color: #FFFFFF;
}	
#spacerside {
	margin: 125px 0px 75px 0px;
	background:#9966FF;
	position: absolute;
}
.tdsm {
	font-size: 90%;
}
.td80 {
	font-size: 80%;
}
/* for side, brown text */
.tdbrwn {
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	font-family: "Arial Rounded MT Bold", arial;
}
.yel {
	color: #FFFF00;
	font-size: 105%;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	margin-bottom: 8px;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	margin-bottom: 6px;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	margin-bottom: 2px;
	text-align: left;
	margin-left: 0px;
}
body {
	background:#9966FF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
}
hr {
	color: #990000;
	height: 2px;
	width: 90%;
	background-color: #990000;
	border: none;
}
.imgborder {
	border: 2px solid #990000;
	margin-left: 25px;
}
img {
	border: none;
}
/* for bottom, SE brown text */
.tdbrwn2 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	font-family: "Arial Rounded MT Bold", arial;
	text-align: center;
}
/* bottom nav */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 3px 10px; 
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	border: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color:#990000;
}
.brwnbrd {
	border-top: 2px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
}
.smallerleft {
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}
.reverse {
	font-family: "Times New Roman", Times, serif;
	color: #FCFCD4;
	background-color: #990000;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 0px;
}
